• P
    rcu: Distinguish between NOCB and non-NOCB rcu_callback trace events · 756cbf6b
    Paul E. McKenney 提交于
    One way to distinguish between NOCB and non-NOCB rcu_callback trace
    events is that the former always print zero for the lazy and non-lazy
    queue lengths.  Unfortunately, this also means that we cannot see the NOCB
    queue lengths.  This commit therefore accesses the NOCB queue lengths,
    but negates them.  NOCB rcu_callback trace events should therefore have
    negative queue lengths.
    Signed-off-by: NPaul E. McKenney <paulmck@linux.vnet.ibm.com>
    [ paulmck: Match operand size per kbuild test robot's advice. ]
    756cbf6b
rcutree_plugin.h 81.2 KB