Commit a36dd79796694174b8c2bcfeb5e00376826a0ae2

Authored by Jeff Lance
Committed by Hebbar, Gururaja
1 parent c55c452a68
Exists in master

arm:omap:am335x: Enable Oprofile support on AM335x

This enables support for oProfile on AM335x.

Enabling Oprofile does not impact kernel performance since
Oprofile is dormant unless a profiling session is initiated.

Signed-off-by: Jeff Lance <j-lance1@ti.com>
Signed-off-by: Hebbar, Gururaja <gururaja.hebbar@ti.com>

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

arch/arm/configs/am335x_evm_defconfig
... ... @@ -123,7 +123,8 @@
123 123 CONFIG_COMPAT_BRK=y
124 124 CONFIG_SLAB=y
125 125 # CONFIG_SLUB is not set
126   -# CONFIG_PROFILING is not set
  126 +CONFIG_PROFILING=y
  127 +CONFIG_OPROFILE=y
127 128 CONFIG_HAVE_OPROFILE=y
128 129 # CONFIG_KPROBES is not set
129 130 CONFIG_HAVE_KPROBES=y