Skip to content
  • Steven Rostedt's avatar
    tracing/filter: Increase the max preds to 2^14 · bf93f9ed
    Steven Rostedt authored
    
    
    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: default avatarSteven Rostedt <rostedt@goodmis.org>
    bf93f9ed