• Steven Rostedt's avatar
    trace: separate out rt tasks from wakeup tracer · 3244351c
    Steven Rostedt authored
    Impact: add option to trace all tasks or just RT tasks
    
    The current wakeup tracer only traces RT task wakeups. This is
    fine for those interested in wake up timings of RT tasks, but
    it is useless for those that are interested in the causes
    of long wakeups for non RT tasks.
    
    This patch creates a "wakeup_rt" to implement the tracing of just
    RT tasks (as the current "wakeup" does). And makes "wakeup" now
    trace all tasks as an average developer would expect.
    Signed-off-by: default avatarSteven Rostedt <srostedt@redhat.com>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    3244351c
trace_sched_wakeup.c 8.47 KB