Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
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);
Ddump.c48 FullCost CLG_(total_cost) = 0;
49 static FullCost dump_total_cost = 0;
1177 FullCost sum = 0; in new_dumpfile()
Dmain.c1478 static FullCost sum = 0, tmp = 0; in dump_state_of_thread_togdb()
1774 FullCost total; in branchsim_printstat()
1883 FullCost total; in finish()
Dsim.c1490 FullCost total = CLG_(total_cost), D_total = 0; in cachesim_printstat()