Home
last modified time | relevance | path

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

/external/valgrind/main/callgrind/
Dglobal.h232 typedef ULong* FullCost; /* Simulator + User */ typedef
266 FullCost cost; /* simulator + user counters */
403 FullCost skipped; /* cost for skipped functions called from
485 FullCost enter_cost; /* cost event counters at entering frame */
516 FullCost cost;
604 FullCost lastdump_cost; /* Cost at last dump */
605 FullCost sighandler_cost;
812 extern FullCost CLG_(total_cost);
Dcommand.c231 static FullCost sum = 0, tmp = 0; in dump_state_of_thread()
Ddump.c49 FullCost CLG_(total_cost) = 0;
50 static FullCost dump_total_cost = 0;
1288 FullCost sum = 0; in new_dumpfile()
Dmain.c1485 FullCost total; in branchsim_printstat()
1524 FullCost total; in finish()
Dsim.c1617 FullCost total = CLG_(total_cost), D_total = 0; in cachesim_printstat()