Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dexpr.c136 expr__find_ids("FOO + BAR + BAZ + BOZO", "FOO", in test__expr()
146 expr__find_ids("EVENT1\\,param\\=?@ + EVENT2\\,param\\=?@", in test__expr()
154 expr__find_ids("dash\\-event1 - dash\\-event2", in test__expr()
168 expr__find_ids("EVENT1 if #smt_on else EVENT2", in test__expr()
177 expr__find_ids("EVENT1 if #core_wide else EVENT2", in test__expr()
188 expr__find_ids("1.0 if EVENT1 > 100.0 else 1.0", in test__expr()
195 expr__find_ids("0 & EVENT1 > 0", NULL, ctx) == 0); in test__expr()
199 expr__find_ids("EVENT1 > 0 & 0", NULL, ctx) == 0); in test__expr()
203 expr__find_ids("1 & EVENT1 > 0", NULL, ctx) == 0); in test__expr()
208 expr__find_ids("EVENT1 > 0 & 1", NULL, ctx) == 0); in test__expr()
[all …]
H A Dpmu-events.c939 if (expr__find_ids(str, NULL, ctx) < 0) { in metric_parse_fake()
/openbmc/linux/tools/perf/util/
H A Dexpr.h51 int expr__find_ids(const char *expr, const char *one,
H A Dexpr.c375 int expr__find_ids(const char *expr, const char *one, in expr__find_ids() function
H A Dmetricgroup.c1015 if (expr__find_ids(expr, NULL, root_metric->pctx) < 0) { in __add_metric()