Searched refs:copy_cost (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/main/callgrind/ |
D | command.c | 244 CLG_(copy_cost)( CLG_(sets).full, ti->lastdump_cost, tmp ); in dump_state_of_thread() 268 CLG_(copy_cost)( CLG_(sets).full, sum, ce->jcc->cost ); in dump_state_of_thread() 269 CLG_(copy_cost)( CLG_(sets).full, tmp, ce->enter_cost ); in dump_state_of_thread() 272 CLG_(copy_cost)( CLG_(sets).full, ce->enter_cost, tmp ); in dump_state_of_thread()
|
D | events.h | 95 void CLG_(copy_cost)(EventSet*,ULong* dst, ULong* src);
|
D | main.c | 1284 CLG_(copy_cost)( CLG_(sets).full, in zero_thread_cost() 1293 CLG_(copy_cost)( CLG_(sets).full, in zero_thread_cost() 1373 CLG_(copy_cost)( CLG_(sets).full, ti->lastdump_cost, tmp ); in dump_state_of_thread_togdb() 1389 CLG_(copy_cost)( CLG_(sets).full, sum, ce->jcc->cost ); in dump_state_of_thread_togdb() 1390 CLG_(copy_cost)( CLG_(sets).full, tmp, ce->enter_cost ); in dump_state_of_thread_togdb() 1393 CLG_(copy_cost)( CLG_(sets).full, ce->enter_cost, tmp ); in dump_state_of_thread_togdb()
|
D | events.c | 282 void CLG_(copy_cost)(EventSet* es, ULong* dst, ULong* src) in CLG_() argument 337 CLG_(copy_cost)(es, dst, src); in CLG_() local
|
D | bbcc.c | 538 CLG_(copy_cost)( CLG_(sets).full, call_entry_up->enter_cost, in handleUnderflow()
|
D | dump.c | 1586 CLG_(copy_cost)( CLG_(sets).full, ti->lastdump_cost, in print_bbccs_of_thread()
|
D | sim.c | 1544 CLG_(copy_cost)( CLG_(get_event_set)(EG_DR), D_total, total + fullOffset(EG_DR) ); in cachesim_printstat()
|