Home
last modified time | relevance | path

Searched refs:mcost (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/callgrind/
Dmain.c1482 HChar *mcost; in dump_state_of_thread_togdb() local
1490 mcost = CLG_(mappingcost_as_string)(CLG_(dumpmap), sum); in dump_state_of_thread_togdb()
1491 VG_(gdb_printf)("events-%d: %s\n", t, mcost); in dump_state_of_thread_togdb()
1492 VG_(free)(mcost); in dump_state_of_thread_togdb()
1512 mcost = CLG_(mappingcost_as_string)(CLG_(dumpmap), sum); in dump_state_of_thread_togdb()
1513 VG_(gdb_printf)("events-%d-%d: %s\n",t, i, mcost); in dump_state_of_thread_togdb()
1514 VG_(free)(mcost); in dump_state_of_thread_togdb()
1906 HChar *mcost = CLG_(mappingcost_as_string)(CLG_(dumpmap), CLG_(total_cost)); in finish() local
1907 VG_(message)(Vg_UserMsg, "Collected : %s\n", mcost); in finish()
1908 VG_(free)(mcost); in finish()
Ddump.c529 HChar *mcost = CLG_(mappingcost_as_string)(es, cost); in fprint_cost() local
530 VG_(fprintf)(fp, "%s\n", mcost); in fprint_cost()
531 CLG_FREE(mcost); in fprint_cost()
1147 HChar *mcost = CLG_(mappingcost_as_string)(em, cost); in fprint_cost_ln() local
1148 VG_(fprintf)(fp, "%s%s\n", prefix, mcost); in fprint_cost_ln()
1149 CLG_FREE(mcost); in fprint_cost_ln()