trace: Enable UPROBES, UPROBE_EVENT (Closes: #691167)

svn path=/dists/trunk/linux/; revision=20481
This commit is contained in:
Ben Hutchings 2013-08-11 17:41:56 +00:00
parent 38eb548dde
commit ad5d669ebf
2 changed files with 3 additions and 0 deletions

1
debian/changelog vendored
View File

@ -2,6 +2,7 @@ linux (3.11~rc4-1~exp2) UNRELEASED; urgency=low
* [arm,mips,s390,sh4] Enable KPROBES
* trace: Enable KPROBE_EVENT (Closes: #640953)
* trace: Enable UPROBES, UPROBE_EVENT (Closes: #691167)
-- Ben Hutchings <ben@decadent.org.uk> Sun, 11 Aug 2013 19:34:47 +0200

View File

@ -2,6 +2,7 @@
## file: arch/Kconfig
##
CONFIG_KPROBES=y
CONFIG_UPROBES=y
##
## file: block/Kconfig
@ -4353,6 +4354,7 @@ CONFIG_BRANCH_PROFILE_NONE=y
# CONFIG_STACK_TRACER is not set
CONFIG_BLK_DEV_IO_TRACE=y
CONFIG_KPROBE_EVENT=y
CONFIG_UPROBE_EVENT=y
# CONFIG_FTRACE_STARTUP_TEST is not set
# CONFIG_RING_BUFFER_BENCHMARK is not set