index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
tracetool
/
__init__.py
Age
Commit message (
Expand
)
Author
2016-03-01
trace: Add a proper API to manage auto-generated events from the 'tcg' property
Lluís Vilanova
2016-03-01
trace: Add 'vcpu' event property to trace guest vCPU
Lluís Vilanova
2016-03-01
trace: Add helper function to cast event arguments
Lluís Vilanova
2016-03-01
trace: Remove unnecessary intermediate event copies
Lluís Vilanova
2016-03-01
trace: Extend API to manage event arguments
Lluís Vilanova
2014-11-18
Tracing: Fix simpletrace.py error on tcg enabled binary traces
Christoph Seifert
2014-09-26
scripts/tracetool: don't barf on formats with precision
Alex Bennée
2014-09-26
trace: tighten up trace-events regex to fix bad parse
Stefan Hajnoczi
2014-09-26
trace: [ust] Fix format string computation in tcg-enabled events
Lluís Vilanova
2014-08-12
trace: teach lttng backend to use format strings
Alex Bennée
2014-08-12
trace: [tcg] Declare TCG tracing helper routines
Lluís Vilanova
2014-08-12
trace: [tcg] Add 'tcg' event property
Lluís Vilanova
2014-08-12
trace: [tcg] Argument type transformation machinery
Lluís Vilanova
2014-06-09
trace: Multi-backend tracing
Lluís Vilanova
2014-05-07
trace: [tracetool] Minimize the amount of per-backend code
Lluís Vilanova
2014-05-07
trace: [tracetool] Cosmetic changes
Lluís Vilanova
2014-05-07
trace: [tracetool] Spacing changes
Lluís Vilanova
2014-05-07
trace: [tracetool] Add methods 'Event.copy' and 'Arguments.copy'
Lluís Vilanova
2014-05-07
trace: [tracetool] Add method 'Event.api' to build event names
Lluís Vilanova
2012-05-01
tracetool: avoid str.rpartition() Python 2.5 function
Stefan Hajnoczi
2012-05-01
tracetool: use Python 2.4-compatible __import__() arguments
Stefan Hajnoczi
2012-04-18
tracetool: Add support for the 'dtrace' backend
Lluís Vilanova
2012-04-18
tracetool: Rewrite infrastructure as python modules
Lluís Vilanova