Home
last modified time | relevance | path

Searched refs:copy_cost (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/callgrind/
Devents.h93 void CLG_(copy_cost)(EventSet*,ULong* dst, ULong* src);
Devents.c240 void CLG_(copy_cost)(EventSet* es, ULong* dst, ULong* src) in CLG_() argument
295 CLG_(copy_cost)(es, dst, src); in CLG_() local
Dmain.c1403 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()
Dbbcc.c548 CLG_(copy_cost)( CLG_(sets).full, call_entry_up->enter_cost, in handleUnderflow()
Ddump.c1443 CLG_(copy_cost)( CLG_(sets).full, ti->lastdump_cost, in print_bbccs_of_thread()
Dsim.c1526 CLG_(copy_cost)( CLG_(get_event_set)(EG_DR), D_total, total + fullOffset(EG_DR) ); in cachesim_printstat()