Searched refs:perf_arch_misc_flags (Results 1 – 4 of 4) sorted by relevance
41 extern unsigned long perf_arch_misc_flags(struct pt_regs *regs);42 #define perf_arch_misc_flags(regs) perf_arch_misc_flags(regs) macro
1683 #ifndef perf_arch_misc_flags1684 # define perf_arch_misc_flags(regs) \ macro
3050 unsigned long perf_arch_misc_flags(struct pt_regs *regs) in perf_arch_misc_flags() function
7014 return perf_arch_misc_flags(regs); in perf_misc_flags()