/external/valgrind/callgrind/ |
debug.c | 175 void CLG_(print_cost)(int s, EventSet* es, ULong* c) function 259 CLG_(print_cost)(s+9, CLG_(sets).full, jcc->cost); 361 CLG_(print_cost)(s+5, ii->eventset, bbcc->cost + ii->cost_offset); 454 void CLG_(print_cost)(int s, EventSet* es, ULong* cost) {} function
|
threads.c | 427 CLG_(print_cost)(-9, CLG_(sets).full, es->cost); 454 CLG_(print_cost)(-9, CLG_(sets).full, es->cost);
|
callstack.c | 383 CLG_(print_cost)(10, CLG_(sets).full, jcc->cost);
|
global.h | 839 void CLG_(print_cost)(int s, EventSet*, ULong* cost);
|
dump.c | 546 CLG_(print_cost)(-5, CLG_(sets).full, c->cost); [all...] |