]> 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>
Sat, 27 Oct 2012 22:52:06 +0000 (15:52 -0700)
commit9c81f6ab4beb5c44152535ec9a3f1737df20ecbe
treee5c07813ea9c6cd0195463d87f1d4d67024edb97
parent9eafd443b93527cea138b9bbb099c606f12fce43
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