• S
    tracing: fix recursive test level calculation · 17487bfe
    Steven Rostedt 提交于
    The recursive tests to detect same level recursion in the ring buffers
    did not account for the hard/softirq_counts to be shifted. Thus the
    numbers could be larger than then mask to be tested.
    
    This patch includes the shift for the calculation of the irq depth.
    
    [ Impact: stop false positives in trace recursion detection ]
    Signed-off-by: NSteven Rostedt <rostedt@goodmis.org>
    17487bfe
ring_buffer.c 75.4 KB