Statistics
| Branch: | Revision:

root / simpletrace.py @ 39eaab9a

History | View | Annotate | Download (2.5 kB)

# Date Author Comment
26f7227b 09/10/2010 12:22 am Stefan Hajnoczi

trace: Add simple built-in tracing backend

This patch adds a simple tracer which produces binary trace files. To
try out the simple backend:

$ ./configure --trace-backend=simple
$ make

After running QEMU you can pretty-print the trace:

$ ./simpletrace.py trace-events trace.log...