perf_event.h 236 B

12345678910
  1. #ifndef __ASM_ALPHA_PERF_EVENT_H
  2. #define __ASM_ALPHA_PERF_EVENT_H
  3. #ifdef CONFIG_PERF_EVENTS
  4. extern void init_hw_perf_events(void);
  5. #else
  6. static inline void init_hw_perf_events(void) { }
  7. #endif
  8. #endif /* __ASM_ALPHA_PERF_EVENT_H */