Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmetricgroup.c184 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()
687 bool metric_no_threshold; member
699 bool metric_no_threshold,
739 bool metric_no_threshold, in resolve_metric() argument
790 metric_no_threshold, user_requested_cpu_list, system_wide, in resolve_metric()
824 bool metric_no_threshold, in __add_metric() argument
853 root_metric = metric__new(pm, modifier, metric_no_group, metric_no_threshold, in __add_metric()
[all …]
H A Dmetricgroup.h77 bool metric_no_threshold,
H A Dstat.h83 bool metric_no_threshold; member
/linux/tools/perf/
H A Dbuiltin-stat.c1997 stat_config.metric_no_threshold, in add_default_events()
2034 stat_config.metric_no_threshold, in add_default_events()
2544 OPT_BOOLEAN(0, "metric-no-threshold", &stat_config.metric_no_threshold, in cmd_stat()
2673 stat_config.metric_no_threshold = true; in cmd_stat()
2833 stat_config.metric_no_threshold, in cmd_stat()