Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dstat-display.c32 #define EVNAME_LEN 32 macro
444 fprintf(os->fh, "%*s", COUNTS_LEN + EVNAME_LEN + config->unit_width + 2, ""); in __new_line_std()
590 n = fprintf(config->output, " %*s", EVNAME_LEN, metricgroup_name); in print_metricgroup_header_std()
710 fprintf(output, "%-*s", EVNAME_LEN, evsel__name(evsel)); in print_counter_value_std()