Searched refs:stack_depth (Results 1 - 8 of 8) sorted by relevance

/haiku/src/bin/debug/profile/
H A DOptions.h18 stack_depth(5),
32 int32 stack_depth; member in struct:Options
H A Dprofile.cpp712 profilerParameters.stack_depth = gOptions.stack_depth;
793 gOptions.stack_depth = profilerParameters.stack_depth;
917 message.profiler_update.stack_depth,
1034 gOptions.stack_depth = 64;
1064 gOptions.stack_depth = 64;
1077 gOptions.stack_depth = stackDepth;
H A DTeam.cpp158 message.stack_depth = gOptions.stack_depth;
/haiku/headers/private/system/
H A Dsystem_profiler_defs.h23 uint32 stack_depth; // maximum stack depth to sample member in struct:system_profiler_parameters
/haiku/headers/private/kernel/
H A Duser_debugger.h137 int32 stack_depth; member in struct:thread_debug_info::__anon98
/haiku/headers/os/kernel/
H A Ddebugger.h406 int32 stack_depth; // number of return address per hit member in struct:__anon56
608 int32 stack_depth; // number of return addresses per tick member in struct:__anon79
618 // <sample 1> ... <sample stack_depth>
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp258 fStackDepth(parameters.stack_depth),
1494 sRecordedParameters->stack_depth = stackDepth;
1571 if (parameters.stack_depth < 1)
1577 if (parameters.stack_depth > B_DEBUG_STACK_TRACE_DEPTH)
1578 parameters.stack_depth = B_DEBUG_STACK_TRACE_DEPTH;
H A Duser_debugger.cpp1169 int32 stackDepth = threadDebugInfo.profile.stack_depth;
1188 message.stack_depth = stackDepth;
1322 int32 stackDepth = debugInfo.profile.stack_depth;
1402 int32 stackDepth = debugInfo.profile.stack_depth;
1417 message.stack_depth = stackDepth;
2252 int32 stackDepth = message.start_profiler.stack_depth;
2323 threadDebugInfo.profile.stack_depth = stackDepth;
2390 stackDepth = threadDebugInfo.profile.stack_depth;
2409 reply.profiler_update.stack_depth = stackDepth;

Completed in 69 milliseconds