ftrace: Add check of sched_stopped for probe_sched_wakeup
authorZhaolei <zhaolei@cn.fujitsu.com>
Tue, 31 Mar 2009 07:24:51 +0000 (15:24 +0800)
committerIngo Molnar <mingo@elte.hu>
Tue, 7 Apr 2009 12:01:11 +0000 (14:01 +0200)
The wakeup tracing in sched_switch does not stop when a user
disables tracing. This is because the probe_sched_wakeup() is missing
the check to prevent the wakeup from being traced.

Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
LKML-Reference: <49D1C543.3010307@cn.fujitsu.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found