xref: /linux/arch/alpha/include/asm/perf_event.h (revision 092e0e7e520a1fca03e13c9f2d157432a8657ff2)
1 #ifndef __ASM_ALPHA_PERF_EVENT_H
2 #define __ASM_ALPHA_PERF_EVENT_H
3 
4 #ifdef CONFIG_PERF_EVENTS
5 extern void init_hw_perf_events(void);
6 #else
7 static inline void init_hw_perf_events(void)    { }
8 #endif
9 
10 #endif /* __ASM_ALPHA_PERF_EVENT_H */
11