Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dmetricgroup.c878 bool *has_match; member
1179 *(d->has_match) = true; in metricgroup__add_metric_sys_event_iter()
1220 bool has_match; member
1234 data->has_match = true; in metricgroup__add_metric_callback()
1266 bool has_match = false; in metricgroup__add_metric() local
1276 .has_match = false, in metricgroup__add_metric()
1287 has_match = data.has_match; in metricgroup__add_metric()
1299 .has_match = &has_match, in metricgroup__add_metric()
1308 if (!has_match) in metricgroup__add_metric()