diff options
author | Tony Lofthouse <a0741364@ti.com> | 2012-07-25 14:59:56 -0500 |
---|---|---|
committer | Dmytro Kedrovskyi <x0169235@ti.com> | 2012-07-30 20:39:44 +0300 |
commit | 3a0796bc54ff45c5b0549e8aee406ca8a9692580 (patch) | |
tree | 6cd4c4b2de74f0765e752e439ff4a0a68e0708ff | |
parent | 6827e8014d1744b38f2d83b0ffde9c37f8f475ba (diff) | |
download | kernel_samsung_espresso10-3a0796bc54ff45c5b0549e8aee406ca8a9692580.zip kernel_samsung_espresso10-3a0796bc54ff45c5b0549e8aee406ca8a9692580.tar.gz kernel_samsung_espresso10-3a0796bc54ff45c5b0549e8aee406ca8a9692580.tar.bz2 |
blaze_defconfig: Add KPROBES and RELAY dynamic instrumentation
On top of SCHED_TRACER support these flags are required for
tooling purposes and should have no runtime impact until
enabled.
Change-Id: I64985cfc339c41d5bbb65f4773aea889ee49e4ee
Signed-off-by: Tony Lofthouse <a0741364@ti.com>
-rw-r--r-- | arch/arm/configs/blaze_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/blaze_defconfig b/arch/arm/configs/blaze_defconfig index 73d8838..dfcf620 100644 --- a/arch/arm/configs/blaze_defconfig +++ b/arch/arm/configs/blaze_defconfig @@ -504,3 +504,5 @@ CONFIG_VIDEO_DEV=y CONFIG_VIDEO_V4L2=y CONFIG_VIDEO_OMAP_GFX=n CONFIG_RADIO_WL128X=y +CONFIG_KPROBES=y +CONFIG_RELAY=y |