HomeSort by relevance Sort by last modified time
    Searched refs:call_stack_bottom (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/callgrind/
threads.c 215 es->call_stack_bottom = CLG_(current_call_stack).sp;
234 if (CLG_(current_call_stack).sp == es->call_stack_bottom)
255 while(CLG_(current_call_stack).sp > es->call_stack_bottom)
313 /* not initialized: call_stack_bottom, sig */
336 es->call_stack_bottom = 0;
global.h 524 Int call_stack_bottom; /* Index into fn_stack */ member in struct:_exec_state

Completed in 162 milliseconds