From: Steven Rostedt Date: Sat, 15 Nov 2008 00:21:19 +0000 (-0800) Subject: ftrace: do not process freed records X-Git-Tag: v2.6.29-rc1~586^2~56^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=918c115410c6cc57033835b6a401e57697f9ea4f;p=pandora-kernel.git ftrace: do not process freed records Impact: keep from converting freed records When the tracer is started or stopped, it converts all code pointed to by the saved records into callers to ftrace or nops. When modules are unloaded, their records are freed, but they still exist within the record pages. This patch changes the code to skip over freed records. Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed