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
1824 #ifndef perf_arch_misc_flags1825 # define perf_arch_misc_flags(regs) \ macro
3108 unsigned long perf_arch_misc_flags(struct pt_regs *regs) in perf_arch_misc_flags() function
7721 return perf_arch_misc_flags(regs); in perf_misc_flags()