Home
last modified time | relevance | path

Searched refs:expr__find_other (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/tools/perf/tests/
Dexpr.c65 expr__find_other("FOO + BAR + BAZ + BOZO", "FOO", in test__expr()
77 expr__find_other("EVENT1\\,param\\=?@ + EVENT2\\,param\\=?@", in test__expr()
Dpmu-events.c486 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/
Dexpr.h57 int expr__find_other(const char *expr, const char *one,
Dexpr.c234 int expr__find_other(const char *expr, const char *one, in expr__find_other() function
Dmetricgroup.c760 if (expr__find_other(pe->metric_expr, NULL, &m->pctx, runtime) < 0) { in __add_metric()
Dstat-shadow.c354 if (expr__find_other(counter->metric_expr, in perf_stat__collect_metric_expr()