Searched refs:start_profiler (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp1704 debug_nub_start_profiler_reply start_profiler; member in union:__anon167
2249 thread_id threadID = message.start_profiler.thread;
2250 replyPort = message.start_profiler.reply_port;
2251 area_id sampleArea = message.start_profiler.sample_area;
2252 int32 stackDepth = message.start_profiler.stack_depth;
2254 = message.start_profiler.variable_stack_depth;
2255 bigtime_t interval = max_c(message.start_profiler.interval,
2347 reply.start_profiler.error = result;
2348 reply.start_profiler.interval = interval;
2349 reply.start_profiler
[all...]
/haiku/headers/os/kernel/
H A Ddebugger.h459 debug_nub_start_profiler start_profiler; member in union:__anon61

Completed in 35 milliseconds