xref: /linux/arch/s390/include/asm/perf_event.h (revision 040932cdcfca9b0ac55a4f74f194c2e2c8a2527b)
1 /*
2  * Performance event support - s390 specific definitions.
3  *
4  * Copyright 2009 Martin Schwidefsky, IBM Corporation.
5  */
6 
7 static inline void set_perf_event_pending(void) {}
8 static inline void clear_perf_event_pending(void) {}
9 
10 #define PERF_EVENT_INDEX_OFFSET 0
11