Searched refs:stackDepth (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/private/kernel/
H A Dsystem_profiler.h21 status_t start_system_profiler(size_t areaSize, uint32 stackDepth,
/haiku/src/bin/debug/profile/
H A DThread.cpp181 Thread::AddSamples(int32 count, int32 dropped, int32 stackDepth, argument
213 count = count / stackDepth * stackDepth;
215 for (int32 i = 0; i < count; i += stackDepth)
216 fProfileResult->AddSamples(this, fSamples + i, stackDepth);
H A DThread.h66 int32 stackDepth, bool variableStackDepth,
H A Dprofile.cpp1005 int32 stackDepth = 0; local
1056 stackDepth = atol(optarg);
1076 if (stackDepth != 0)
1077 gOptions.stack_depth = stackDepth;
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp1169 int32 stackDepth = threadDebugInfo.profile.stack_depth; local
1188 message.stack_depth = stackDepth;
1322 int32 stackDepth = debugInfo.profile.stack_depth; local
1339 || debugInfo.profile.flush_threshold - sampleCount < stackDepth) {
1348 if (maxSamples - sampleCount < stackDepth) {
1365 stackDepth - 1, 1, 0, STACK_TRACE_KERNEL | STACK_TRACE_USER);
1370 if (stackDepth > 1) {
1372 stackDepth, 1, 0, STACK_TRACE_KERNEL | STACK_TRACE_USER);
1374 for (int32 i = count; i < stackDepth; i++)
1379 debugInfo.profile.sample_count += stackDepth;
1402 int32 stackDepth = debugInfo.profile.stack_depth; local
2252 int32 stackDepth = message.start_profiler.stack_depth; local
2369 int32 stackDepth = 0; local
[all...]
H A Dsystem_profiler.cpp1445 start_system_profiler(size_t areaSize, uint32 stackDepth, bigtime_t interval) argument
1494 sRecordedParameters->stack_depth = stackDepth;

Completed in 61 milliseconds