Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dstat-display.c476 const char *metricgroup_name) in print_metricgroup_header_json() argument
478 if (!metricgroup_name) in print_metricgroup_header_json()
481 fprintf(config->output, "\"metricgroup\" : \"%s\"}", metricgroup_name); in print_metricgroup_header_json()
487 const char *metricgroup_name) in print_metricgroup_header_csv() argument
492 if (!metricgroup_name) { in print_metricgroup_header_csv()
501 fprintf(config->output, "%s", metricgroup_name); in print_metricgroup_header_csv()
507 const char *metricgroup_name) in print_metricgroup_header_std() argument
512 if (!metricgroup_name) { in print_metricgroup_header_std()
517 n = fprintf(config->output, " %*s", EVNAME_LEN, metricgroup_name); in print_metricgroup_header_std()
H A Dstat.h163 void *ctx, const char *metricgroup_name);