summaryrefslogtreecommitdiffstats
path: root/scripts/simpletrace.py
Commit message (Expand)AuthorAgeFilesLines
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* simpletrace: build() missing 2 required positional argumentsVolker Rümelin2021-02-011-1/+3
* drop "from __future__ import print_function"Paolo Bonzini2020-02-071-1/+0Star
* scripts: Explicit usage of Python 3 (scripts with __main__)Philippe Mathieu-Daudé2020-02-071-1/+1
* scripts: Remove unused python importsPhilippe Mathieu-Daudé2019-01-171-1/+0Star
* simpletrace: Convert name from mapping record to strEduardo Habkost2018-06-291-1/+1
* python: futurize -f lib2to3.fixes.fix_exceptEduardo Habkost2018-06-081-1/+1
* python: futurize -f libfuturize.fixes.fix_print_with_importEduardo Habkost2018-06-081-1/+2
* trace: include filename when printing parser error messagesDaniel P. Berrangé2018-03-121-2/+2
* simpletrace: fix timestamp argument typeStefan Hajnoczi2018-03-121-1/+1
* simpletrace: fix flight recorder --no-header optionStefan Hajnoczi2017-08-151-6/+18
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* simpletrace: Improve the error message if event is not declaredJose Ricardo Ziviani2017-06-071-1/+9
* simpletrace: document Analyzer method signaturesStefan Hajnoczi2017-04-211-1/+22
* trace: improve error reporting when parsing simpletrace headerDaniel P. Berrange2017-01-311-3/+7
* trace: rename _read_events to read_eventsDaniel P. Berrange2016-10-121-3/+3
* trace: emit name <-> ID mapping in simpletrace headerDaniel P. Berrange2016-10-121-14/+36
* simpletrace: add simpletrace.py --no-header optionStefan Hajnoczi2014-08-121-7/+17
* simpletrace: add support for trace record pid fieldStefan Hajnoczi2014-06-091-11/+15
* trace: [tracetool] Minimize the amount of per-backend codeLluís Vilanova2014-05-071-5/+1Star
* trace: [simple] Bump up log version numberLluís Vilanova2014-05-071-5/+5
* trace: Fix "Qemu" -> "QEMU"Stefan Weil2012-08-151-1/+1
* Update simpletrace.py for new log formatHarsh Prateek Bora2012-07-191-41/+75
* simpletrace: fix process() argument countStefan Hajnoczi2011-09-011-2/+2
* simpletrace: Thread-safe tracingStefan Hajnoczi2011-03-071-1/+2
* simpletrace: Make simpletrace.py a Python moduleStefan Hajnoczi2011-03-061-33/+90
* Add scripts directoryBlue Swirl2011-01-201-0/+93