Home
last modified time | relevance | path

Searched refs:perf_arch_bpf_user_pt_regs (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dperf_event.h28 #define perf_arch_bpf_user_pt_regs(regs) &regs->user_regs macro
/linux/arch/arc/include/asm/
H A Dperf_event.h67 #define perf_arch_bpf_user_pt_regs(regs) (struct user_regs_struct *)regs macro
/linux/arch/s390/include/asm/
H A Dperf_event.h43 #define perf_arch_bpf_user_pt_regs(regs) &regs->user_regs macro
/linux/include/linux/
H A Dperf_event.h1688 #ifndef perf_arch_bpf_user_pt_regs
1689 # define perf_arch_bpf_user_pt_regs(regs) regs macro
/linux/kernel/events/
H A Dcore.c9763 ctx.regs = perf_arch_bpf_user_pt_regs(regs); in bpf_overflow_handler()