Lines Matching refs:ftbl
222 const struct fetch_type *ftbl) in find_fetch_type() argument
243 return find_fetch_type("u8", ftbl); in find_fetch_type()
245 return find_fetch_type("u16", ftbl); in find_fetch_type()
247 return find_fetch_type("u32", ftbl); in find_fetch_type()
249 return find_fetch_type("u64", ftbl); in find_fetch_type()
255 for (i = 0; ftbl[i].name; i++) { in find_fetch_type()
256 if (strcmp(type, ftbl[i].name) == 0) in find_fetch_type()
257 return &ftbl[i]; in find_fetch_type()
279 const struct fetch_type *ftbl) in get_fetch_size_function() argument
283 if (type != &ftbl[FETCH_TYPE_STRING]) in get_fetch_size_function()
288 return ftbl[FETCH_TYPE_STRSIZE].fetch[i]; in get_fetch_size_function()
360 const struct fetch_type *ftbl) in parse_probe_arg() argument
435 t2 = find_fetch_type(NULL, ftbl); in parse_probe_arg()
445 dprm->fetch, ftbl); in parse_probe_arg()
447 is_kprobe, ftbl); in parse_probe_arg()
506 const struct fetch_type *ftbl) in traceprobe_parse_probe_arg() argument
525 parg->type = find_fetch_type(t, ftbl); in traceprobe_parse_probe_arg()
533 is_kprobe, ftbl); in traceprobe_parse_probe_arg()
541 ftbl); in traceprobe_parse_probe_arg()