perf tools: Remove usage of trace_sched_wakeup(.success)
authorPeter Zijlstra <peterz@infradead.org>
Mon, 12 May 2014 18:19:46 +0000 (20:19 +0200)
committerJiri Olsa <jolsa@kernel.org>
Mon, 12 May 2014 19:13:44 +0000 (21:13 +0200)
trace_sched_wakeup(.success) is a dead argument and has been for ages,
the only reason its still there is because of brain dead software, which
apparently includes perf tools

There's a few more instances in pearly snake shit, but that's not
supported as far as I care anyhow, so let that bitrot.

Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20140512181946.GG13467@laptop.programming.kicks-ass.net
Signed-off-by: Jiri Olsa <jolsa@kernel.org>

No differences found