Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dmetricgroup.c138 const char *metric_threshold; member
239 m->metric_threshold = pm->metric_threshold; in metric__new()
396 const char *metric_threshold; member
476 me->metric_threshold = pm->metric_threshold; in metricgroup__add_to_mep_groups()
552 me->metric_threshold, in metricgroup__print()
1003 if (is_root && pm->metric_threshold) { in __add_metric()
1012 assert(strstr(pm->metric_threshold, pm->metric_name)); in __add_metric()
1013 expr = metric_no_threshold ? pm->metric_name : pm->metric_threshold; in __add_metric()
1662 expr->metric_threshold = m->metric_threshold; in parse_groups()
1816 new_expr->metric_threshold = old_expr->metric_threshold; in metricgroup__copy_metric_events()
H A Dmetricgroup.h51 const char *metric_threshold; member
H A Dstat-shadow.c496 const char *metric_threshold = mexp->metric_threshold; in generic_metric() local
524 if (metric_threshold && in generic_metric()
525 expr__parse(&threshold, pctx, metric_threshold) == 0 && in generic_metric()
/linux-6.15/tools/perf/pmu-events/
H A Dpmu-events.h59 const char *metric_threshold; member
H A Dempty-pmu-events.c332 pm->metric_threshold = (*p == '\0' ? NULL : p); in decompress_metric()
H A Djevents.py354 self.metric_threshold = jd.get('MetricThreshold')
/linux-6.15/tools/perf/tests/
H A Dpmu-events.c1078 if (!pm->metric_threshold) in test__parsing_threshold_callback()
1080 return metric_parse_fake(pm->metric_name, pm->metric_threshold); in test__parsing_threshold_callback()