• Thomas Gleixner's avatar
    timer: Stats: Simplify the flags handling · c74441a1
    Thomas Gleixner authored
    Simplify the handling of the flag storage for the timer statistics. No
    intermediate storage anymore. Just hand over the flags field.
    
    I left the printout of 'deferrable' for now because changing this
    would be an ABI update and I have no idea how strong people feel about
    that. OTOH, I wonder whether we should kill the whole timer stats
    stuff because all of that information can be retrieved via ftrace/perf
    as well.
    Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Paul McKenney <paulmck@linux.vnet.ibm.com>
    Cc: Frederic Weisbecker <fweisbec@gmail.com>
    Cc: Eric Dumazet <edumazet@google.com>
    Cc: Viresh Kumar <viresh.kumar@linaro.org>
    Cc: John Stultz <john.stultz@linaro.org>
    Cc: Joonwoo Park <joonwoop@codeaurora.org>
    Cc: Wenbo Wang <wenbo.wang@memblaze.com>
    Link: http://lkml.kernel.org/r/20150526224512.046626248@linutronix.deSigned-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
    c74441a1
timer_stats.c 9.96 KB