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

  /external/valgrind/main/callgrind/
callstack.c 37 * The artificial call stack is an array of call_entry's, representing
55 s->entry = (call_entry*) CLG_MALLOC("cl.callstack.ics.1",
56 s->size * sizeof(call_entry));
63 call_entry* CLG_(get_call_entry)(Int sp)
100 cs->entry = (call_entry*) VG_(realloc)("cl.callstack.ess.1",
102 cs->size * sizeof(call_entry));
190 call_entry* current_entry;
311 call_entry* lower_entry;
414 call_entry* top_ce = &(CLG_(current_call_stack).entry[csp-1]);
global.h 226 typedef struct _call_entry call_entry; typedef in typeref:struct:_call_entry
567 call_entry* entry;
778 call_entry* CLG_(get_call_entry)(Int n);
bbcc.c 486 call_entry* call_entry_up;
625 call_entry* top_ce = &(CLG_(current_call_stack).entry[csp_up]);
687 call_entry* top_ce = &(CLG_(current_call_stack).entry[csp-1]);
debug.c 265 call_entry* ce;
command.c 236 call_entry* ce;
dump.c 1155 call_entry* e = &(CLG_(current_call_stack).entry[i]);
1183 call_entry* e = &(CLG_(current_call_stack).entry[i]);
    [all...]
main.c     [all...]

Completed in 82 milliseconds