Searched refs:expr__find_ids (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/tools/perf/tests/ |
D | expr.c | 130 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()
|
D | pmu-events.c | 977 if (expr__find_ids(str, NULL, ctx) < 0) { in metric_parse_fake()
|
/Linux-v6.1/tools/perf/util/ |
D | expr.h | 55 int expr__find_ids(const char *expr, const char *one,
|
D | expr.c | 375 int expr__find_ids(const char *expr, const char *one, in expr__find_ids() function
|
D | metricgroup.c | 1075 if (expr__find_ids(pe->metric_expr, NULL, root_metric->pctx) < 0) { in __add_metric()
|
D | stat-shadow.c | 385 if (expr__find_ids(counter->metric_expr, in perf_stat__collect_metric_expr()
|