Home
last modified time | relevance | path

Searched refs:handle_id (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
H A Dexpr.y90 static struct ids handle_id(struct expr_parse_ctx *ctx, char *id,
204 | ID { $$ = handle_id(ctx, $1, compute_ids, /*source_count=*/false); }
205 | SOURCE_COUNT '(' ID ')' { $$ = handle_id(ctx, $3, compute_ids, /*source_count=*/true); }
/linux/include/uapi/drm/
H A Dhabanalabs_accel.h1724 __u32 handle_id; member