From 225ec917e5634fa794376f1283f3132fab19699d Mon Sep 17 00:00:00 2001 From: Li Zefan Date: Fri, 28 Oct 2011 15:48:36 +0800 Subject: [PATCH] tracing: update Documentation on max preds limit Preds is no longer stored in a fixed-size stack. The max preds now is 2^14, and is way more than enough, so don't bother to document it. Link: http://lkml.kernel.org/r/4EAA5E54.1080102@cn.fujitsu.com Signed-off-by: Li Zefan Signed-off-by: Steven Rostedt --- Documentation/trace/events.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/Documentation/trace/events.txt b/Documentation/trace/events.txt index b510564aac7eb..bb24c2a0e870d 100644 --- a/Documentation/trace/events.txt +++ b/Documentation/trace/events.txt @@ -191,8 +191,6 @@ And for string fields they are: Currently, only exact string matches are supported. -Currently, the maximum number of predicates in a filter is 16. - 5.2 Setting filters ------------------- -- 2.39.5