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

/* Alpha only supports software events through this interface. */
static inline void set_perf_event_pending(void) { }

#define PERF_EVENT_INDEX_OFFSET 0

#endif /* __ASM_ALPHA_PERF_EVENT_H */