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

/linux-master/tools/perf/util/
H A Dmetricgroup.h51 const char *metric_threshold; member in struct:metric_expr
H A Dmetricgroup.c137 const char *metric_threshold; member in struct:metric
238 m->metric_threshold = pm->metric_threshold;
395 const char *metric_threshold; member in struct:mep
475 me->metric_threshold = pm->metric_threshold;
551 me->metric_threshold,
1002 if (is_root && pm->metric_threshold) {
1011 assert(strstr(pm->metric_threshold, pm->metric_name));
1012 expr = metric_no_threshold ? pm->metric_name : pm->metric_threshold;
[all...]
H A Dstat-shadow.c471 const char *metric_threshold = mexp->metric_threshold; local
499 if (metric_threshold &&
500 expr__parse(&threshold, pctx, metric_threshold) == 0 &&
/linux-master/tools/perf/pmu-events/
H A Dpmu-events.h59 const char *metric_threshold; member in struct:pmu_metric
H A Djevents.py56 'metric_name', 'metric_group', 'metric_expr', 'metric_threshold',
352 self.metric_threshold = jd.get('MetricThreshold')
420 if metric and x and attr == 'metric_threshold':
/linux-master/tools/perf/tests/
H A Dpmu-events.c1080 if (!pm->metric_threshold)
1082 return metric_parse_fake(pm->metric_name, pm->metric_threshold);

Completed in 139 milliseconds