Searched refs:metric_threshold (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | print-events.c | 194 const char *metric_threshold; member 277 me->metric_threshold = pm->metric_threshold; in metricgroup__add_to_mep_groups_callback() 309 me->metric_threshold, in metricgroup__print()
|
| H A D | stat-shadow.c | 139 const char *metric_threshold = mexp->metric_threshold; in generic_metric() 167 if (metric_threshold && in generic_metric() 168 expr__parse(&threshold, pctx, metric_threshold) == 0 && in generic_metric() 136 const char *metric_threshold = mexp->metric_threshold; generic_metric() local
|
| H A D | metricgroup.c | 138 const char *metric_threshold; member 249 m->metric_threshold = pm->metric_threshold; in metric__new() 900 if (is_root && pm->metric_threshold) { in __add_metric() 909 assert(strstr(pm->metric_threshold, pm->metric_name)); in __add_metric() 910 expr = metric_no_threshold ? pm->metric_name : pm->metric_threshold; in __add_metric() 1533 expr->metric_threshold = m->metric_threshold; in parse_groups() 1684 new_expr->metric_threshold = old_expr->metric_threshold; in metricgroup__copy_metric_events() [all...] |
| H A D | metricgroup.h | 51 const char *metric_threshold; member
|
| H A D | python.c | 2168 !add_to_dict(dict, "MetricThreshold", pm->metric_threshold) || in pyrf__metrics_cb()
|
| /linux/tools/perf/pmu-events/ |
| H A D | pmu-events.h | 68 const char *metric_threshold; member
|
| H A D | empty-pmu-events.c | 5524 pm->metric_threshold = (*p == '\0' ? NULL : p);
|
| H A D | jevents.py | 59 'metric_name', 'metric_group', 'metric_expr', 'metric_threshold', 367 self.metric_threshold = jd.get('MetricThreshold') 442 if metric and x and attr == 'metric_threshold':
|
| /linux/tools/perf/tests/ |
| H A D | pmu-events.c | 1072 if (!pm->metric_threshold) 1074 return metric_parse_fake(pm->metric_name, pm->metric_threshold);
|