Lines Matching refs:FETCH_FUNC_NAME
69 (((FETCH_FUNC_NAME(method, u8) == fn) || \
70 (FETCH_FUNC_NAME(method, u16) == fn) || \
71 (FETCH_FUNC_NAME(method, u32) == fn) || \
72 (FETCH_FUNC_NAME(method, u64) == fn) || \
73 (FETCH_FUNC_NAME(method, string) == fn) || \
74 (FETCH_FUNC_NAME(method, string_size) == fn)) \
79 void FETCH_FUNC_NAME(reg, type)(struct pt_regs *regs, void *offset, void *dest) \
84 NOKPROBE_SYMBOL(FETCH_FUNC_NAME(reg, type));
91 void FETCH_FUNC_NAME(retval, type)(struct pt_regs *regs, \
96 NOKPROBE_SYMBOL(FETCH_FUNC_NAME(retval, type));
111 void FETCH_FUNC_NAME(deref, type)(struct pt_regs *regs, \
123 NOKPROBE_SYMBOL(FETCH_FUNC_NAME(deref, type));
127 void FETCH_FUNC_NAME(deref, string_size)(struct pt_regs *regs, in DEFINE_FETCH_deref()
140 NOKPROBE_SYMBOL(FETCH_FUNC_NAME(deref, string_size));
169 void FETCH_FUNC_NAME(bitfield, type)(struct pt_regs *regs, \
181 NOKPROBE_SYMBOL(FETCH_FUNC_NAME(bitfield, type));
214 void FETCH_FUNC_NAME(comm, string)(struct pt_regs *regs, in FETCH_FUNC_NAME() function
227 NOKPROBE_SYMBOL(FETCH_FUNC_NAME(comm, string));
229 void FETCH_FUNC_NAME(comm, string_size)(struct pt_regs *regs, in FETCH_FUNC_NAME() function
234 NOKPROBE_SYMBOL(FETCH_FUNC_NAME(comm, string_size));