Skip to content

Commit

Permalink
rcu: RCU_TRACE enables event tracing as well as debugfs
Browse files Browse the repository at this point in the history
The commit brings the RCU_TRACE Kconfig option's help text up to date
by noting that it enables additional event tracing as well as debugfs.

Signed-off-by: Nikolay Borisov <[email protected]>
[ paulmck:  Do some wordsmithing. ]
Signed-off-by: Paul E. McKenney <[email protected]>
Reviewed-by: Josh Triplett <[email protected]>
  • Loading branch information
KernelKyupCom authored and paulmck committed Nov 14, 2016
1 parent 1f21b50 commit f2151a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,8 @@ config RCU_TRACE
select TRACE_CLOCK
help
This option provides tracing in RCU which presents stats
in debugfs for debugging RCU implementation.
in debugfs for debugging RCU implementation. It also enables
additional tracepoints for ftrace-style event tracing.

Say Y here if you want to enable RCU tracing
Say N if you are unsure.
Expand Down

0 comments on commit f2151a0

Please sign in to comment.