1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:03:49 +03:00

kernel: make tracing support configurable

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32085 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-06-06 15:25:57 +00:00
parent dc7944ead9
commit 32b9ee0930
2 changed files with 12 additions and 0 deletions

View File

@ -200,6 +200,15 @@ menu "Global build settings"
help help
This will give you more information in stack traces from kernel oopses This will give you more information in stack traces from kernel oopses
config KERNEL_FTRACE
bool "Compile the kernel with tracing support"
default n
config KERNEL_ENABLE_DEFAULT_TRACERS
bool "Trace process context switches and events"
depends on KERNEL_FTRACE
default n
config KERNEL_DEBUG_KERNEL config KERNEL_DEBUG_KERNEL
bool bool
default n default n

View File

@ -292,6 +292,7 @@ CONFIG_BLOCK=y
CONFIG_BOOT_RAW=y CONFIG_BOOT_RAW=y
# CONFIG_BPQETHER is not set # CONFIG_BPQETHER is not set
CONFIG_BQL=y CONFIG_BQL=y
CONFIG_BRANCH_PROFILE_NONE=y
# CONFIG_BRCMFMAC is not set # CONFIG_BRCMFMAC is not set
CONFIG_BRIDGE=y CONFIG_BRIDGE=y
# CONFIG_BRIDGE_EBT_802_3 is not set # CONFIG_BRIDGE_EBT_802_3 is not set
@ -2168,6 +2169,8 @@ CONFIG_PROC_FS=y
# CONFIG_PROC_KCORE is not set # CONFIG_PROC_KCORE is not set
# CONFIG_PROC_PAGE_MONITOR is not set # CONFIG_PROC_PAGE_MONITOR is not set
CONFIG_PROC_SYSCTL=y CONFIG_PROC_SYSCTL=y
# CONFIG_PROFILE_ALL_BRANCHES is not set
# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
# CONFIG_PROFILING is not set # CONFIG_PROFILING is not set
# CONFIG_PROVE_LOCKING is not set # CONFIG_PROVE_LOCKING is not set
# CONFIG_PROVE_RCU is not set # CONFIG_PROVE_RCU is not set