commit | 15327c3df049c9621ff9b542ccbfc3d17203d1f7 | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@redhat.com> | Sun Jun 22 21:46:06 2014 +0800 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Tue Aug 12 14:26:11 2014 +0100 |
tree | fb427a256ce8c6570719f12971c1bf5f54f5c9c5 | |
parent | 3f8b112d6b9ab65e165096582c78154dda1adc69 [diff] |
simpletrace: add simpletrace.py --no-header option It can be useful to read simpletrace files that have no header. For example, a ring buffer may not have a header record but can still be processed if the user is sure the file format version is compatible. $ scripts/simpletrace.py --no-header trace-events trace-file Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>