Searched refs:find_fetch_type (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/trace/ |
H A D | trace_probe.c | 108 static const struct fetch_type *find_fetch_type(const char *type, unsigned long flags) in find_fetch_type() function 134 return find_fetch_type("u8", flags); in find_fetch_type() 136 return find_fetch_type("u16", flags); in find_fetch_type() 138 return find_fetch_type("u32", flags); in find_fetch_type() 140 return find_fetch_type("u64", flags); in find_fetch_type() 707 return find_fetch_type(typestr, ctx->flags); in find_fetch_type_from_btf_type() 759 find_fetch_type(NULL, ctx->flags) 1128 const struct fetch_type *t2 = find_fetch_type(NULL, ctx->flags); in parse_probe_arg() 1299 parg->type = find_fetch_type("string", ctx->flags); in traceprobe_parse_probe_arg_body() 1301 parg->type = find_fetch_type(t, ctx->flags); in traceprobe_parse_probe_arg_body()
|