From: Steven Rostedt Date: Fri, 13 Feb 2009 20:56:43 +0000 (-0500) Subject: ftrace: break up ftrace_match_records into smaller components X-Git-Tag: v2.6.30-rc1~2^2~103^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f4801e30ad291e27284e873696da1ead92d68fa;p=pandora-kernel.git ftrace: break up ftrace_match_records into smaller components Impact: clean up ftrace_match_records does a lot of things that other features can use. This patch breaks up ftrace_match_records and pulls out ftrace_setup_glob and ftrace_match_record. ftrace_setup_glob prepares a simple glob expression for use with ftrace_match_record. ftrace_match_record compares a single record with a glob type. Breaking this up will allow for more features to run on individual records. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed