commit | e74da5235cec6cb71eb338c987f876ecc793138b | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed Mar 04 20:31:11 2009 -0500 |
committer | Steven Rostedt <srostedt@redhat.com> | Wed Mar 04 20:31:11 2009 -0500 |
tree | ba7ba533d7056ba660763c33b5a44a1d61279c99 | |
parent | 2dc5d12b1f43134e9bc5037f69f4739cfdfab93e [diff] |
tracing: fix seq read from trace files The buffer used by trace_seq was updated incorrectly. Instead of consuming what was actually read, it consumed the rest of the buffer on reads. Signed-off-by: Steven Rostedt <srostedt@redhat.com>