Searched refs:metric_no_threshold (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | metricgroup.c | 184 static bool metric__group_events(const struct pmu_metric *pm, bool metric_no_threshold) in metric__group_events() argument 197 if (metric_no_threshold) in metric__group_events() 224 bool metric_no_threshold, in metric__new() argument 259 m->group_events = !metric_no_group && metric__group_events(pm, metric_no_threshold); in metric__new() 691 bool metric_no_threshold; member 703 bool metric_no_threshold, 743 bool metric_no_threshold, in resolve_metric() argument 794 metric_no_threshold, user_requested_cpu_list, system_wide, in resolve_metric() 828 bool metric_no_threshold, in __add_metric() argument 857 root_metric = metric__new(pm, modifier, metric_no_group, metric_no_threshold, in __add_metric() [all …]
|
| H A D | metricgroup.h | 77 bool metric_no_threshold,
|
| H A D | stat.h | 83 bool metric_no_threshold; member
|
| /linux/tools/perf/ |
| H A D | builtin-stat.c | 1999 stat_config.metric_no_threshold, in add_default_events() 2036 stat_config.metric_no_threshold, in add_default_events() 2073 /*metric_no_threshold=*/true, in add_default_events() 2112 /*metric_no_threshold=*/true, in add_default_events() 2550 OPT_BOOLEAN(0, "metric-no-threshold", &stat_config.metric_no_threshold, in cmd_stat() 2688 stat_config.metric_no_threshold = true; in cmd_stat() 2848 stat_config.metric_no_threshold, in cmd_stat()
|