From: Steven Rostedt Date: Sat, 30 Apr 2011 02:35:33 +0000 (-0400) Subject: ftrace: Only update the function code on write to filter files X-Git-Tag: v2.6.39.1~157 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c624dacbf94dd92bc6385cfd0b97698f56cedbd;p=pandora-kernel.git ftrace: Only update the function code on write to filter files commit 058e297d34a404caaa5ed277de15698d8dc43000 upstream. If function tracing is enabled, a read of the filter files will cause the call to stop_machine to update the function trace sites. It should only call stop_machine on write. Signed-off-by: Steven Rostedt Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed