Skip to content
  • Steven Rostedt's avatar
    ftrace: remove printks from irqsoff trace · da89a7a2
    Steven Rostedt authored
    
    
    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: default avatarSteven 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: default avatarThomas Gleixner <tglx@linutronix.de>
    da89a7a2