Home
last modified time | relevance | path

Searched refs:perf_arch_fetch_caller_regs (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/arch/csky/include/asm/
H A Dperf_event.h8 #define perf_arch_fetch_caller_regs(regs, __ip) { \ macro
/linux-6.15/arch/loongarch/include/asm/
H A Dperf_event.h14 #define perf_arch_fetch_caller_regs(regs, __ip) { \ macro
/linux-6.15/arch/arm/include/asm/
H A Dperf_event.h11 #define perf_arch_fetch_caller_regs(regs, __ip) { \ macro
/linux-6.15/arch/riscv/include/asm/
H A Dperf_event.h15 #define perf_arch_fetch_caller_regs(regs, __ip) { \ macro
/linux-6.15/arch/arm64/include/asm/
H A Dperf_event.h16 #define perf_arch_fetch_caller_regs(regs, __ip) { \ macro
/linux-6.15/arch/powerpc/include/asm/
H A Dperf_event.h34 #define perf_arch_fetch_caller_regs(regs, __ip) \ macro
/linux-6.15/arch/sparc/include/asm/
H A Dperf_event.h8 #define perf_arch_fetch_caller_regs(regs, ip) \ macro
/linux-6.15/arch/s390/include/asm/
H A Dperf_event.h51 #define perf_arch_fetch_caller_regs(regs, __ip) do { \ macro
/linux-6.15/arch/x86/include/asm/
H A Dperf_event.h609 #define perf_arch_fetch_caller_regs(regs, __ip) { \ macro
/linux-6.15/include/linux/
H A Dperf_event.h1510 #ifndef perf_arch_fetch_caller_regs
1511 static inline void perf_arch_fetch_caller_regs(struct pt_regs *regs, unsigned long ip) { } in perf_arch_fetch_caller_regs() function
1530 perf_arch_fetch_caller_regs(regs, CALLER_ADDR0); in perf_fetch_caller_regs()