Searched refs:add_diff_cost (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/main/callgrind/ |
D | events.h | 104 Bool CLG_(add_diff_cost)(EventSet*,ULong* dst, ULong* old, ULong* new_cost);
|
D | command.c | 241 CLG_(add_diff_cost)( CLG_(sets).full, sum, in dump_state_of_thread() 270 CLG_(add_diff_cost)( CLG_(sets).full, sum, in dump_state_of_thread()
|
D | events.c | 401 Bool CLG_(add_diff_cost)(EventSet* es, ULong* dst, ULong* old, ULong* new_cost) in CLG_() argument
|
D | dump.c | 1449 CLG_(add_diff_cost)(CLG_(sets).full, sum, ti->lastdump_cost, in new_dumpfile() 1461 CLG_(add_diff_cost)(CLG_(sets).full, sum, in new_dumpfile()
|
D | main.c | 1371 CLG_(add_diff_cost)( CLG_(sets).full, sum, ti->lastdump_cost, in dump_state_of_thread_togdb() 1391 CLG_(add_diff_cost)( CLG_(sets).full, sum, in dump_state_of_thread_togdb()
|