First Support on Ginger and OMAP TI
[linux-ginger.git] / arch / sparc / include / asm / perf_event.h
blob7e2669894ce8346152ba1910e4122f954dd7a1a2
1 #ifndef __ASM_SPARC_PERF_EVENT_H
2 #define __ASM_SPARC_PERF_EVENT_H
4 extern void set_perf_event_pending(void);
6 #define PERF_EVENT_INDEX_OFFSET 0
8 #ifdef CONFIG_PERF_EVENTS
9 extern void init_hw_perf_events(void);
10 #else
11 static inline void init_hw_perf_events(void) { }
12 #endif
14 #endif