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

/external/valgrind/callgrind/
H A Dglobal.h196 typedef ULong* FullCost; /* Simulator + User */ typedef
240 FullCost cost; /* simulator + user counters */
377 FullCost skipped; /* cost for skipped functions called from
458 FullCost enter_cost; /* cost event counters at entering frame */
489 FullCost cost;
578 FullCost lastdump_cost; /* Cost at last dump */
579 FullCost sighandler_cost;
793 extern FullCost CLG_(total_cost);
H A Ddump.c48 FullCost CLG_(total_cost) = 0;
49 static FullCost dump_total_cost = 0;
1177 FullCost sum = 0;
H A Dmain.c1478 static FullCost sum = 0, tmp = 0;
1774 FullCost total;
1883 FullCost total;
H A Dsim.c1490 FullCost total = CLG_(total_cost), D_total = 0;

Completed in 126 milliseconds