Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dmetricgroup.c794 bool *has_match; member
1130 *(d->has_match) = true; in metricgroup__add_metric_sys_event_iter()
1192 bool has_match; member
1206 data->has_match = true; in metricgroup__add_metric_callback()
1240 bool has_match = false; in metricgroup__add_metric() local
1252 .has_match = false, in metricgroup__add_metric()
1263 has_match = data.has_match; in metricgroup__add_metric()
1276 .has_match = &has_match, in metricgroup__add_metric()
1285 if (!has_match) in metricgroup__add_metric()