From: Li Zefan Date: Thu, 15 Oct 2009 03:21:12 +0000 (+0800) Subject: tracing/filters: Use a different op for glob match X-Git-Tag: v2.6.33-rc1~399^2~187^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0f1a59a;p=pandora-kernel.git tracing/filters: Use a different op for glob match "==" will always do a full match, and "~" will do a glob match. In the future, we may add "=~" for regex match. Signed-off-by: Li Zefan Acked-by: Peter Zijlstra Acked-by: Frederic Weisbecker Cc: Steven Rostedt Cc: Tom Zanussi LKML-Reference: <4AD69528.3050309@cn.fujitsu.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed