From: Paul E. McKenney Date: Sun, 6 May 2012 02:10:35 +0000 (-0700) Subject: rcu: Update RCU_FAST_NO_HZ tracing for lazy callbacks X-Git-Tag: v3.5-rc3~16^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd4b352687fd8604d49c190c4c9ea9e369fd42d5;p=pandora-kernel.git rcu: Update RCU_FAST_NO_HZ tracing for lazy callbacks In the current code, a short dyntick-idle interval (where there is at least one non-lazy callback on the CPU) and a long dyntick-idle interval (where there are only lazy callbacks on the CPU) are traced identically, which can be less than helpful. This commit therefore emits different event traces in these two cases. Signed-off-by: Paul E. McKenney Signed-off-by: Paul E. McKenney Tested-by: Heiko Carstens Tested-by: Pascal Chapperon --- Reading git-diff-tree failed