Searched refs:find_fetch_type (Results 1 – 1 of 1) sorted by relevance
/linux/kernel/trace/ |
H A D | trace_probe.c | 109 static const struct fetch_type *find_fetch_type(const char *type, unsigned long flags) in find_fetch_type() function 135 return find_fetch_type("u8", flags); in find_fetch_type() 137 return find_fetch_type("u16", flags); in find_fetch_type() 139 return find_fetch_type("u32", flags); in find_fetch_type() 141 return find_fetch_type("u64", flags); in find_fetch_type() 708 return find_fetch_type(typestr, ctx->flags); in find_fetch_type_from_btf_type() 760 find_fetch_type(NULL, ctx->flags) 1129 const struct fetch_type *t2 = find_fetch_type(NULL, ctx->flags); in parse_probe_arg() 1275 parg->type = find_fetch_type("string", ctx->flags); in parse_probe_arg_type() 1277 parg->type = find_fetch_type(t, ctx->flags); in parse_probe_arg_type()
|