Home
last modified time | relevance | path

Searched refs:FullCost (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/main/callgrind/
Dglobal.h229 typedef ULong* FullCost; /* Simulator + User */ typedef
273 FullCost cost; /* simulator + user counters */
410 FullCost skipped; /* cost for skipped functions called from
492 FullCost enter_cost; /* cost event counters at entering frame */
523 FullCost cost;
611 FullCost lastdump_cost; /* Cost at last dump */
612 FullCost sighandler_cost;
814 extern FullCost CLG_(total_cost);
Ddump.c49 FullCost CLG_(total_cost) = 0;
50 static FullCost dump_total_cost = 0;
1290 FullCost sum = 0; in new_dumpfile()
Dmain.c1406 static FullCost sum = 0, tmp = 0; in dump_state_of_thread_togdb()
1703 FullCost total; in branchsim_printstat()
1742 FullCost total; in finish()
Dsim.c1523 FullCost total = CLG_(total_cost), D_total = 0; in cachesim_printstat()