Home
last modified time | relevance | path

Searched refs:expr__find_ids (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/perf/tests/
H A Dexpr.c135 expr__find_ids("FOO + BAR + BAZ + BOZO", "FOO", in test__expr()
153 expr__find_ids("dash\\-event1 - dash\\-event2", in test__expr()
167 expr__find_ids("EVENT1 if #smt_on else EVENT2", in test__expr()
187 expr__find_ids("1.0 if EVENT1 > 100.0 else 1.0", in test__expr()
194 expr__find_ids("0 & EVENT1 > 0", NULL, ctx) == 0); in test__expr()
198 expr__find_ids("EVENT1 > 0 & 0", NULL, ctx) == 0); in test__expr()
202 expr__find_ids("1 & EVENT1 > 0", NULL, ctx) == 0); in test__expr()
207 expr__find_ids("EVENT1 > 0 & 1", NULL, ctx) == 0); in test__expr()
214 expr__find_ids("1 | EVENT1 > 0", NULL, ctx) == 0); in test__expr()
218 expr__find_ids("EVENT1 > 0 | 1", NULL, ctx) == 0); in test__expr()
[all …]
H A Dpmu-events.c999 if (expr__find_ids(str, NULL, ctx) < 0) { in metric_parse_fake()
/linux-6.15/tools/perf/util/
H A Dexpr.h51 int expr__find_ids(const char *expr, const char *one,
H A Dexpr.c367 int expr__find_ids(const char *expr, const char *one, in expr__find_ids() function
H A Dmetricgroup.c1016 if (expr__find_ids(expr, NULL, root_metric->pctx) < 0) { in __add_metric()