Home
last modified time | relevance | path

Searched refs:lastdump_cost (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/callgrind/
Dthreads.c116 t->lastdump_cost = CLG_(get_eventset_cost)( CLG_(sets).full ); in new_thread()
118 CLG_(init_cost)( CLG_(sets).full, t->lastdump_cost ); in new_thread()
Dmain.c1413 t->lastdump_cost, CLG_(current_state).cost ); in zero_thread_cost()
1486 CLG_(copy_cost_lz)( CLG_(sets).full, &tmp, ti->lastdump_cost ); in dump_state_of_thread_togdb()
1487 CLG_(add_diff_cost)( CLG_(sets).full, sum, ti->lastdump_cost, in dump_state_of_thread_togdb()
1489 CLG_(copy_cost)( CLG_(sets).full, ti->lastdump_cost, tmp ); in dump_state_of_thread_togdb()
Ddump.c1315 CLG_(add_diff_cost)(CLG_(sets).full, sum, ti->lastdump_cost, in new_dumpfile()
1328 thr[t]->lastdump_cost, in new_dumpfile()
1446 CLG_(copy_cost)( CLG_(sets).full, ti->lastdump_cost, in print_bbccs_of_thread()
Dglobal.h578 FullCost lastdump_cost; /* Cost at last dump */ member
Dbbcc.c549 CLG_(get_current_thread)()->lastdump_cost ); in handleUnderflow()