Home
last modified time | relevance | path

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

/external/valgrind/main/exp-dhat/
Ddh_main.c1033 Char* metric_name );
1186 Char* metric_name ) in identify_metric() argument
1188 if (0 == VG_(strcmp)(metric_name, "max-bytes-live")) { in identify_metric()
1193 if (0 == VG_(strcmp)(metric_name, "tot-bytes-allocd")) { in identify_metric()
1198 if (0 == VG_(strcmp)(metric_name, "max-blocks-live")) { in identify_metric()
1214 HChar* metric_name = clo_sort_by; in show_top_n_apinfos() local
1215 tl_assert(metric_name); // ensured by clo processing in show_top_n_apinfos()
1217 Bool ok = identify_metric( &get_metric, &increasing, metric_name ); in show_top_n_apinfos()
1224 metric_name, clo_show_top_n ); in show_top_n_apinfos()