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

/linux-master/tools/perf/tests/
H A Dexpr.c136 expr__find_ids("FOO + BAR + BAZ + BOZO", "FOO",
146 expr__find_ids("EVENT1\\,param\\=?@ + EVENT2\\,param\\=?@",
154 expr__find_ids("dash\\-event1 - dash\\-event2",
168 expr__find_ids("EVENT1 if #smt_on else EVENT2",
177 expr__find_ids("EVENT1 if #core_wide else EVENT2",
188 expr__find_ids("1.0 if EVENT1 > 100.0 else 1.0",
195 expr__find_ids("0 & EVENT1 > 0", NULL, ctx) == 0);
199 expr__find_ids("EVENT1 > 0 & 0", NULL, ctx) == 0);
203 expr__find_ids("1 & EVENT1 > 0", NULL, ctx) == 0);
208 expr__find_ids("EVENT
[all...]
H A Dpmu-events.c1000 if (expr__find_ids(str, NULL, ctx) < 0) {
1001 pr_err("expr__find_ids failed\n");
/linux-master/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, function
H A Dmetricgroup.c1015 if (expr__find_ids(expr, NULL, root_metric->pctx) < 0) {

Completed in 139 milliseconds