git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16da27a
)
tracing/filters: Add comment for match callbacks
author
Li Zefan
<lizf@cn.fujitsu.com>
Thu, 14 Jan 2010 02:54:40 +0000
(10:54 +0800)
committer
Steven Rostedt
<rostedt@goodmis.org>
Fri, 15 Jan 2010 03:38:14 +0000
(22:38 -0500)
We should be clear on 2 things:
- the length parameter of a match callback includes
tailing '\0'.
- the string to be searched might not be NULL-terminated.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
LKML-Reference: <
4B4E8770
.7000608@cn.fujitsu.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
No differences found