All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/14] Tracing changes for 3.8
@ 2012-10-30 17:04 Paul E. McKenney
  2012-10-30 17:05 ` [PATCH tip/core/rcu 01/14] rcu: Create directory for each flavor of rcu Paul E. McKenney
  0 siblings, 1 reply; 15+ messages in thread
From: Paul E. McKenney @ 2012-10-30 17:04 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, laijs, dipankar, akpm, mathieu.desnoyers, josh, niv, tglx,
	peterz, rostedt, Valdis.Kletnieks, dhowells, edumazet, darren,
	fweisbec, sbw, patches

Hello!

This patch series splits RCU's debugfs tracing files into per-RCU-flavor
directories and allows seeking to CPUs.  The patches in this series are
as follows:

1.	Create per-RCU-flavor debugfs directories.  (Courtesy of
	Michael Wang.)
2.	Add functions used by later patches to allow seeking to a given
	CPU.  (Courtesy of Michael Wang.)
3-5.	Convert rcudata, rcudata.csv, and rcu_pending to the new debugfs
	format.  (Courtesy of Michael Wang.)
6.	Replace the old interface with the new one.  (Courtesy of
	Michael Wang.)
7.	Remove the unused rcudata.csv interface.  (Courtesy of Michael Wang.)
8.	Fix formatting of grace-period numbers in rcugp debugfs output.
9-12.	Split rcubarrier, rcuboost, rcugp, and rcuhier by RCU flavor.
	(Courtesy of Michael Wang.)
13.	Remove old debugfs interfaces and stop printing RCU flavor in
	output given that it is implied by the directory name.
	(Courtesy of Michael Wang.)
14.	Add debugfs tracing for synchronize_sched_expedited().

							Thanx, Paul

 b/kernel/rcutree.c       |    4 
 b/kernel/rcutree_trace.c |    8 
 kernel/rcutree_trace.c   |  698 ++++++++++++++++++++++-------------------------
 3 files changed, 351 insertions(+), 359 deletions(-)


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2012-10-30 17:36 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-30 17:04 [PATCH tip/core/rcu 0/14] Tracing changes for 3.8 Paul E. McKenney
2012-10-30 17:05 ` [PATCH tip/core/rcu 01/14] rcu: Create directory for each flavor of rcu Paul E. McKenney
2012-10-30 17:05   ` [PATCH tip/core/rcu 02/14] rcu: Fundamental facility for 'CPU units sequence reading' Paul E. McKenney
2012-10-30 17:05   ` [PATCH tip/core/rcu 03/14] rcu: Optimize the 'rcudata' for RCU trace Paul E. McKenney
2012-10-30 17:05   ` [PATCH tip/core/rcu 04/14] rcu: Optimize the 'rcudata.csv' " Paul E. McKenney
2012-10-30 17:05   ` [PATCH tip/core/rcu 05/14] rcu: Optimize the 'rcu_pending' " Paul E. McKenney
2012-10-30 17:05   ` [PATCH tip/core/rcu 06/14] rcu: Replace the old interface with the new one Paul E. McKenney
2012-10-30 17:05   ` [PATCH tip/core/rcu 07/14] rcu: Remove the interface "rcudata.csv" Paul E. McKenney
2012-10-30 17:05   ` [PATCH tip/core/rcu 08/14] rcu: Fix tracing formatting Paul E. McKenney
2012-10-30 17:05   ` [PATCH tip/core/rcu 09/14] rcu: split 'rcubarrier' to each flavor Paul E. McKenney
2012-10-30 17:05   ` [PATCH tip/core/rcu 10/14] rcu: split 'rcuboost' " Paul E. McKenney
2012-10-30 17:05   ` [PATCH tip/core/rcu 11/14] rcu: split 'rcugp' " Paul E. McKenney
2012-10-30 17:05   ` [PATCH tip/core/rcu 12/14] rcu: split 'rcuhier' " Paul E. McKenney
2012-10-30 17:05   ` [PATCH tip/core/rcu 13/14] rcu: Remove old debugfs interfaces and also RCU flavor name Paul E. McKenney
2012-10-30 17:05   ` [PATCH tip/core/rcu 14/14] rcu: Add tracing for synchronize_sched_expedited() Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.