Searched refs:PROFILE_COUNTER (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dcounters.h5 * This is included with different PROFILE_COUNTER and COUNTING_COUNTER
50 # if !defined(PROFILE_COUNTER) && !defined(DRV_PROFILE_COUNTER)
51 # error (DRV_)PROFILE_COUNTER is not defied
61 # if defined(PROFILE_COUNTER) || defined(COUNTING_COUNTER)
62 PROFILE_COUNTER(Fill, "Profiling slirp fills");
63 PROFILE_COUNTER(Poll, "Profiling slirp polls");
64 PROFILE_COUNTER(FastTimer, "Profiling slirp fast timer");
65 PROFILE_COUNTER(SlowTimer, "Profiling slirp slow timer");
66 PROFILE_COUNTER(IOwrite, "Profiling IO sowrite");
67 PROFILE_COUNTER(IOrea
138 # undef PROFILE_COUNTER macro
[all...]
H A Dslirp_state.h109 #define PROFILE_COUNTER(name, dsc) STAMPROFILE Stat ## name macro
H A Dslirp.c432 # define PROFILE_COUNTER(name, dsc) REGISTER_COUNTER(name, pData, STAMTYPE_PROFILE, STAMUNIT_TICKS_PER_CALL, dsc) macro
453 # define PROFILE_COUNTER(name, dsc) DEREGISTER_COUNTER(name, pData) macro

Completed in 66 milliseconds