diff options
author | Baruch Siach <baruch@tkos.co.il> | 2013-11-28 11:00:04 -0500 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2014-01-14 15:27:03 -0500 |
commit | a6f3eefad8d1c9abd98fa03ba2b3abeb708e3b95 (patch) | |
tree | bad16557f26b29175252d299bfe4ba0b93845d19 /arch/xtensa/Kconfig | |
parent | 6cb971114f633a0bf240c20b681d989b45e3ec56 (diff) |
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/Kconfig')
-rw-r--r-- | arch/xtensa/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 49d2e843552b..c3ccf379289a 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig | |||
@@ -19,6 +19,7 @@ config XTENSA | |||
19 | select HAVE_OPROFILE | 19 | select HAVE_OPROFILE |
20 | select HAVE_FUNCTION_TRACER | 20 | select HAVE_FUNCTION_TRACER |
21 | select HAVE_IRQ_TIME_ACCOUNTING | 21 | select HAVE_IRQ_TIME_ACCOUNTING |
22 | select HAVE_PERF_EVENTS | ||
22 | help | 23 | help |
23 | Xtensa processors are 32-bit RISC machines designed by Tensilica | 24 | Xtensa processors are 32-bit RISC machines designed by Tensilica |
24 | primarily for embedded systems. These processors are both | 25 | primarily for embedded systems. These processors are both |