]> nv-tegra.nvidia Code Review - linux-2.6.git/commitdiff
rcu: Update documentation to flag RCU_BOOST trace information
authorPaul E. McKenney <paul.mckenney@linaro.org>
Thu, 16 Jun 2011 06:07:55 +0000 (23:07 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 29 Sep 2011 04:36:35 +0000 (21:36 -0700)
Call out the RCU_TRACE information that is provided only in kernels
built with RCU_BOOST.

Signed-off-by: Paul E. McKenney <paul.mckenney@linaro.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Documentation/RCU/trace.txt

index 8173cec473aa0099a185d694bad1b1b6ee48743d..a67af0a39ded80407f6952640217078debdce49b 100644 (file)
@@ -184,10 +184,14 @@ o "kt" is the per-CPU kernel-thread state.  The digit preceding
        The number after the final slash is the CPU that the kthread
        is actually running on.
 
+       This field is displayed only for CONFIG_RCU_BOOST kernels.
+
 o      "ktl" is the low-order 16 bits (in hexadecimal) of the count of
        the number of times that this CPU's per-CPU kthread has gone
        through its loop servicing invoke_rcu_cpu_kthread() requests.
 
+       This field is displayed only for CONFIG_RCU_BOOST kernels.
+
 o      "b" is the batch limit for this CPU.  If more than this number
        of RCU callbacks is ready to invoke, then the remainder will
        be deferred.