mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] tracing: update Documentation on max preds limit
@ 2011-10-28  7:48 Li Zefan
  2011-11-18 23:10 ` [tip:perf/core] " tip-bot for Li Zefan
  0 siblings, 1 reply; 2+ messages in thread
From: Li Zefan @ 2011-10-28  7:48 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: LKML

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.

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
---
 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
 -------------------
 
-- 
1.7.3.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [tip:perf/core] tracing: update Documentation on max preds limit
  2011-10-28  7:48 [PATCH] tracing: update Documentation on max preds limit Li Zefan
@ 2011-11-18 23:10 ` tip-bot for Li Zefan
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Li Zefan @ 2011-11-18 23:10 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, rostedt, lizf, tglx

Commit-ID:  3890c136357284cb0656f9dd0e62286995ad32e9
Gitweb:     http://git.kernel.org/tip/3890c136357284cb0656f9dd0e62286995ad32e9
Author:     Li Zefan <lizf@cn.fujitsu.com>
AuthorDate: Fri, 28 Oct 2011 15:48:36 +0800
Committer:  Steven Rostedt <rostedt@goodmis.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@cn.fujitsu.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.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
 -------------------
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-11-18 23:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-28  7:48 [PATCH] tracing: update Documentation on max preds limit Li Zefan
2011-11-18 23:10 ` [tip:perf/core] " tip-bot for Li Zefan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome