Searched refs:print_cost (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/callgrind/ |
D | debug.c | 175 void CLG_(print_cost)(int s, EventSet* es, ULong* c) in CLG_() argument 259 CLG_(print_cost)(s+9, CLG_(sets).full, jcc->cost); in CLG_() 361 CLG_(print_cost)(s+5, ii->eventset, bbcc->cost + ii->cost_offset); in CLG_() 454 void CLG_(print_cost)(int s, EventSet* es, ULong* cost) {} in CLG_() argument
|
D | threads.c | 427 CLG_(print_cost)(-9, CLG_(sets).full, es->cost); in exec_state_save() 454 CLG_(print_cost)(-9, CLG_(sets).full, es->cost); in exec_state_restore()
|
D | callstack.c | 383 CLG_(print_cost)(10, CLG_(sets).full, jcc->cost); in CLG_()
|
D | global.h | 839 void CLG_(print_cost)(int s, EventSet*, ULong* cost);
|
D | dump.c | 546 CLG_(print_cost)(-5, CLG_(sets).full, c->cost); in fprint_fcost()
|