Lines Matching defs:metric_name
1033 const HChar* metric_name );
1186 const HChar* metric_name )
1188 if (0 == VG_(strcmp)(metric_name, "max-bytes-live")) {
1193 if (0 == VG_(strcmp)(metric_name, "tot-bytes-allocd")) {
1198 if (0 == VG_(strcmp)(metric_name, "max-blocks-live")) {
1214 const HChar* metric_name = clo_sort_by;
1215 tl_assert(metric_name); // ensured by clo processing
1217 Bool ok = identify_metric( &get_metric, &increasing, metric_name );
1224 metric_name, clo_show_top_n );