Home
last modified time | relevance | path

Searched defs:perf_arch_fetch_caller_regs (Results 1 – 6 of 6) 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/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.h614 #define perf_arch_fetch_caller_regs(regs, __ip) { \ macro
/linux/include/linux/
H A Dperf_event.h1570 static inline void perf_arch_fetch_caller_regs(struct pt_regs *regs, unsigned long ip) { } in perf_arch_fetch_caller_regs() function