Searched refs:perf_arch_fetch_caller_regs (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/csky/include/asm/ |
| A D | perf_event.h | 8 #define perf_arch_fetch_caller_regs(regs, __ip) { \ macro
|
| /linux/arch/loongarch/include/asm/ |
| A D | perf_event.h | 14 #define perf_arch_fetch_caller_regs(regs, __ip) { \ macro
|
| /linux/arch/riscv/include/asm/ |
| A D | perf_event.h | 14 #define perf_arch_fetch_caller_regs(regs, __ip) { \ macro
|
| /linux/arch/arm/include/asm/ |
| A D | perf_event.h | 18 #define perf_arch_fetch_caller_regs(regs, __ip) { \ macro
|
| /linux/arch/powerpc/include/asm/ |
| A D | perf_event.h | 34 #define perf_arch_fetch_caller_regs(regs, __ip) \ macro
|
| /linux/arch/arm64/include/asm/ |
| A D | perf_event.h | 20 #define perf_arch_fetch_caller_regs(regs, __ip) { \ macro
|
| /linux/arch/sparc/include/asm/ |
| A D | perf_event.h | 8 #define perf_arch_fetch_caller_regs(regs, ip) \ macro
|
| /linux/arch/s390/include/asm/ |
| A D | perf_event.h | 51 #define perf_arch_fetch_caller_regs(regs, __ip) do { \ macro
|
| /linux/arch/x86/include/asm/ |
| A D | perf_event.h | 549 #define perf_arch_fetch_caller_regs(regs, __ip) { \ macro
|
| /linux/include/linux/ |
| A D | perf_event.h | 1434 #ifndef perf_arch_fetch_caller_regs 1435 static inline void perf_arch_fetch_caller_regs(struct pt_regs *regs, unsigned long ip) { } in perf_arch_fetch_caller_regs() function 1454 perf_arch_fetch_caller_regs(regs, CALLER_ADDR0); in perf_fetch_caller_regs()
|
Completed in 23 milliseconds