diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-05-16 01:30:32 +0300 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-06-09 04:52:43 +0300 |
commit | ae91aa0adb14dc33114d566feca2f7cb7a96b8b7 (patch) | |
tree | d52dfad4c7c9be2acac7c8f0c6890acd38547d60 /tools/testing/selftests/rcutorture/doc | |
parent | bd8cc5a062f41e334596edbe823e2fa0adddd1b7 (diff) | |
download | linux-ae91aa0adb14dc33114d566feca2f7cb7a96b8b7.tar.xz |
rcu: Remove debugfs tracing
RCU's debugfs tracing used to be the only reasonable low-level debug
information available, but ftrace and event tracing has since surpassed
the RCU debugfs level of usefulness. This commit therefore removes
RCU's debugfs tracing.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'tools/testing/selftests/rcutorture/doc')
-rw-r--r-- | tools/testing/selftests/rcutorture/doc/TREE_RCU-kconfig.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/testing/selftests/rcutorture/doc/TREE_RCU-kconfig.txt b/tools/testing/selftests/rcutorture/doc/TREE_RCU-kconfig.txt index c5c29fb7438c..928fadaecc25 100644 --- a/tools/testing/selftests/rcutorture/doc/TREE_RCU-kconfig.txt +++ b/tools/testing/selftests/rcutorture/doc/TREE_RCU-kconfig.txt @@ -79,9 +79,5 @@ CONFIG_TASKS_RCU Selected by CONFIG_RCU_TORTURE_TEST, so cannot disable. -CONFIG_RCU_TRACE - - Implied by CONFIG_RCU_TRACE for Tree RCU. - boot parameters ignored: TBD |