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:
11a241a
)
tracing: make trace_seq_reset global and rename to trace_seq_init
author
Steven Rostedt
<srostedt@redhat.com>
Mon, 2 Mar 2009 19:04:40 +0000
(14:04 -0500)
committer
Steven Rostedt
<srostedt@redhat.com>
Mon, 2 Mar 2009 19:08:51 +0000
(14:08 -0500)
Impact: clean up
The trace_seq functions may be used separately outside of the ftrace
iterator. The trace_seq_reset is needed for these operations.
This patch also renames trace_seq_reset to the more appropriate
trace_seq_init.
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
No differences found