tracing/filter: Increase the max preds to 2^14
commitbf93f9ed3a2cb89eb7e58851139d3be375b98027
authorSteven Rostedt <srostedt@redhat.com>
Fri, 28 Jan 2011 04:21:34 +0000 (27 23:21 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 8 Feb 2011 01:56:20 +0000 (7 20:56 -0500)
tree119ff46680e43ec44134cf643da04282061b2817
parent4a3d27e98a7f2682e96d6f863752e0424b00d691
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 <tzanussi@gmail.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace.h