Searched refs:copy_cost (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/callgrind/ |
D | events.h | 93 void CLG_(copy_cost)(EventSet*,ULong* dst, ULong* src);
|
D | events.c | 240 void CLG_(copy_cost)(EventSet* es, ULong* dst, ULong* src) in CLG_() argument 295 CLG_(copy_cost)(es, dst, src); in CLG_() local
|
D | main.c | 1403 CLG_(copy_cost)( CLG_(sets).full, in zero_thread_cost() 1412 CLG_(copy_cost)( CLG_(sets).full, in zero_thread_cost() 1489 CLG_(copy_cost)( CLG_(sets).full, ti->lastdump_cost, tmp ); in dump_state_of_thread_togdb() 1506 CLG_(copy_cost)( CLG_(sets).full, sum, ce->jcc->cost ); in dump_state_of_thread_togdb() 1507 CLG_(copy_cost)( CLG_(sets).full, tmp, ce->enter_cost ); in dump_state_of_thread_togdb() 1510 CLG_(copy_cost)( CLG_(sets).full, ce->enter_cost, tmp ); in dump_state_of_thread_togdb()
|
D | bbcc.c | 548 CLG_(copy_cost)( CLG_(sets).full, call_entry_up->enter_cost, in handleUnderflow()
|
D | dump.c | 1443 CLG_(copy_cost)( CLG_(sets).full, ti->lastdump_cost, in print_bbccs_of_thread()
|
D | sim.c | 1526 CLG_(copy_cost)( CLG_(get_event_set)(EG_DR), D_total, total + fullOffset(EG_DR) ); in cachesim_printstat()
|