Home
last modified time | relevance | path

Searched refs:expr__has_event (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/tools/perf/util/
Dexpr.h57 double expr__has_event(const struct expr_parse_ctx *ctx, bool compute_ids, const char *id);
Dexpr.y206 $$.val = expr__has_event(ctx, compute_ids, $3);
Dexpr.c489 double expr__has_event(const struct expr_parse_ctx *ctx, bool compute_ids, const char *id) in expr__has_event() function