Searched refs:variableStackDepth (Results 1 - 3 of 3) sorted by relevance

/haiku/src/bin/debug/profile/
H A DThread.h66 int32 stackDepth, bool variableStackDepth,
H A DThread.cpp182 bool variableStackDepth, int32 event)
186 if (variableStackDepth) {
181 AddSamples(int32 count, int32 dropped, int32 stackDepth, bool variableStackDepth, int32 event) argument
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp1170 bool variableStackDepth = threadDebugInfo.profile.variable_stack_depth; local
1189 message.variable_stack_depth = variableStackDepth;
1403 bool variableStackDepth = debugInfo.profile.variable_stack_depth; local
1418 message.variable_stack_depth = variableStackDepth;
2253 bool variableStackDepth local
2270 if (variableStackDepth)
2325 = variableStackDepth;
2370 bool variableStackDepth = false; local
2391 variableStackDepth
2411 = variableStackDepth;
[all...]

Completed in 41 milliseconds