Home
last modified time | relevance | path

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

/haiku/src/bin/debug/profile/
H A DOptions.h18 stack_depth(5), in Options()
32 int32 stack_depth; member
H A Dprofile.cpp714 profilerParameters.stack_depth = gOptions.stack_depth; in profile_all()
809 gOptions.stack_depth = profilerParameters.stack_depth; in dump_recorded()
933 message.profiler_update.stack_depth, in profile_single()
1051 gOptions.stack_depth = 64; in main()
1081 gOptions.stack_depth = 64; in main()
1094 gOptions.stack_depth = stackDepth; in main()
H A DTeam.cpp147 message.stack_depth = gOptions.stack_depth; in InitThread()
/haiku/headers/private/system/
H A Dsystem_profiler_defs.h23 uint32 stack_depth; // maximum stack depth to sample member
/haiku/headers/os/kernel/
H A Ddebugger.h407 int32 stack_depth; // number of return address per hit member
614 int32 stack_depth; // number of return addresses per tick member
/haiku/headers/private/kernel/
H A Duser_debugger.h139 int32 stack_depth; member
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp262 fStackDepth(parameters.stack_depth), in SystemProfiler()
1515 sRecordedParameters->stack_depth = stackDepth; in start_system_profiler()
1597 if (parameters.stack_depth < 1) in _user_system_profiler_start()
1603 if (parameters.stack_depth > B_DEBUG_STACK_TRACE_DEPTH) in _user_system_profiler_start()
1604 parameters.stack_depth = B_DEBUG_STACK_TRACE_DEPTH; in _user_system_profiler_start()
H A Duser_debugger.cpp1192 int32 stackDepth = threadDebugInfo.profile.stack_depth; in user_debug_thread_exiting()
1215 message.stack_depth = stackDepth; in user_debug_thread_exiting()
1362 int32 stackDepth = debugInfo.profile.stack_depth; in profiling_do_sample()
1447 int32 stackDepth = debugInfo.profile.stack_depth; in profiling_flush()
1473 message.stack_depth = stackDepth; in profiling_flush()
2308 int32 stackDepth = message.start_profiler.stack_depth; in debug_nub_thread()
2380 threadDebugInfo.profile.stack_depth = stackDepth; in debug_nub_thread()
2449 stackDepth = threadDebugInfo.profile.stack_depth; in debug_nub_thread()
2472 reply.profiler_update.stack_depth = stackDepth; in debug_nub_thread()