Searched refs:dropped_ticks (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/kernel/
H A Duser_debugger.h139 int32 dropped_ticks; member in struct:thread_debug_info::__anon98
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp1168 int32 droppedTicks = threadDebugInfo.profile.dropped_ticks;
1187 message.dropped_ticks = droppedTicks;
1349 debugInfo.profile.dropped_ticks++;
1401 int32 droppedTicks = debugInfo.profile.dropped_ticks;
1408 debugInfo.profile.dropped_ticks = 0;
1416 message.dropped_ticks = droppedTicks;
2322 threadDebugInfo.profile.dropped_ticks = 0;
2389 droppedTicks = threadDebugInfo.profile.dropped_ticks;
2397 threadDebugInfo.profile.dropped_ticks = 0;
2413 reply.profiler_update.dropped_ticks
[all...]
/haiku/headers/os/kernel/
H A Ddebugger.h610 int32 dropped_ticks; // number of ticks that had been member in struct:__anon79
/haiku/src/bin/debug/profile/
H A Dprofile.cpp916 message.profiler_update.dropped_ticks,

Completed in 110 milliseconds