From: Steven Rostedt Date: Thu, 6 Aug 2009 18:59:32 +0000 (-0400) Subject: tracing/sched: show CPU task wakes up on in trace event X-Git-Tag: v2.6.32-rc1~718^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0693c8bd5c50380b299e19d19e7640024640b42;p=pandora-kernel.git 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 --- Reading git-diff-tree failed