Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/tests/
Dexpr.c132 expr__find_ids("FOO + BAR + BAZ + BOZO", "FOO", in test__expr()
142 expr__find_ids("EVENT1\\,param\\=?@ + EVENT2\\,param\\=?@", in test__expr()
150 expr__find_ids("dash\\-event1 - dash\\-event2", in test__expr()
164 expr__find_ids("EVENT1 if #smt_on else EVENT2", in test__expr()
173 expr__find_ids("EVENT1 if #core_wide else EVENT2", in test__expr()
184 expr__find_ids("1.0 if EVENT1 > 100.0 else 1.0", in test__expr()
191 expr__find_ids("0 & EVENT1 > 0", NULL, ctx) == 0); in test__expr()
195 expr__find_ids("EVENT1 > 0 & 0", NULL, ctx) == 0); in test__expr()
199 expr__find_ids("1 & EVENT1 > 0", NULL, ctx) == 0); in test__expr()
204 expr__find_ids("EVENT1 > 0 & 1", NULL, ctx) == 0); in test__expr()
[all …]
Dpmu-events.c939 if (expr__find_ids(str, NULL, ctx) < 0) { in metric_parse_fake()
/Linux-v6.6/tools/perf/util/
Dexpr.h51 int expr__find_ids(const char *expr, const char *one,
Dexpr.c375 int expr__find_ids(const char *expr, const char *one, in expr__find_ids() function
Dmetricgroup.c1015 if (expr__find_ids(expr, NULL, root_metric->pctx) < 0) { in __add_metric()