diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2013-01-18 04:42:24 -0500 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-02-15 12:46:09 -0500 |
commit | 9c57564e26c5392ac7f0e08cc0ad8d29e225a3a3 (patch) | |
tree | c9af782e3787da683aed1d35ae1da0ec53130197 /arch/arc/Kconfig | |
parent | 9854783e55d5f42a0ea3e951fad3a5910023c1b1 (diff) |
ARC: perf support (software counters only)
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/Kconfig')
-rw-r--r-- | arch/arc/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index 69a939af72c6..03183f690849 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig | |||
@@ -25,16 +25,19 @@ config ARC | |||
25 | select HAVE_ARCH_KGDB | 25 | select HAVE_ARCH_KGDB |
26 | select HAVE_ARCH_TRACEHOOK | 26 | select HAVE_ARCH_TRACEHOOK |
27 | select HAVE_GENERIC_HARDIRQS | 27 | select HAVE_GENERIC_HARDIRQS |
28 | select HAVE_IRQ_WORK | ||
28 | select HAVE_KPROBES | 29 | select HAVE_KPROBES |
29 | select HAVE_KRETPROBES | 30 | select HAVE_KRETPROBES |
30 | select HAVE_MEMBLOCK | 31 | select HAVE_MEMBLOCK |
31 | select HAVE_MOD_ARCH_SPECIFIC if ARC_DW2_UNWIND | 32 | select HAVE_MOD_ARCH_SPECIFIC if ARC_DW2_UNWIND |
32 | select HAVE_OPROFILE | 33 | select HAVE_OPROFILE |
34 | select HAVE_PERF_EVENTS | ||
33 | select IRQ_DOMAIN | 35 | select IRQ_DOMAIN |
34 | select MODULES_USE_ELF_RELA | 36 | select MODULES_USE_ELF_RELA |
35 | select NO_BOOTMEM | 37 | select NO_BOOTMEM |
36 | select OF | 38 | select OF |
37 | select OF_EARLY_FLATTREE | 39 | select OF_EARLY_FLATTREE |
40 | select PERF_USE_VMALLOC | ||
38 | 41 | ||
39 | config SCHED_OMIT_FRAME_POINTER | 42 | config SCHED_OMIT_FRAME_POINTER |
40 | def_bool y | 43 | def_bool y |