]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcu: Create directory for each flavor of rcu
authorMichael Wang <wangyun@linux.vnet.ibm.com>
Thu, 20 Sep 2012 00:51:02 +0000 (08:51 +0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 23 Oct 2012 21:58:41 +0000 (14:58 -0700)
commitb1135aec637c3b86d8a94e96b04c24c276dde387
tree028efdaf9f0cb8bdb958325c12922c8fd127b641
parent6f0c0580b70c89094b3422ba81118c7b959c7556
rcu: Create directory for each flavor of rcu

This patch will create subdirectory according to each flavor of rcu, the new
structure will be:

/debugfs/rcu/ -> rsp_0
      -> rsp_1
      -> ...

So we can go to '/debugfs/rcu/rsp_0' and get the cpu info of rsp_0 there.
The flavors of RCU are currently rcu_bh, rcu_preempt, and rcu_sched.

Signed-off-by: Michael Wang <wangyun@linux.vnet.ibm.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcutree_trace.c