Sign in
gfiber
/
kernel
/
bruno
/
fcafb9bf09f0c1f1ce67aa4758d8c59e652678a0
/
.
/
arch
/
alpha
/
include
/
asm
/
perf_event.h
blob: fe792ca818f64c4d9954e8b62e5f8064a5d5777e [
file
] [
log
] [
blame
]
#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 */