COMMITS
/ scripts/tracetool/__init__.py February 25, 2023
R
tracing: remove transform.py
Richard Henderson committed
February 4, 2022
A
tracing: excise the tcg related from tracetool
Alex Bennée committed
March 3, 2021
P
scripts/tracetool: Replace the word 'whitelist'
Philippe Mathieu-Daudé committed
August 27, 2020
S
tracetool: add input filename and line number to Event
Stefan Hajnoczi committed
S
tracetool: add out_lineno and out_next_lineno to out()
Stefan Hajnoczi committed
S
tracetool: add output filename command-line argument
Stefan Hajnoczi committed
September 17, 2020
Z
scripts/: fix some comment spelling errors
zhaolichang committed
May 11, 2020
P
scripts/tracetool: Update maintainer email address
Philippe Mathieu-Daudé committed
January 30, 2020
P
scripts/tracetool: Remove shebang header
Philippe Mathieu-Daudé committed
October 10, 2019
S
trace: avoid "is" with a literal Python 3.8 warnings
Stefan Hajnoczi committed
September 16, 2019
P
trace: Forbid event format ending with newline character
Philippe Mathieu-Daudé committed
January 23, 2019
D
trace: forbid use of %m in trace event format strings
Daniel P. Berrangé committed
D
trace: enforce that every trace-events file has a final newline
Daniel P. Berrangé committed
June 21, 2018
S
trace: forbid floating point types
Stefan Hajnoczi committed
March 8, 2018
D
trace: only permit standard C types and fixed size integer types
Daniel P. Berrangé committed
March 6, 2018
D
trace: include filename when printing parser error messages
Daniel P. Berrangé committed
January 29, 2018
J
tracetool: Update argument format regex to non-greedy star
Jon Emil Jahren committed
January 10, 2018
S
tracetool: report error on foo() instead of foo(void)
Stefan Hajnoczi committed
S
tracetool: clarify that "formats" means "format strings"
Stefan Hajnoczi committed
S
tracetool: prefix parse errors with line numbers
Stefan Hajnoczi committed
July 31, 2017
S
trace: add TRACE_<event>_BACKEND_DSTATE()
Stefan Hajnoczi committed
July 4, 2017
L
trace: [tcg] Do not generate TCG code to trace dynamically-disabled events
Lluís Vilanova committed
April 26, 2017
D
trace: disallow more than 10 arguments per trace event
Daniel P. Berrange committed
October 4, 2016
D
trace: introduce a formal group name for trace events
Daniel P. Berrange committed
D
trace: push reading of events up a level to tracetool main
Daniel P. Berrange committed
D
trace: rename _read_events to read_events
Daniel P. Berrange committed
D
trace: give each trace event a named TraceEvent struct
Daniel P. Berrange committed
D
trace: remove global 'uint16 dstate[]' array
Daniel P. Berrange committed
February 25, 2016
L
trace: Add a proper API to manage auto-generated events from the 'tcg' property
Lluís Vilanova committed
L
trace: Add 'vcpu' event property to trace guest vCPU
Lluís Vilanova committed
L
trace: Add helper function to cast event arguments
Lluís Vilanova committed
L
trace: Remove unnecessary intermediate event copies
Lluís Vilanova committed
L
trace: Extend API to manage event arguments
Lluís Vilanova committed
November 2, 2014
C
Tracing: Fix simpletrace.py error on tcg enabled binary traces
Christoph Seifert committed
September 25, 2014
A
scripts/tracetool: don't barf on formats with precision
Alex Bennée committed
September 23, 2014
S
trace: tighten up trace-events regex to fix bad parse
Stefan Hajnoczi committed
August 18, 2014
L
trace: [ust] Fix format string computation in tcg-enabled events
Lluís Vilanova committed
August 1, 2014
A
trace: teach lttng backend to use format strings
Alex Bennée committed
May 30, 2014
L
trace: [tcg] Declare TCG tracing helper routines
Lluís Vilanova committed
L
trace: [tcg] Add 'tcg' event property
Lluís Vilanova committed
L
trace: [tcg] Argument type transformation machinery
Lluís Vilanova committed
May 27, 2014
L
trace: Multi-backend tracing
Lluís Vilanova committed
February 23, 2014
L
trace: [tracetool] Minimize the amount of per-backend code
Lluís Vilanova committed
L
trace: [tracetool] Cosmetic changes
Lluís Vilanova committed
L
trace: [tracetool] Spacing changes
Lluís Vilanova committed
L
trace: [tracetool] Add methods 'Event.copy' and 'Arguments.copy'
Lluís Vilanova committed
L
trace: [tracetool] Add method 'Event.api' to build event names
Lluís Vilanova committed
April 27, 2012
S
tracetool: avoid str.rpartition() Python 2.5 function
Stefan Hajnoczi committed
S
tracetool: use Python 2.4-compatible __import__() arguments
Stefan Hajnoczi committed
April 3, 2012
L
tracetool: Add support for the 'dtrace' backend
Lluís Vilanova committed