HomeSort by relevance Sort by last modified time
    Searched full: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 531 Int call_stack_bottom; /* Index into fn_stack */
577 typedef struct _fn_stack fn_stack; typedef in typeref:struct:_fn_stack
606 fn_stack fns; /* function stack */
787 void CLG_(init_fn_stack)(fn_stack*);
788 void CLG_(copy_current_fn_stack)(fn_stack*);
789 fn_stack* CLG_(get_current_fn_stack)(void);
790 void CLG_(set_current_fn_stack)(fn_stack*);
834 extern fn_stack CLG_(current_fn_stack);

Completed in 1547 milliseconds