From: Frederic Weisbecker Date: Sun, 3 May 2009 00:48:52 +0000 (+0200) Subject: tracing/filters: support for filters of dynamic sized arrays X-Git-Tag: v2.6.31-rc1~401^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8808c1019b048a43686dbd25c188a035842c2e2;p=pandora-kernel.git tracing/filters: support for filters of dynamic sized arrays Currently the filtering infrastructure supports well the numeric types and fixed sized array types. But the recently added __string() field uses a specific indirect offset mechanism which requires a specific predicate. Until now it wasn't supported. This patch adds this support and implies very few changes, only a new predicate is needed, the management of this specific field can be done through the usual string helpers in the filtering infrastructure. [ Impact: support all kinds of strings in the tracing filters ] Cc: Tom Zanussi Cc: Steven Rostedt Cc: Li Zefan Cc: Zhaolei Signed-off-by: Frederic Weisbecker --- Reading git-diff-tree failed