Searched refs:metric_only (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/perf/util/
H A Dstat-display.c471 if (!config->metric_only)
789 pm = config->metric_only ? print_metric_only_csv : print_metric_csv;
790 nl = config->metric_only ? new_line_metric : new_line_csv;
794 pm = config->metric_only ? print_metric_only_json : print_metric_json;
795 nl = config->metric_only ? new_line_metric : new_line_json;
798 pm = config->metric_only ? print_metric_only : print_metric_std;
799 nl = config->metric_only ? new_line_metric : new_line_std;
804 if (config->metric_only) {
826 if (!config->metric_only && !counter->default_metricgroup) {
834 if (!config->metric_only
977 bool metric_only = config->metric_only; local
1479 bool metric_only = config->metric_only; local
1548 bool metric_only = config->metric_only; local
[all...]
H A Dstat.h76 bool metric_only; member in struct:perf_stat_config
H A Dstat-shadow.c631 if (!config->metric_only && me->is_default) {
/linux-master/tools/perf/
H A Dbuiltin-stat.c1049 stat_config.metric_only = !unset;
1254 OPT_CALLBACK_NOOPT(0, "metric-only", &stat_config.metric_only, NULL,
2134 stat_config.metric_only = true;
2150 stat_config.metric_only = true;
2163 if (!stat_config.interval && !stat_config.metric_only) {
2582 if (stat_config.metric_only && stat_config.aggr_mode == AGGR_THREAD) {
2587 if (stat_config.metric_only && stat_config.run_count > 1) {
/linux-master/tools/perf/arch/x86/util/
H A Diostat.c346 config->metric_only = true;

Completed in 102 milliseconds