diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-06 15:25:57 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-06 15:25:57 +0000 |
commit | 32b9ee0930f6997083e199d27d25043653220be0 (patch) | |
tree | 3f4b6464f6984a96117f8accabe19b505c092a62 /target/linux | |
parent | dc7944ead9062027c219a809bbbc0d553034798a (diff) |
kernel: make tracing support configurable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32085 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/config-3.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.3 b/target/linux/generic/config-3.3 index a4db291cc..b802e7097 100644 --- a/target/linux/generic/config-3.3 +++ b/target/linux/generic/config-3.3 @@ -292,6 +292,7 @@ CONFIG_BLOCK=y CONFIG_BOOT_RAW=y # CONFIG_BPQETHER is not set CONFIG_BQL=y +CONFIG_BRANCH_PROFILE_NONE=y # CONFIG_BRCMFMAC is not set CONFIG_BRIDGE=y # CONFIG_BRIDGE_EBT_802_3 is not set @@ -2168,6 +2169,8 @@ CONFIG_PROC_FS=y # CONFIG_PROC_KCORE is not set # CONFIG_PROC_PAGE_MONITOR is not set CONFIG_PROC_SYSCTL=y +# CONFIG_PROFILE_ALL_BRANCHES is not set +# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set # CONFIG_PROFILING is not set # CONFIG_PROVE_LOCKING is not set # CONFIG_PROVE_RCU is not set |