Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_probe.c900 static int parse_btf_casttype(char *casttype, struct traceprobe_parse_context *ctx) in parse_btf_casttype() argument
906 field = strchr(casttype, ','); in parse_btf_casttype()
910 ret = query_btf_struct(casttype, ctx); in parse_btf_casttype()
919 ctx->offset += field - casttype; in parse_btf_casttype()
1053 ctx->stack[ctx->depth].typecast.casttype = arg + 1; in handle_typecast()
1103 static int parse_btf_casttype(char *casttype, in parse_btf_casttype() argument
1769 ret = parse_btf_casttype(state->typecast.casttype, ctx); in unwind_parse_states()
H A Dtrace_probe.h457 char *casttype; member