39 Commits (a97bcfea7e1e275d17bff06b7d2544d7ecbeb489)

Author SHA1 Message Date
Mads Ynddal 3470fef15a simpletrace: added simplified Analyzer2 class 3 years ago
Mads Ynddal d1f89c23bd simpletrace: move event processing to Analyzer class 3 years ago
Mads Ynddal b78234e65c simpletrace: move logic of process into internal function 3 years ago
Mads Ynddal 6f53641a98 simpletrace: refactor to separate responsibilities 3 years ago
Mads Ynddal 87617b9ae6 simpletrace: made Analyzer into context-manager 3 years ago
Mads Ynddal 1990fb9893 simpletrace: define exception and add handling 3 years ago
Mads Ynddal d1f9259014 simpletrace: improved error handling on struct unpack 3 years ago
Mads Ynddal ce96eb334d simpletrace: update code for Python 3.11 3 years ago
Mads Ynddal 3b71b61e9f simpletrace: changed naming of edict and idtoname to improve readability 3 years ago
Mads Ynddal f7bd4f0237 simpletrace: improve parsing of sys.argv; fix files never closed. 3 years ago
Mads Ynddal 8405ec6ab6 simpletrace: annotate magic constants from QEMU code 3 years ago
Mads Ynddal 2c109f2199 simpletrace: add __all__ to define public interface 3 years ago
Stefano Garzarella d0fb9657a3 docs: fix references to docs/devel/tracing.rst 5 years ago
Volker Rümelin c6e93c9d62 simpletrace: build() missing 2 required positional arguments 5 years ago
Paolo Bonzini 423edd9a31 drop "from __future__ import print_function" 6 years ago
Philippe Mathieu-Daudé 3d004a371e scripts: Explicit usage of Python 3 (scripts with __main__) 6 years ago
Philippe Mathieu-Daudé 9ab5a24b52 scripts: Remove unused python imports 8 years ago
Eduardo Habkost 749c1d8e3e simpletrace: Convert name from mapping record to str 8 years ago
Eduardo Habkost bd228083f7 python: futurize -f lib2to3.fixes.fix_except 8 years ago
Eduardo Habkost f03868bd56 python: futurize -f libfuturize.fixes.fix_print_with_import 8 years ago
Daniel P. Berrangé 86b5aacfb9 trace: include filename when printing parser error messages 8 years ago
Stefan Hajnoczi e42860ae83 simpletrace: fix timestamp argument type 8 years ago
Stefan Hajnoczi 840d835177 simpletrace: fix flight recorder --no-header option 9 years ago
Philippe Mathieu-Daudé 87e0331c5a docs: fix broken paths to docs/devel/tracing.txt 9 years ago
Jose Ricardo Ziviani 249e9f792c simpletrace: Improve the error message if event is not declared 9 years ago
Stefan Hajnoczi 659370f71f simpletrace: document Analyzer method signatures 9 years ago
Daniel P. Berrange 25d54654da trace: improve error reporting when parsing simpletrace header 9 years ago
Daniel P. Berrange d1b97bcea3 trace: rename _read_events to read_events 10 years ago
Daniel P. Berrange 7f1b588f20 trace: emit name <-> ID mapping in simpletrace header 10 years ago
Stefan Hajnoczi 15327c3df0 simpletrace: add simpletrace.py --no-header option 12 years ago
Stefan Hajnoczi 80ff35cd3f simpletrace: add support for trace record pid field 12 years ago
Lluís Vilanova 1dad2ce973 trace: [tracetool] Minimize the amount of per-backend code 12 years ago
Lluís Vilanova ef0bd3bba6 trace: [simple] Bump up log version number 12 years ago
Stefan Weil eda5edd12d trace: Fix "Qemu" -> "QEMU" 14 years ago
Harsh Prateek Bora 90a147a275 Update simpletrace.py for new log format 14 years ago
Stefan Hajnoczi d8e8ef4ee0 simpletrace: fix process() argument count 15 years ago
Stefan Hajnoczi 0b5538c300 simpletrace: Thread-safe tracing 15 years ago
Stefan Hajnoczi 59da668492 simpletrace: Make simpletrace.py a Python module 15 years ago
Blue Swirl 4c3b5a4891 Add scripts directory 15 years ago
Stefan Hajnoczi 6df40080b0 trace: Relax trace-events parsing regex in simpletrace.py 16 years ago
Stefan Hajnoczi 26f7227bfe trace: Add simple built-in tracing backend 16 years ago