Skip to content

Commit

Permalink
ftrace: new continue entry - separate out from trace_entry
Browse files Browse the repository at this point in the history
Some tracers will need to work with more than one entry. In order to do this
the trace_entry structure was split into two fields. One for the start of
all entries, and one to continue an existing entry.

The trace_entry structure now has a "field" entry that consists of the previous
content of the trace_entry, and a "cont" entry that is just a string buffer
the size of the "field" entry.

Thanks to Andrew Morton for suggesting this idea.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Steven Rostedt authored and Ingo Molnar committed Oct 14, 2008
1 parent fed1939 commit 2e2ca15
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 136 deletions.
Loading

0 comments on commit 2e2ca15

Please sign in to comment.