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

  /external/valgrind/callgrind/
context.c 39 fn_stack CLG_(current_fn_stack);
41 void CLG_(init_fn_stack)(fn_stack* s)
52 void CLG_(copy_current_fn_stack)(fn_stack* dst)
61 void CLG_(set_current_fn_stack)(fn_stack* s)
global.h 498 Int call_stack_bottom; /* Index into fn_stack */
544 typedef struct _fn_stack fn_stack; typedef in typeref:struct:_fn_stack
573 fn_stack fns; /* function stack */
749 void CLG_(init_fn_stack)(fn_stack*);
750 void CLG_(copy_current_fn_stack)(fn_stack*);
751 void CLG_(set_current_fn_stack)(fn_stack*);
790 extern fn_stack CLG_(current_fn_stack);

Completed in 49 milliseconds