Searched refs:perf_arch_fetch_caller_regs (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/csky/include/asm/ |
| H A D | perf_event.h | 8 #define perf_arch_fetch_caller_regs(regs, __ip) { \ macro
|
| /linux/arch/parisc/include/asm/ |
| H A D | perf_event.h | 6 #define perf_arch_fetch_caller_regs(regs, __ip) { \ macro
|
| /linux/arch/loongarch/include/asm/ |
| H A D | perf_event.h | 14 #define perf_arch_fetch_caller_regs(regs, __ip) { \ macro
|
| /linux/arch/arm/include/asm/ |
| H A D | perf_event.h | 11 #define perf_arch_fetch_caller_regs(regs, __ip) { \ macro
|
| /linux/arch/arm64/include/asm/ |
| H A D | perf_event.h | 16 #define perf_arch_fetch_caller_regs(regs, __ip) { \ macro
|
| /linux/arch/riscv/include/asm/ |
| H A D | perf_event.h | 15 #define perf_arch_fetch_caller_regs(regs, __ip) { \ macro
|
| /linux/arch/powerpc/include/asm/ |
| H A D | perf_event.h | 34 #define perf_arch_fetch_caller_regs(regs, __ip) \ macro
|
| /linux/arch/sparc/include/asm/ |
| H A D | perf_event.h | 8 #define perf_arch_fetch_caller_regs(regs, ip) \ macro
|
| /linux/arch/s390/include/asm/ |
| H A D | perf_event.h | 51 #define perf_arch_fetch_caller_regs(regs, __ip) do { \ macro
|
| /linux/include/linux/ |
| H A D | perf_event.h | 1577 #ifndef perf_arch_fetch_caller_regs 1578 static inline void perf_arch_fetch_caller_regs(struct pt_regs *regs, unsigned long ip) { } in perf_arch_fetch_caller_regs() function 1597 perf_arch_fetch_caller_regs(regs, CALLER_ADDR0); in perf_fetch_caller_regs()
|
| /linux/arch/x86/include/asm/ |
| H A D | perf_event.h | 727 #define perf_arch_fetch_caller_regs(regs, __ip) { \ macro
|