xref: /linux/arch/alpha/include/asm/perf_event.h (revision a33f32244d8550da8b4a26e277ce07d5c6d158b5)
1 #ifndef __ASM_ALPHA_PERF_EVENT_H
2 #define __ASM_ALPHA_PERF_EVENT_H
3 
4 /* Alpha only supports software events through this interface. */
5 static inline void set_perf_event_pending(void) { }
6 
7 #define PERF_EVENT_INDEX_OFFSET 0
8 
9 #endif /* __ASM_ALPHA_PERF_EVENT_H */
10