Sign in
qemu
/
qemu
/
244843b757220c432e0e9ae8d2210218c034730d
/
scripts
/
tracetool
/
__init__.py
54fa79b
scripts/tracetool: Replace the word 'whitelist'
by Philippe Mathieu-Daudé
· 3 years, 10 months ago
4e66c9e
tracetool: add input filename and line number to Event
by Stefan Hajnoczi
· 4 years, 4 months ago
294170c
tracetool: add out_lineno and out_next_lineno to out()
by Stefan Hajnoczi
· 4 years, 4 months ago
c05012a
tracetool: add output filename command-line argument
by Stefan Hajnoczi
· 4 years, 4 months ago
65fdb3c
scripts/: fix some comment spelling errors
by zhaolichang
· 4 years, 3 months ago
f892b49
scripts/tracetool: Update maintainer email address
by Philippe Mathieu-Daudé
· 4 years, 8 months ago
91aef87
scripts/tracetool: Remove shebang header
by Philippe Mathieu-Daudé
· 5 years ago
403e11e
trace: avoid "is" with a literal Python 3.8 warnings
by Stefan Hajnoczi
· 5 years ago
9f7ad79
trace: Forbid event format ending with newline character
by Philippe Mathieu-Daudé
· 5 years ago
772f1b3
trace: forbid use of %m in trace event format strings
by Daniel P. Berrangé
· 6 years ago
7760636
trace: enforce that every trace-events file has a final newline
by Daniel P. Berrangé
· 6 years ago
ec09f87
trace: forbid floating point types
by Stefan Hajnoczi
· 7 years ago
73ff061
trace: only permit standard C types and fixed size integer types
by Daniel P. Berrangé
· 7 years ago
86b5aac
trace: include filename when printing parser error messages
by Daniel P. Berrangé
· 7 years ago
fb1a66b
tracetool: Update argument format regex to non-greedy star
by Jon Emil Jahren
· 7 years ago
24f4d3d
tracetool: report error on foo() instead of foo(void)
by Stefan Hajnoczi
· 7 years ago
6e497fa
tracetool: clarify that "formats" means "format strings"
by Stefan Hajnoczi
· 7 years ago
5069b56
tracetool: prefix parse errors with line numbers
by Stefan Hajnoczi
· 7 years ago
3932ef3
trace: add TRACE_<event>_BACKEND_DSTATE()
by Stefan Hajnoczi
· 7 years ago
864a217
trace: [tcg] Do not generate TCG code to trace dynamically-disabled events
by Lluís Vilanova
· 7 years ago
f3fddaf
trace: disallow more than 10 arguments per trace event
by Daniel P. Berrange
· 8 years ago
80dd5c4
trace: introduce a formal group name for trace events
by Daniel P. Berrange
· 8 years ago
9096b78
trace: push reading of events up a level to tracetool main
by Daniel P. Berrange
· 8 years ago
d1b97bc
trace: rename _read_events to read_events
by Daniel P. Berrange
· 8 years ago
79218be
trace: give each trace event a named TraceEvent struct
by Daniel P. Berrange
· 8 years ago
9397740
trace: remove global 'uint16 dstate[]' array
by Daniel P. Berrange
· 8 years ago
4ade054
trace: Add a proper API to manage auto-generated events from the 'tcg' property
by Lluís Vilanova
· 9 years ago
3d211d9
trace: Add 'vcpu' event property to trace guest vCPU
by Lluís Vilanova
· 9 years ago
bc9beb4
trace: Add helper function to cast event arguments
by Lluís Vilanova
· 9 years ago
56797b1
trace: Remove unnecessary intermediate event copies
by Lluís Vilanova
· 9 years ago
3596f52
trace: Extend API to manage event arguments
by Lluís Vilanova
· 9 years ago
776ec96
Tracing: Fix simpletrace.py error on tcg enabled binary traces
by Christoph Seifert
· 10 years ago
931f53e
scripts/tracetool: don't barf on formats with precision
by Alex Bennée
· 10 years ago
f9bbba9
trace: tighten up trace-events regex to fix bad parse
by Stefan Hajnoczi
· 10 years ago
2321442
trace: [ust] Fix format string computation in tcg-enabled events
by Lluís Vilanova
· 10 years ago
41ef7b0
trace: teach lttng backend to use format strings
by Alex Bennée
· 10 years ago
707c8a9
trace: [tcg] Declare TCG tracing helper routines
by Lluís Vilanova
· 11 years ago
b2b36c2
trace: [tcg] Add 'tcg' event property
by Lluís Vilanova
· 11 years ago
b55835a
trace: [tcg] Argument type transformation machinery
by Lluís Vilanova
· 11 years ago
5b80827
trace: Multi-backend tracing
by Lluís Vilanova
· 11 years ago
1dad2ce
trace: [tracetool] Minimize the amount of per-backend code
by Lluís Vilanova
· 11 years ago
53158ad
trace: [tracetool] Cosmetic changes
by Lluís Vilanova
· 11 years ago
9c24a52
trace: [tracetool] Spacing changes
by Lluís Vilanova
· 11 years ago
ad7443e
trace: [tracetool] Add methods 'Event.copy' and 'Arguments.copy'
by Lluís Vilanova
· 11 years ago
7d08f0d
trace: [tracetool] Add method 'Event.api' to build event names
by Lluís Vilanova
· 11 years ago
b3ef0ad
tracetool: avoid str.rpartition() Python 2.5 function
by Stefan Hajnoczi
· 13 years ago
45d6c78
tracetool: use Python 2.4-compatible __import__() arguments
by Stefan Hajnoczi
· 13 years ago
52ef093
tracetool: Add support for the 'dtrace' backend
by Lluís Vilanova
· 13 years ago
650ab98
tracetool: Rewrite infrastructure as python modules
by Lluís Vilanova
· 13 years ago