Searched refs:lastdump_cost (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/callgrind/ |
D | threads.c | 116 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()
|
D | main.c | 1413 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()
|
D | dump.c | 1315 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()
|
D | global.h | 578 FullCost lastdump_cost; /* Cost at last dump */ member
|
D | bbcc.c | 549 CLG_(get_current_thread)()->lastdump_cost ); in handleUnderflow()
|