From: Steven Rostedt Date: Fri, 28 Jan 2011 04:21:34 +0000 (-0500) Subject: tracing/filter: Increase the max preds to 2^14 X-Git-Tag: v2.6.39-rc1~510^2~39^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf93f9ed3a2cb89eb7e58851139d3be375b98027;p=pandora-kernel.git tracing/filter: Increase the max preds to 2^14 Now that the filter logic does not require to save the pred results on the stack, we can increase the max number of preds we allow. As the preds are index by a short value, and we use the MSBs as flags we can increase the max preds to 2^14 (16384) which should be way more than enough. Cc: Tom Zanussi Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed