Searched refs:expr__find_ids (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/perf/tests/ |
| A D | expr.c | 116 expr__find_ids("FOO + BAR + BAZ + BOZO", "FOO", in test__expr() 129 expr__find_ids("EVENT1\\,param\\=?@ + EVENT2\\,param\\=?@", in test__expr() 139 expr__find_ids("dash\\-event1 - dash\\-event2", in test__expr() 150 expr__find_ids("EVENT1 if #smt_on else EVENT2", in test__expr() 160 expr__find_ids("1.0 if EVENT1 > 100.0 else 1.0", in test__expr() 182 expr__find_ids("source_count(EVENT1)", in test__expr()
|
| A D | pmu-events.c | 880 rc = expr__find_ids(pe->metric_expr, NULL, pctx); in resolve_metric_simple() 931 if (expr__find_ids(pe->metric_expr, NULL, ctx) < 0) { in test__parsing() 1004 if (expr__find_ids(str, NULL, ctx) < 0) { in metric_parse_fake()
|
| /linux/tools/perf/util/ |
| A D | expr.h | 56 int expr__find_ids(const char *expr, const char *one,
|
| A D | expr.c | 380 int expr__find_ids(const char *expr, const char *one, in expr__find_ids() function
|
| A D | metricgroup.c | 1019 if (expr__find_ids(pe->metric_expr, NULL, root_metric->pctx) < 0) { in __add_metric()
|
| A D | stat-shadow.c | 395 if (expr__find_ids(counter->metric_expr, in perf_stat__collect_metric_expr()
|
Completed in 18 milliseconds