Searched refs:find_fetch_type (Results 1 – 1 of 1) sorted by relevance
101 static const struct fetch_type *find_fetch_type(const char *type) in find_fetch_type() function122 return find_fetch_type("u8"); in find_fetch_type()124 return find_fetch_type("u16"); in find_fetch_type()126 return find_fetch_type("u32"); in find_fetch_type()128 return find_fetch_type("u64"); in find_fetch_type()481 const struct fetch_type *t2 = find_fetch_type(NULL); in parse_probe_arg()633 parg->type = find_fetch_type("string"); in traceprobe_parse_probe_arg_body()635 parg->type = find_fetch_type(t); in traceprobe_parse_probe_arg_body()