]> Pileus Git - ~andy/linux/commit
trace: separate out rt tasks from wakeup tracer
authorSteven Rostedt <srostedt@redhat.com>
Wed, 21 Jan 2009 21:24:46 +0000 (16:24 -0500)
committerIngo Molnar <mingo@elte.hu>
Thu, 22 Jan 2009 09:27:22 +0000 (10:27 +0100)
commit3244351c31211a8b1ba8b4b34c3de04d5dfa03e4
treef5b485f3c7f8375002c93dabaf577b14d5a2d2eb
parent97b17efe4537e11bf6669106cfe4ee2c5331b267
trace: separate out rt tasks from wakeup tracer

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: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/trace/trace_sched_wakeup.c