Home
last modified time | relevance | path

Searched refs:print_cost (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/callgrind/
Ddebug.c175 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
Dthreads.c427 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()
Dcallstack.c383 CLG_(print_cost)(10, CLG_(sets).full, jcc->cost); in CLG_()
Dglobal.h839 void CLG_(print_cost)(int s, EventSet*, ULong* cost);
Ddump.c546 CLG_(print_cost)(-5, CLG_(sets).full, c->cost); in fprint_fcost()