Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/
Dmetricgroup.c778 bool *has_match; member
1083 *(d->has_match) = true; in metricgroup__add_metric_sys_event_iter()
1100 bool has_match = false; in metricgroup__add_metric() local
1103 has_match = true; in metricgroup__add_metric()
1128 .has_match = &has_match, in metricgroup__add_metric()
1136 if (!has_match) { in metricgroup__add_metric()