Lines Matching refs:ftbl
237 const struct fetch_type *ftbl) in find_fetch_type() argument
258 return find_fetch_type("u8", ftbl); in find_fetch_type()
260 return find_fetch_type("u16", ftbl); in find_fetch_type()
262 return find_fetch_type("u32", ftbl); in find_fetch_type()
264 return find_fetch_type("u64", ftbl); in find_fetch_type()
270 for (i = 0; ftbl[i].name; i++) { in find_fetch_type()
271 if (strcmp(type, ftbl[i].name) == 0) in find_fetch_type()
272 return &ftbl[i]; in find_fetch_type()
294 const struct fetch_type *ftbl) in get_fetch_size_function() argument
298 if (type != &ftbl[FETCH_TYPE_STRING]) in get_fetch_size_function()
303 return ftbl[FETCH_TYPE_STRSIZE].fetch[i]; in get_fetch_size_function()
378 const struct fetch_type *ftbl) in parse_probe_arg() argument
453 t2 = find_fetch_type(NULL, ftbl); in parse_probe_arg()
463 dprm->fetch, ftbl); in parse_probe_arg()
465 is_kprobe, ftbl); in parse_probe_arg()
524 const struct fetch_type *ftbl) in traceprobe_parse_probe_arg() argument
549 parg->type = find_fetch_type(t, ftbl); in traceprobe_parse_probe_arg()
557 is_kprobe, ftbl); in traceprobe_parse_probe_arg()
565 ftbl); in traceprobe_parse_probe_arg()