]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tracing: Reset ftrace_graph_filter_enabled if count is zero
authorNamhyung Kim <namhyung.kim@lge.com>
Thu, 11 Apr 2013 07:01:38 +0000 (16:01 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 May 2013 02:51:54 +0000 (19:51 -0700)
commit761694a0bdc01817d1212b1127234dcaf828fde7
treecb2c7b2d912bbe675c86f854d86fa137bbdfbf87
parente1672f4e2c9fb1231a6242ca1596806f123da3c5
tracing: Reset ftrace_graph_filter_enabled if count is zero

commit 9f50afccfdc15d95d7331acddcb0f7703df089ae upstream.

The ftrace_graph_count can be decreased with a "!" pattern, so that
the enabled flag should be updated too.

Link: http://lkml.kernel.org/r/1365663698-2413-1-git-send-email-namhyung@kernel.org
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Namhyung Kim <namhyung.kim@lge.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
kernel/trace/ftrace.c