aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/include/asm/perf_event.h
blob: fe792ca818f64c4d9954e8b62e5f8064a5d5777e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef __ASM_ALPHA_PERF_EVENT_H
#define __ASM_ALPHA_PERF_EVENT_H

#ifdef CONFIG_PERF_EVENTS
extern void init_hw_perf_events(void);
#else
static inline void init_hw_perf_events(void)    { }
#endif

#endif /* __ASM_ALPHA_PERF_EVENT_H */