[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-3890c136357284cb0656f9dd0e62286995ad32e9@git.kernel.org>
Date: Fri, 18 Nov 2011 15:10:38 -0800
From: tip-bot for Li Zefan <lizf@...fujitsu.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
rostedt@...dmis.org, lizf@...fujitsu.com, tglx@...utronix.de
Subject: [tip:perf/core] tracing: update Documentation on max preds limit
Commit-ID: 3890c136357284cb0656f9dd0e62286995ad32e9
Gitweb: http://git.kernel.org/tip/3890c136357284cb0656f9dd0e62286995ad32e9
Author: Li Zefan <lizf@...fujitsu.com>
AuthorDate: Fri, 28 Oct 2011 15:48:36 +0800
Committer: Steven Rostedt <rostedt@...dmis.org>
CommitDate: Fri, 4 Nov 2011 21:25:57 -0400
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@...fujitsu.com>
Signed-off-by: Steven Rostedt <rostedt@...dmis.org>
---
Documentation/trace/events.txt | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/Documentation/trace/events.txt b/Documentation/trace/events.txt
index b510564..bb24c2a 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
-------------------
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists