From: Peter Zijlstra Date: Thu, 14 Mar 2013 09:48:39 +0000 (+0100) Subject: sched/tracing: Allow tracing the preemption decision on wakeup X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~34^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8d7ad52a7befbde896276d05c75c90fed48b5bf;p=pandora-kernel.git sched/tracing: Allow tracing the preemption decision on wakeup Thomas noted that we do the wakeup preemption check after the wakeup trace point, this means the tracepoint cannot test/report this decision; which is rather important for latency sensitive workloads. Therefore move the tracepoint after doing the preemption check. Suggested-by: Thomas Gleixner Signed-off-by: Peter Zijlstra Acked-by: Steven Rostedt Acked-by: Paul Turner Cc: Mike Galbraith Link: http://lkml.kernel.org/r/1363254519.26965.9.camel@laptop Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed