Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/tests/ !
Dexpr.c130 expr__find_ids("FOO + BAR + BAZ + BOZO", "FOO", in test__expr()
143 expr__find_ids("EVENT1\\,param\\=?@ + EVENT2\\,param\\=?@", in test__expr()
153 expr__find_ids("dash\\-event1 - dash\\-event2", in test__expr()
172 expr__find_ids("EVENT1 if #smt_on else EVENT2", in test__expr()
181 expr__find_ids("EVENT1 if #core_wide else EVENT2", in test__expr()
192 expr__find_ids("1.0 if EVENT1 > 100.0 else 1.0", in test__expr()
220 expr__find_ids("source_count(EVENT1)", in test__expr()
Dpmu-events.c977 if (expr__find_ids(str, NULL, ctx) < 0) { in metric_parse_fake()
/linux-6.1.9/tools/perf/util/ !
Dexpr.h55 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.c1075 if (expr__find_ids(pe->metric_expr, NULL, root_metric->pctx) < 0) { in __add_metric()
Dstat-shadow.c385 if (expr__find_ids(counter->metric_expr, in perf_stat__collect_metric_expr()