commit | 573bcd40d221bd6d7cebf27dee120bd242f5feb5 | [log] [tgz] |
---|---|---|
author | Michael Wang <wangyun@linux.vnet.ibm.com> | Thu Sep 20 08:51:02 2012 +0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Nov 08 11:50:14 2012 -0800 |
tree | ef774ec2f2e21913963671d3a027e48c9ba33c8f | |
parent | a30489c5228fba6f16b4c740a0292879ef13371e [diff] |
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>