Searched refs:FETCH_FUNC_NAME (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_kprobe.c145 #define FETCH_FUNC_NAME(method, type) fetch_##method##_##type macro
157 (((FETCH_FUNC_NAME(method, u8) == fn) || \
158 (FETCH_FUNC_NAME(method, u16) == fn) || \
159 (FETCH_FUNC_NAME(method, u32) == fn) || \
160 (FETCH_FUNC_NAME(method, u64) == fn) || \
161 (FETCH_FUNC_NAME(method, string) == fn) || \
162 (FETCH_FUNC_NAME(method, string_size) == fn)) \
167 static __kprobes void FETCH_FUNC_NAME(reg, type)(struct pt_regs *regs, \
179 static __kprobes void FETCH_FUNC_NAME(stack, type)(struct pt_regs *regs,\
191 static __kprobes void FETCH_FUNC_NAME(retva
216 static __kprobes void FETCH_FUNC_NAME(memory, string)(struct pt_regs *regs, function
247 static __kprobes void FETCH_FUNC_NAME(memory, string_size)(struct pt_regs *regs, function
[all...]

Completed in 172 milliseconds