Home
last modified time | relevance | path

Searched defs:perf_arch_fetch_caller_regs (Results 1 – 9 of 9) sorted by relevance

/linux/arch/csky/include/asm/
H A Dperf_event.h8 #define perf_arch_fetch_caller_regs(regs, __ip) { \ macro
/linux/arch/sparc/include/asm/
H A Dperf_event.h8 #define perf_arch_fetch_caller_regs(regs, ip) \ macro
/linux/arch/arm/include/asm/
H A Dperf_event.h18 #define perf_arch_fetch_caller_regs(regs, __ip) { \ macro
/linux/arch/riscv/include/asm/
H A Dperf_event.h14 #define perf_arch_fetch_caller_regs(regs, __ip) { \ macro
/linux/arch/arm64/include/asm/
H A Dperf_event.h20 #define perf_arch_fetch_caller_regs(regs, __ip) { \ macro
/linux/arch/powerpc/include/asm/
H A Dperf_event.h34 #define perf_arch_fetch_caller_regs(regs, __ip) \ macro
/linux/arch/s390/include/asm/
H A Dperf_event.h51 #define perf_arch_fetch_caller_regs(regs, __ip) do { \ macro
/linux/arch/x86/include/asm/
H A Dperf_event.h549 #define perf_arch_fetch_caller_regs(regs, __ip) { \ macro
/linux/include/linux/
H A Dperf_event.h1435 static inline void perf_arch_fetch_caller_regs(struct pt_regs *regs, unsigned long ip) { } in perf_arch_fetch_caller_regs() function