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

  /external/valgrind/main/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 524 Int call_stack_bottom; /* Index into fn_stack */
570 typedef struct _fn_stack fn_stack; typedef in typeref:struct:_fn_stack
599 fn_stack fns; /* function stack */
785 void CLG_(init_fn_stack)(fn_stack*);
786 void CLG_(copy_current_fn_stack)(fn_stack*);
787 fn_stack* CLG_(get_current_fn_stack)(void);
788 void CLG_(set_current_fn_stack)(fn_stack*);
830 extern fn_stack CLG_(current_fn_stack);

Completed in 41 milliseconds