From: Steven Rostedt (Red Hat) Date: Fri, 31 Oct 2014 00:44:53 +0000 (-0400) Subject: tracing: Move tracing_sched_{switch,wakeup}() into wakeup tracer X-Git-Tag: omap-for-v3.20/drop-legacy-3517~136^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=243f7610a68a606eb1787c09450a440bf30bebe0;p=pandora-kernel.git tracing: Move tracing_sched_{switch,wakeup}() into wakeup tracer The only code that references tracing_sched_switch_trace() and tracing_sched_wakeup_trace() is the wakeup latency tracer. Those two functions use to belong to the sched_switch tracer which has long been removed. These functions were left behind because the wakeup latency tracer used them. But since the wakeup latency tracer is the only one to use them, they should be static functions inside that code. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed