• S
    ftrace: remove printks from irqsoff trace · da89a7a2
    Steven Rostedt 提交于
    Printing out new max latencies was fine for the old RT tracer. But for
    mainline it is a bit messy. We also need to test if the run queue
    is locked before we can do the print. This means that we may not be
    printing out latencies if the run queue is locked on another CPU.
    This produces inconsistencies in the output.
    
    This patch simply removes the print altogether.
    Signed-off-by: NSteven Rostedt <srostedt@redhat.com>
    Cc: pq@iki.fi
    Cc: proski@gnu.org
    Cc: sandmann@redhat.com
    Cc: a.p.zijlstra@chello.nl
    Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
    da89a7a2
trace_irqsoff.c 10.4 KB