commit | f0693c8bd5c50380b299e19d19e7640024640b42 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu Aug 06 14:59:32 2009 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed Aug 26 00:32:03 2009 -0400 |
tree | a14b3e0cc80de7315c0be3f7880a5001a48f2c02 | |
parent | d88cb582325830698de5071fa8b8c9e933dbbcad [diff] |
tracing/sched: show CPU task wakes up on in trace event While debugging the scheduler push / pull algorithm, I found it very annoying that the sched wake up events did not show the CPU that the task was waking on. In order to analyze the scheduler, I needed that information. This patch adds recording of the CPU that a task is waking up on. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>