aboutsummaryrefslogtreecommitdiff
path: root/Documentation/trace
diff options
context:
space:
mode:
authorLi Zefan <lizf@cn.fujitsu.com>2011-10-28 15:48:36 +0800
committerSteven Rostedt <rostedt@goodmis.org>2011-11-04 21:25:57 -0400
commit3890c136357284cb0656f9dd0e62286995ad32e9 (patch)
tree4f14f141fbdf1c387f586fa939d2a2fca81ecd8f /Documentation/trace
parent49aa29513ec995f201664cf6eee36e5326ed38bf (diff)
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 <lizf@cn.fujitsu.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'Documentation/trace')
-rw-r--r--Documentation/trace/events.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/trace/events.txt b/Documentation/trace/events.txt
index b510564aac7e..bb24c2a0e870 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
-------------------