Lines Matching refs:fn
75 #define CHECK_FETCH_FUNCS(method, fn) \ argument
76 (((FETCH_FUNC_NAME(method, u8) == fn) || \
77 (FETCH_FUNC_NAME(method, u16) == fn) || \
78 (FETCH_FUNC_NAME(method, u32) == fn) || \
79 (FETCH_FUNC_NAME(method, u64) == fn) || \
80 (FETCH_FUNC_NAME(method, string) == fn) || \
81 (FETCH_FUNC_NAME(method, string_size) == fn)) \
82 && (fn != NULL))
151 if (CHECK_FETCH_FUNCS(deref, data->orig.fn)) in update_deref_fetch_param()
153 else if (CHECK_FETCH_FUNCS(symbol, data->orig.fn)) in update_deref_fetch_param()
160 if (CHECK_FETCH_FUNCS(deref, data->orig.fn)) in free_deref_fetch_param()
162 else if (CHECK_FETCH_FUNCS(symbol, data->orig.fn)) in free_deref_fetch_param()
200 if (CHECK_FETCH_FUNCS(deref, data->orig.fn)) in DEFINE_BASIC_FETCH_FUNCS()
202 else if (CHECK_FETCH_FUNCS(symbol, data->orig.fn)) in DEFINE_BASIC_FETCH_FUNCS()
213 if (CHECK_FETCH_FUNCS(deref, data->orig.fn)) in free_bitfield_fetch_param()
215 else if (CHECK_FETCH_FUNCS(symbol, data->orig.fn)) in free_bitfield_fetch_param()
329 f->fn = t->fetch[FETCH_MTD_retval]; in parse_probe_vars()
338 f->fn = fetch_kernel_stack_address; in parse_probe_vars()
340 f->fn = fetch_user_stack_address; in parse_probe_vars()
346 f->fn = t->fetch[FETCH_MTD_stack]; in parse_probe_vars()
375 f->fn = t->fetch[FETCH_MTD_reg]; in parse_probe_arg()
387 f->fn = t->fetch[FETCH_MTD_memory]; in parse_probe_arg()
398 f->fn = t->fetch[FETCH_MTD_file_offset]; in parse_probe_arg()
411 f->fn = t->fetch[FETCH_MTD_symbol]; in parse_probe_arg()
451 f->fn = t->fetch[FETCH_MTD_deref]; in parse_probe_arg()
457 if (!ret && !f->fn) { /* Parsed, but do not find fetch method */ in parse_probe_arg()
484 f->fn = t->fetch[FETCH_MTD_bitfield]; in __parse_bitfield_probe_arg()
539 parg->fetch_size.fn = get_fetch_size_function(parg->type, in traceprobe_parse_probe_arg()
540 parg->fetch.fn, in traceprobe_parse_probe_arg()
567 if (CHECK_FETCH_FUNCS(bitfield, arg->fetch.fn)) in traceprobe_update_arg()
569 else if (CHECK_FETCH_FUNCS(deref, arg->fetch.fn)) in traceprobe_update_arg()
571 else if (CHECK_FETCH_FUNCS(symbol, arg->fetch.fn)) in traceprobe_update_arg()
577 if (CHECK_FETCH_FUNCS(bitfield, arg->fetch.fn)) in traceprobe_free_probe_arg()
579 else if (CHECK_FETCH_FUNCS(deref, arg->fetch.fn)) in traceprobe_free_probe_arg()
581 else if (CHECK_FETCH_FUNCS(symbol, arg->fetch.fn)) in traceprobe_free_probe_arg()