Searched refs:copy_cost_lz (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/main/callgrind/ |
D | events.h | 96 void CLG_(copy_cost_lz)(EventSet*,ULong** pdst, ULong* src);
|
D | callstack.c | 214 CLG_(copy_cost_lz)( CLG_(sets).full, &(current_entry->enter_cost), in CLG_()
|
D | command.c | 240 CLG_(copy_cost_lz)( CLG_(sets).full, &tmp, ti->lastdump_cost ); in dump_state_of_thread()
|
D | events.c | 296 void CLG_(copy_cost_lz)(EventSet* es, ULong** pdst, ULong* src) in CLG_() argument
|
D | main.c | 1370 CLG_(copy_cost_lz)( CLG_(sets).full, &tmp, ti->lastdump_cost ); in dump_state_of_thread_togdb()
|