Searched refs:perf_arch_misc_flags (Results 1 – 3 of 3) 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
1810 #ifndef perf_arch_misc_flags1811 # define perf_arch_misc_flags(regs) \1825 # define perf_arch_misc_flags( global() macro
7799 return perf_arch_misc_flags(regs); in perf_misc_flags()