projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49aa295
)
tracing: update Documentation on max preds limit
author
Li Zefan
<lizf@cn.fujitsu.com>
Fri, 28 Oct 2011 07:48:36 +0000
(15:48 +0800)
committer
Steven Rostedt
<rostedt@goodmis.org>
Sat, 5 Nov 2011 01:25:57 +0000
(21:25 -0400)
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
patch
|
blob
|
history
diff --git
a/Documentation/trace/events.txt
b/Documentation/trace/events.txt
index b510564aac7ebcc22ab036c7662392d0006000d7..bb24c2a0e870dc873ef8e8250f77d44d76a017b9 100644
(file)
--- 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
-------------------