From: Frederic Weisbecker Date: Thu, 24 Sep 2009 19:31:51 +0000 (+0200) Subject: tracing/filters: Unify the regex parsing helpers X-Git-Tag: v2.6.33-rc1~400^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f6fe06dbf67b46d36fedec502300e04dffeb67a;p=pandora-kernel.git tracing/filters: Unify the regex parsing helpers The filter code has stolen the regex parsing function from ftrace to get the regex support. We have duplicated this code, so factorize it in the filter area and make it generally available, as the filter code is the most suited to host this feature. Signed-off-by: Frederic Weisbecker Cc: Steven Rostedt Cc: Tom Zanussi Cc: Li Zefan --- Reading git-diff-tree failed