From: Steven Rostedt (Red Hat) Date: Wed, 25 Jun 2014 15:28:20 +0000 (-0400) Subject: ftrace: Do no disable function tracing on enabling function tracing X-Git-Tag: omap-for-v3.17/fixes-against-rc2~186^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1820122a76c6d64adc6e2a7ff438029ffb8d7cb4;p=pandora-kernel.git ftrace: Do no disable function tracing on enabling function tracing When function tracing is being updated function_trace_stop is set to keep from tracing the updates. This was fine when function tracing was done from stop machine. But it is no longer done that way and this can cause real tracing to be missed. Remove it. Reviewed-by: Masami Hiramatsu Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed