commit | 8bcae09b93e7f96f700b6bb372c2b3f2b36636dc | [log] [tgz] |
---|---|---|
author | Zhaolei <zhaolei@cn.fujitsu.com> | Tue Mar 31 15:24:51 2009 +0800 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Apr 07 14:01:11 2009 +0200 |
tree | 035ba58e3d2faaf639da6225b52c6d8428ac9307 | |
parent | 5ac9f62267dc92c7735c642a5942d9e6c1190308 [diff] |
ftrace: Add check of sched_stopped for probe_sched_wakeup 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>