]> Git Repo - qemu.git/commit - scripts/simpletrace.py
simpletrace: add simpletrace.py --no-header option
authorStefan Hajnoczi <[email protected]>
Sun, 22 Jun 2014 13:46:06 +0000 (21:46 +0800)
committerStefan Hajnoczi <[email protected]>
Tue, 12 Aug 2014 13:26:11 +0000 (14:26 +0100)
commit15327c3df049c9621ff9b542ccbfc3d17203d1f7
treefb427a256ce8c6570719f12971c1bf5f54f5c9c5
parent3f8b112d6b9ab65e165096582c78154dda1adc69
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 <[email protected]>
scripts/simpletrace.py
This page took 0.02468 seconds and 4 git commands to generate.