From: Steven Rostedt Date: Wed, 21 Jan 2009 21:24:46 +0000 (-0500) Subject: trace: separate out rt tasks from wakeup tracer X-Git-Tag: v2.6.30-rc1~2^2~156^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3244351c31211a8b1ba8b4b34c3de04d5dfa03e4;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed