Home
last modified time | relevance | path

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

/tools/perf/util/
A Dprint-events.c306 const char *metric_threshold; member
389 me->metric_threshold = pm->metric_threshold; in metricgroup__add_to_mep_groups_callback()
421 me->metric_threshold, in metricgroup__print()
A Dmetricgroup.h51 const char *metric_threshold; member
A Dmetricgroup.c138 const char *metric_threshold; member
247 m->metric_threshold = pm->metric_threshold; in metric__new()
889 if (is_root && pm->metric_threshold) { in __add_metric()
898 assert(strstr(pm->metric_threshold, pm->metric_name)); in __add_metric()
899 expr = metric_no_threshold ? pm->metric_name : pm->metric_threshold; in __add_metric()
1461 expr->metric_threshold = m->metric_threshold; in parse_groups()
1616 new_expr->metric_threshold = old_expr->metric_threshold; in metricgroup__copy_metric_events()
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()
/tools/perf/pmu-events/
A Dpmu-events.h68 const char *metric_threshold; member
A Dempty-pmu-events.c376 pm->metric_threshold = (*p == '\0' ? NULL : p); in decompress_metric()
A Djevents.py362 self.metric_threshold = jd.get('MetricThreshold')
/tools/perf/tests/
A Dpmu-events.c1047 if (!pm->metric_threshold) in test__parsing_threshold_callback()
1049 return metric_parse_fake(pm->metric_name, pm->metric_threshold); in test__parsing_threshold_callback()

Completed in 21 milliseconds