Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/tests/shell/
H A Dstat+std_output.sh33 local -i metric_only=0
45 ;; "--metric-only") metric_only=1
66 [ $metric_only -eq 1 ] && return 0
93 [ $metric_only -eq 1 ] && exit 1
/linux-6.15/tools/perf/util/
H A Dstat-display.c531 if (!config->metric_only) in print_metric_json()
1062 bool metric_only = config->metric_only; in print_counter_aggrdata() local
1084 if (!metric_only) { in print_counter_aggrdata()
1103 if (!metric_only) in print_counter_aggrdata()
1405 if (config->metric_only) in print_header_interval_std()
1441 if (config->metric_only) in print_header_std()
1451 if (config->metric_only) in print_header_csv()
1588 bool metric_only = config->metric_only; in print_percore() local
1629 if (metric_only) in print_percore()
1747 bool metric_only = config->metric_only; in evlist__print_counters() local
[all …]
H A Dstat.h76 bool metric_only; member
H A Dstat-shadow.c656 if (!config->metric_only && me->is_default) { in perf_stat__print_shadow_stats_metricgroup()
/linux-6.15/tools/perf/tests/shell/lib/
H A Dperf_json_output_lint.py103 elif args.metric_only:
/linux-6.15/tools/perf/
H A Dbuiltin-stat.c1069 stat_config.metric_only = !unset; in enable_metric_only()
1900 stat_config.metric_only = true; in add_default_events()
1918 stat_config.metric_only = true; in add_default_events()
1933 if (!stat_config.interval && !stat_config.metric_only) { in add_default_events()
2423 OPT_CALLBACK_NOOPT(0, "metric-only", &stat_config.metric_only, NULL, in cmd_stat()
2539 if (stat_config.metric_only && stat_config.aggr_mode == AGGR_THREAD) { in cmd_stat()
2544 if (stat_config.metric_only && stat_config.run_count > 1) { in cmd_stat()
2549 if (stat_config.csv_output || (stat_config.metric_only && stat_config.json_output)) { in cmd_stat()
/linux-6.15/tools/perf/arch/x86/util/
H A Diostat.c346 config->metric_only = true; in iostat_prepare()
/linux-6.15/tools/perf/Documentation/
H A Dperf-stat.txt533 oriented analysis. --metric_only will be applied by default.