perf sched: Remove nr_state_machine_bugs in perf latency
commit67d6259dd021006ade25d67b045ad2089b5aba96
authorDongsheng Yang <yangds.fnst@cn.fujitsu.com>
Tue, 13 May 2014 01:38:21 +0000 (13 10:38 +0900)
committerJiri Olsa <jolsa@kernel.org>
Fri, 16 May 2014 07:17:36 +0000 (16 09:17 +0200)
tree5ed1158f5eb54f4981e2f8efe7d1c37c27a5a2cc
parent0680ee7db16de9c02d1d4b1a935a5daf754fe8a1
perf sched: Remove nr_state_machine_bugs in perf latency

As we do not use .success in sched_wakeup event any more, then
we can not guarantee that the task when wakeup event happen is
out of run queue. So the message of nr_state_machine_bugs is
not correct.

Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
Link: http://lkml.kernel.org/r/1399945101-21736-1-git-send-email-yangds.fnst@cn.fujitsu.com
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
tools/perf/builtin-sched.c