Home
last modified time | relevance | path

Searched refs:metric_threshold (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/util/
H A Dmetricgroup.c135 const char *metric_threshold; member
236 m->metric_threshold = pm->metric_threshold; in metric__new()
395 const char *metric_threshold; member
475 me->metric_threshold = pm->metric_threshold; in metricgroup__add_to_mep_groups()
551 me->metric_threshold, in metricgroup__print()
1002 if (is_root && pm->metric_threshold) { in __add_metric()
1011 assert(strstr(pm->metric_threshold, pm->metric_name)); in __add_metric()
1012 expr = metric_no_threshold ? pm->metric_name : pm->metric_threshold; in __add_metric()
[all...]
H A Dmetricgroup.h51 const char *metric_threshold; member
H A Dstat-shadow.c440 const char *metric_threshold, in generic_metric()
475 if (metric_threshold && in generic_metric()
476 expr__parse(&threshold, pctx, metric_threshold) == 0 && in generic_metric()
628 generic_metric(config, mexp->metric_expr, mexp->metric_threshold, in perf_stat__print_shadow_stats_metricgroup()
438 generic_metric(struct perf_stat_config *config, const char *metric_expr, const char *metric_threshold, struct evsel **metric_events, struct metric_ref *metric_refs, char *name, const char *metric_name, const char *metric_unit, int runtime, int aggr_idx, struct perf_stat_output_ctx *out) generic_metric() argument
/kernel/linux/linux-6.6/tools/perf/pmu-events/
H A Dpmu-events.h59 const char *metric_threshold; member
H A Djevents.py56 'metric_name', 'metric_group', 'metric_expr', 'metric_threshold',
332 self.metric_threshold = jd.get('MetricThreshold')
388 if metric and x and attr == 'metric_threshold':
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dpmu-events.c1019 if (!pm->metric_threshold) in test__parsing_threshold_callback()
1021 return metric_parse_fake(pm->metric_name, pm->metric_threshold); in test__parsing_threshold_callback()

Completed in 12 milliseconds