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() 686 bool metric_no_threshold; member 698 bool metric_no_threshold, 738 bool metric_no_threshold, in resolve_metric() argument 789 metric_no_threshold, user_requested_cpu_list, system_wide, in resolve_metric() 823 bool metric_no_threshold, in __add_metric() argument 852 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 | 1976 stat_config.metric_no_threshold, in add_default_events() 2013 stat_config.metric_no_threshold, in add_default_events() 2524 OPT_BOOLEAN(0, "metric-no-threshold", &stat_config.metric_no_threshold, in cmd_stat() 2658 stat_config.metric_no_threshold = true; in cmd_stat() 2818 stat_config.metric_no_threshold, in cmd_stat()
|