Home
last modified time | relevance | path

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

/external/valgrind/main/callgrind/
Dcommand.c244 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()
Devents.h95 void CLG_(copy_cost)(EventSet*,ULong* dst, ULong* src);
Dmain.c1284 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()
Devents.c282 void CLG_(copy_cost)(EventSet* es, ULong* dst, ULong* src) in CLG_() argument
337 CLG_(copy_cost)(es, dst, src); in CLG_() local
Dbbcc.c538 CLG_(copy_cost)( CLG_(sets).full, call_entry_up->enter_cost, in handleUnderflow()
Ddump.c1586 CLG_(copy_cost)( CLG_(sets).full, ti->lastdump_cost, in print_bbccs_of_thread()
Dsim.c1544 CLG_(copy_cost)( CLG_(get_event_set)(EG_DR), D_total, total + fullOffset(EG_DR) ); in cachesim_printstat()