diff options
author | Baruch Siach <baruch@tkos.co.il> | 2013-11-28 18:00:04 +0200 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2014-01-15 00:27:03 +0400 |
commit | a6f3eefad8d1c9abd98fa03ba2b3abeb708e3b95 (patch) | |
tree | bad16557f26b29175252d299bfe4ba0b93845d19 /arch/xtensa/include | |
parent | 6cb971114f633a0bf240c20b681d989b45e3ec56 (diff) | |
download | blackbird-obmc-linux-a6f3eefad8d1c9abd98fa03ba2b3abeb708e3b95.tar.gz blackbird-obmc-linux-a6f3eefad8d1c9abd98fa03ba2b3abeb708e3b95.zip |
xtensa: enable HAVE_PERF_EVENTS
This allows the perf tool to monitor kernel tracepoint events.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/include')
-rw-r--r-- | arch/xtensa/include/asm/perf_event.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/xtensa/include/asm/perf_event.h b/arch/xtensa/include/asm/perf_event.h new file mode 100644 index 000000000000..5aa4590acaae --- /dev/null +++ b/arch/xtensa/include/asm/perf_event.h @@ -0,0 +1,4 @@ +#ifndef __ASM_XTENSA_PERF_EVENT_H +#define __ASM_XTENSA_PERF_EVENT_H + +#endif /* __ASM_XTENSA_PERF_EVENT_H */ |