Age | Commit message (Expand) | Author | Files | Lines |
2024-06-10 | tracetool: Forbid newline character in event format | Philippe Mathieu-Daudé | 1 | -0/+2 |
2024-06-10 | tracetool: Remove unused vcpu.py script | Philippe Mathieu-Daudé | 1 | -7/+1 |
2023-11-09 | tracetool: avoid invalid escape in Python string | Marc-André Lureau | 1 | -1/+1 |
2023-10-17 | tracetool: avoid invalid escape in Python string | Paolo Bonzini | 1 | -7/+7 |
2023-03-05 | tracing: remove transform.py | Richard Henderson | 1 | -23/+0 |
2022-02-09 | tracing: excise the tcg related from tracetool | Alex Bennée | 1 | -39/+2 |
2021-03-09 | scripts/tracetool: Replace the word 'whitelist' | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-01-04 | tracetool: add input filename and line number to Event | Stefan Hajnoczi | 1 | -5/+22 |
2021-01-04 | tracetool: add out_lineno and out_next_lineno to out() | Stefan Hajnoczi | 1 | -1/+9 |
2021-01-04 | tracetool: add output filename command-line argument | Stefan Hajnoczi | 1 | -2/+16 |
2020-09-17 | scripts/: fix some comment spelling errors | zhaolichang | 1 | -1/+1 |
2020-06-24 | scripts/tracetool: Update maintainer email address | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-02-07 | scripts/tracetool: Remove shebang header | Philippe Mathieu-Daudé | 1 | -1/+0 |
2019-10-15 | trace: avoid "is" with a literal Python 3.8 warnings | Stefan Hajnoczi | 1 | -2/+2 |
2019-09-18 | trace: Forbid event format ending with newline character | Philippe Mathieu-Daudé | 1 | -0/+3 |
2019-01-24 | trace: forbid use of %m in trace event format strings | Daniel P. Berrangé | 1 | -0/+4 |
2019-01-24 | trace: enforce that every trace-events file has a final newline | Daniel P. Berrangé | 1 | -0/+2 |
2018-06-27 | trace: forbid floating point types | Stefan Hajnoczi | 1 | -2/+0 |
2018-03-12 | trace: only permit standard C types and fixed size integer types | Daniel P. Berrangé | 1 | -0/+46 |
2018-03-12 | trace: include filename when printing parser error messages | Daniel P. Berrangé | 1 | -2/+4 |
2018-02-19 | tracetool: Update argument format regex to non-greedy star | Jon Emil Jahren | 1 | -2/+3 |
2018-01-29 | tracetool: report error on foo() instead of foo(void) | Stefan Hajnoczi | 1 | -0/+2 |
2018-01-29 | tracetool: clarify that "formats" means "format strings" | Stefan Hajnoczi | 1 | -4/+4 |
2018-01-29 | tracetool: prefix parse errors with line numbers | Stefan Hajnoczi | 1 | -2/+7 |
2017-08-01 | trace: add TRACE_<event>_BACKEND_DSTATE() | Stefan Hajnoczi | 1 | -0/+1 |
2017-07-17 | trace: [tcg] Do not generate TCG code to trace dynamically-disabled events | Lluís Vilanova | 1 | -1/+2 |
2017-05-08 | trace: disallow more than 10 arguments per trace event | Daniel P. Berrange | 1 | -0/+4 |
2016-10-12 | trace: introduce a formal group name for trace events | Daniel P. Berrange | 1 | -2/+4 |
2016-10-12 | trace: push reading of events up a level to tracetool main | Daniel P. Berrange | 1 | -5/+3 |
2016-10-12 | trace: rename _read_events to read_events | Daniel P. Berrange | 1 | -2/+12 |
2016-10-12 | trace: give each trace event a named TraceEvent struct | Daniel P. Berrange | 1 | -0/+1 |
2016-10-12 | trace: remove global 'uint16 dstate[]' array | Daniel P. Berrange | 1 | -1/+2 |
2016-03-01 | trace: Add a proper API to manage auto-generated events from the 'tcg' property | Lluís Vilanova | 1 | -3/+10 |
2016-03-01 | trace: Add 'vcpu' event property to trace guest vCPU | Lluís Vilanova | 1 | -2/+9 |
2016-03-01 | trace: Add helper function to cast event arguments | Lluís Vilanova | 1 | -0/+4 |
2016-03-01 | trace: Remove unnecessary intermediate event copies | Lluís Vilanova | 1 | -3/+2 |
2016-03-01 | trace: Extend API to manage event arguments | Lluís Vilanova | 1 | -2/+13 |
2014-11-18 | Tracing: Fix simpletrace.py error on tcg enabled binary traces | Christoph Seifert | 1 | -34/+33 |
2014-09-26 | scripts/tracetool: don't barf on formats with precision | Alex Bennée | 1 | -1/+1 |
2014-09-26 | trace: tighten up trace-events regex to fix bad parse | Stefan Hajnoczi | 1 | -2/+2 |
2014-09-26 | trace: [ust] Fix format string computation in tcg-enabled events | Lluís Vilanova | 1 | -9/+10 |
2014-08-12 | trace: teach lttng backend to use format strings | Alex Bennée | 1 | -2/+10 |
2014-08-12 | trace: [tcg] Declare TCG tracing helper routines | Lluís Vilanova | 1 | -0/+1 |
2014-08-12 | trace: [tcg] Add 'tcg' event property | Lluís Vilanova | 1 | -5/+59 |
2014-08-12 | trace: [tcg] Argument type transformation machinery | Lluís Vilanova | 1 | -1/+29 |
2014-06-09 | trace: Multi-backend tracing | Lluís Vilanova | 1 | -13/+11 |
2014-05-07 | trace: [tracetool] Minimize the amount of per-backend code | Lluís Vilanova | 1 | -17/+2 |
2014-05-07 | trace: [tracetool] Cosmetic changes | Lluís Vilanova | 1 | -7/+7 |
2014-05-07 | trace: [tracetool] Spacing changes | Lluís Vilanova | 1 | -3/+4 |
2014-05-07 | trace: [tracetool] Add methods 'Event.copy' and 'Arguments.copy' | Lluís Vilanova | 1 | -0/+9 |