/external/valgrind/main/callgrind/ |
callstack.c | 60 for(i=0; i<s->size; i++) s->entry[i].enter_cost = 0; 105 cs->entry[i].enter_cost = 0; 214 CLG_(copy_cost_lz)( CLG_(sets).full, &(current_entry->enter_cost), 341 lower_entry->enter_cost,
|
command.c | 266 CLG_(copy_cost)( CLG_(sets).full, tmp, ce->enter_cost ); 268 ce->enter_cost, CLG_(current_state).cost ); 269 CLG_(copy_cost)( CLG_(sets).full, ce->enter_cost, tmp );
|
bbcc.c | 538 CLG_(copy_cost)( CLG_(sets).full, call_entry_up->enter_cost, 541 CLG_(zero_cost)( CLG_(sets).full, call_entry_up->enter_cost );
|
global.h | 485 FullCost enter_cost; /* cost event counters at entering frame */ member in struct:_call_entry
|
dump.c | 1157 e->enter_cost, CLG_(current_state).cost); [all...] |
main.c | [all...] |