summaryrefslogtreecommitdiffstats
path: root/scripts/tracetool/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* tracing: excise the tcg related from tracetoolAlex Bennée2022-02-091-39/+2Star
* scripts/tracetool: Replace the word 'whitelist'Philippe Mathieu-Daudé2021-03-091-1/+1
* tracetool: add input filename and line number to EventStefan Hajnoczi2021-01-041-5/+22
* tracetool: add out_lineno and out_next_lineno to out()Stefan Hajnoczi2021-01-041-1/+9
* tracetool: add output filename command-line argumentStefan Hajnoczi2021-01-041-2/+16
* scripts/: fix some comment spelling errorszhaolichang2020-09-171-1/+1
* scripts/tracetool: Update maintainer email addressPhilippe Mathieu-Daudé2020-06-241-1/+1
* scripts/tracetool: Remove shebang headerPhilippe Mathieu-Daudé2020-02-071-1/+0Star
* trace: avoid "is" with a literal Python 3.8 warningsStefan Hajnoczi2019-10-151-2/+2
* trace: Forbid event format ending with newline characterPhilippe Mathieu-Daudé2019-09-181-0/+3
* trace: forbid use of %m in trace event format stringsDaniel P. Berrangé2019-01-241-0/+4
* trace: enforce that every trace-events file has a final newlineDaniel P. Berrangé2019-01-241-0/+2
* trace: forbid floating point typesStefan Hajnoczi2018-06-271-2/+0Star
* trace: only permit standard C types and fixed size integer typesDaniel P. Berrangé2018-03-121-0/+46
* trace: include filename when printing parser error messagesDaniel P. Berrangé2018-03-121-2/+4
* tracetool: Update argument format regex to non-greedy starJon Emil Jahren2018-02-191-2/+3
* tracetool: report error on foo() instead of foo(void)Stefan Hajnoczi2018-01-291-0/+2
* tracetool: clarify that "formats" means "format strings"Stefan Hajnoczi2018-01-291-4/+4
* tracetool: prefix parse errors with line numbersStefan Hajnoczi2018-01-291-2/+7
* trace: add TRACE_<event>_BACKEND_DSTATE()Stefan Hajnoczi2017-08-011-0/+1
* trace: [tcg] Do not generate TCG code to trace dynamically-disabled eventsLluís Vilanova2017-07-171-1/+2
* trace: disallow more than 10 arguments per trace eventDaniel P. Berrange2017-05-081-0/+4
* trace: introduce a formal group name for trace eventsDaniel P. Berrange2016-10-121-2/+4
* trace: push reading of events up a level to tracetool mainDaniel P. Berrange2016-10-121-5/+3Star
* trace: rename _read_events to read_eventsDaniel P. Berrange2016-10-121-2/+12
* trace: give each trace event a named TraceEvent structDaniel P. Berrange2016-10-121-0/+1
* trace: remove global 'uint16 dstate[]' arrayDaniel P. Berrange2016-10-121-1/+2
* trace: Add a proper API to manage auto-generated events from the 'tcg' propertyLluís Vilanova2016-03-011-3/+10
* trace: Add 'vcpu' event property to trace guest vCPULluís Vilanova2016-03-011-2/+9
* trace: Add helper function to cast event argumentsLluís Vilanova2016-03-011-0/+4
* trace: Remove unnecessary intermediate event copiesLluís Vilanova2016-03-011-3/+2Star
* trace: Extend API to manage event argumentsLluís Vilanova2016-03-011-2/+13
* Tracing: Fix simpletrace.py error on tcg enabled binary tracesChristoph Seifert2014-11-181-34/+33Star
* scripts/tracetool: don't barf on formats with precisionAlex Bennée2014-09-261-1/+1
* trace: tighten up trace-events regex to fix bad parseStefan Hajnoczi2014-09-261-2/+2
* trace: [ust] Fix format string computation in tcg-enabled eventsLluís Vilanova2014-09-261-9/+10
* trace: teach lttng backend to use format stringsAlex Bennée2014-08-121-2/+10
* trace: [tcg] Declare TCG tracing helper routinesLluís Vilanova2014-08-121-0/+1
* trace: [tcg] Add 'tcg' event propertyLluís Vilanova2014-08-121-5/+59
* trace: [tcg] Argument type transformation machineryLluís Vilanova2014-08-121-1/+29
* trace: Multi-backend tracingLluís Vilanova2014-06-091-13/+11Star
* trace: [tracetool] Minimize the amount of per-backend codeLluís Vilanova2014-05-071-17/+2Star
* trace: [tracetool] Cosmetic changesLluís Vilanova2014-05-071-7/+7
* trace: [tracetool] Spacing changesLluís Vilanova2014-05-071-3/+4
* trace: [tracetool] Add methods 'Event.copy' and 'Arguments.copy'Lluís Vilanova2014-05-071-0/+9
* trace: [tracetool] Add method 'Event.api' to build event namesLluís Vilanova2014-05-071-1/+9
* tracetool: avoid str.rpartition() Python 2.5 functionStefan Hajnoczi2012-05-011-7/+10
* tracetool: use Python 2.4-compatible __import__() argumentsStefan Hajnoczi2012-05-011-1/+1
* tracetool: Add support for the 'dtrace' backendLluís Vilanova2012-04-181-1/+10
* tracetool: Rewrite infrastructure as python modulesLluís Vilanova2012-04-181-0/+262