Searched refs:zero_cost (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/main/callgrind/ |
D | events.c | 247 void CLG_(zero_cost)(EventSet* es, ULong* cost) in CLG_() argument 287 CLG_(zero_cost)(es, dst); in CLG_() local 304 CLG_(zero_cost)(es, *pdst); in CLG_() 431 CLG_(zero_cost)(es, dst); in CLG_() local
|
D | events.h | 92 void CLG_(zero_cost)(EventSet*,ULong*);
|
D | threads.c | 213 CLG_(zero_cost)( CLG_(sets).full, es->cost ); in CLG_() 333 CLG_(zero_cost)( CLG_(sets).full, es->cost ); in new_exec_state()
|
D | bbcc.c | 541 CLG_(zero_cost)( CLG_(sets).full, call_entry_up->enter_cost ); in handleUnderflow()
|
D | dump.c | 1446 CLG_(zero_cost)(CLG_(sets).full, sum); in new_dumpfile()
|
D | main.c | 1330 CLG_(zero_cost)( CLG_(sets).full, CLG_(current_state).cost ); in zero_state_cost()
|