Home
last modified time | relevance | path

Searched refs:report_value (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/coregrind/
Dm_xtree.c621 SizeT report_value; // The value to report for this stack trace. member
698 (*groups)[g].total = ms_ec[i].report_value; in ms_make_groups()
703 (*groups)[g].total += ms_ec[i].report_value; in ms_make_groups()
787 ULong (*report_value)(const void* value), in prepare_ms_ec()
814 ms_ec[n_xecu_sel].report_value in prepare_ms_ec()
815 = (*report_value)(VG_(indexXA)(xt->data, xecu)); in prepare_ms_ec()
816 *top_total += ms_ec[n_xecu_sel].report_value; in prepare_ms_ec()
871 ULong (*report_value)(const void* value)) in VG_()
891 prepare_ms_ec(xt, report_value, &top_total, &ms_ec, &n_ec); in VG_()
906 top_total += (*report_value)(VG_(indexXA)(xt->data, xecu)); in VG_()
Dm_xtmemory.c228 ULong (*report_value)(const void* value)) in produce_report()
264 VG_(XT_massif_print)(fp, xt, &header, report_value); in produce_report()
/external/valgrind/include/
Dpub_tool_xtree.h242 ULong (*report_value)(const void* value));