Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
A Dexpr.c116 expr__find_ids("FOO + BAR + BAZ + BOZO", "FOO", in test__expr()
129 expr__find_ids("EVENT1\\,param\\=?@ + EVENT2\\,param\\=?@", in test__expr()
139 expr__find_ids("dash\\-event1 - dash\\-event2", in test__expr()
150 expr__find_ids("EVENT1 if #smt_on else EVENT2", in test__expr()
160 expr__find_ids("1.0 if EVENT1 > 100.0 else 1.0", in test__expr()
182 expr__find_ids("source_count(EVENT1)", in test__expr()
A Dpmu-events.c880 rc = expr__find_ids(pe->metric_expr, NULL, pctx); in resolve_metric_simple()
931 if (expr__find_ids(pe->metric_expr, NULL, ctx) < 0) { in test__parsing()
1004 if (expr__find_ids(str, NULL, ctx) < 0) { in metric_parse_fake()
/linux/tools/perf/util/
A Dexpr.h56 int expr__find_ids(const char *expr, const char *one,
A Dexpr.c380 int expr__find_ids(const char *expr, const char *one, in expr__find_ids() function
A Dmetricgroup.c1019 if (expr__find_ids(pe->metric_expr, NULL, root_metric->pctx) < 0) { in __add_metric()
A Dstat-shadow.c395 if (expr__find_ids(counter->metric_expr, in perf_stat__collect_metric_expr()

Completed in 39 milliseconds