diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-05-16 00:30:32 +0200 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-06-09 03:52:43 +0200 |
commit | ae91aa0adb14dc33114d566feca2f7cb7a96b8b7 (patch) | |
tree | d52dfad4c7c9be2acac7c8f0c6890acd38547d60 /Documentation/RCU/00-INDEX | |
parent | srcu: Remove Classic SRCU (diff) | |
download | linux-ae91aa0adb14dc33114d566feca2f7cb7a96b8b7.tar.xz linux-ae91aa0adb14dc33114d566feca2f7cb7a96b8b7.zip |
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 'Documentation/RCU/00-INDEX')
-rw-r--r-- | Documentation/RCU/00-INDEX | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/RCU/00-INDEX b/Documentation/RCU/00-INDEX index 1672573b037a..f46980c060aa 100644 --- a/Documentation/RCU/00-INDEX +++ b/Documentation/RCU/00-INDEX @@ -28,8 +28,6 @@ stallwarn.txt - RCU CPU stall warnings (module parameter rcu_cpu_stall_suppress) torture.txt - RCU Torture Test Operation (CONFIG_RCU_TORTURE_TEST) -trace.txt - - CONFIG_RCU_TRACE debugfs files and formats UP.txt - RCU on Uniprocessor Systems whatisRCU.txt |