Searched refs:expr__find_other (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/tools/perf/tests/ |
D | expr.c | 65 expr__find_other("FOO + BAR + BAZ + BOZO", "FOO", in test__expr() 77 expr__find_other("EVENT1\\,param\\=?@ + EVENT2\\,param\\=?@", in test__expr()
|
D | pmu-events.c | 486 if (expr__find_other(pe->metric_expr, NULL, &ctx, 0) in test_parsing() 543 if (expr__find_other(str, NULL, &ctx, 0) < 0) { in metric_parse_fake()
|
/Linux-v5.10/tools/perf/util/ |
D | expr.h | 57 int expr__find_other(const char *expr, const char *one,
|
D | expr.c | 234 int expr__find_other(const char *expr, const char *one, in expr__find_other() function
|
D | metricgroup.c | 760 if (expr__find_other(pe->metric_expr, NULL, &m->pctx, runtime) < 0) { in __add_metric()
|
D | stat-shadow.c | 354 if (expr__find_other(counter->metric_expr, in perf_stat__collect_metric_expr()
|