Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dstat-display.c407 if (config->metric_only) { in printout()
416 if (config->csv_output && !config->metric_only) { in printout()
434 if (config->metric_only) { in printout()
470 if (!config->metric_only) in printout()
478 if (config->csv_output && !config->metric_only) { in printout()
486 if (!config->csv_output && !config->metric_only) { in printout()
621 char *prefix, bool metric_only, in print_counter_aggrdata() argument
640 if (*first && metric_only) { in print_counter_aggrdata()
644 if (prefix && !metric_only) in print_counter_aggrdata()
650 if (!metric_only) in print_counter_aggrdata()
[all …]
Dstat.h103 bool metric_only; member
/Linux-v5.4/tools/perf/
Dbuiltin-stat.c715 stat_config.metric_only = !unset; in enable_metric_only()
797 OPT_CALLBACK_NOOPT(0, "metric-only", &stat_config.metric_only, NULL,
1305 stat_config.metric_only = true; in add_default_attributes()
1336 stat_config.metric_only = true; in add_default_attributes()
1744 if (stat_config.metric_only && stat_config.aggr_mode == AGGR_THREAD) { in cmd_stat()
1749 if (stat_config.metric_only && stat_config.run_count > 1) { in cmd_stat()
/Linux-v5.4/tools/perf/Documentation/
Dperf-stat.txt321 oriented analysis. --metric_only will be applied by default.