Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dexpr.h57 double expr__has_event(const struct expr_parse_ctx *ctx, bool compute_ids, const char *id);
H A Dexpr.y206 $$.val = expr__has_event(ctx, compute_ids, $3);
H A Dexpr.c486 double expr__has_event(const struct expr_parse_ctx *ctx, bool compute_ids, const char *id) in expr__has_event() function