aboutsummaryrefslogtreecommitdiff
path: root/scripts/tracetool/__init__.py
AgeCommit message (Expand)Author
2018-06-27trace: forbid floating point typesStefan Hajnoczi
2018-03-12trace: only permit standard C types and fixed size integer typesDaniel P. Berrangé
2018-03-12trace: include filename when printing parser error messagesDaniel P. Berrangé
2018-02-19tracetool: Update argument format regex to non-greedy starJon Emil Jahren
2018-01-29tracetool: report error on foo() instead of foo(void)Stefan Hajnoczi
2018-01-29tracetool: clarify that "formats" means "format strings"Stefan Hajnoczi
2018-01-29tracetool: prefix parse errors with line numbersStefan Hajnoczi
2017-08-01trace: add TRACE_<event>_BACKEND_DSTATE()Stefan Hajnoczi
2017-07-17trace: [tcg] Do not generate TCG code to trace dynamically-disabled eventsLluís Vilanova
2017-05-08trace: disallow more than 10 arguments per trace eventDaniel P. Berrange
2016-10-12trace: introduce a formal group name for trace eventsDaniel P. Berrange
2016-10-12trace: push reading of events up a level to tracetool mainDaniel P. Berrange
2016-10-12trace: rename _read_events to read_eventsDaniel P. Berrange
2016-10-12trace: give each trace event a named TraceEvent structDaniel P. Berrange
2016-10-12trace: remove global 'uint16 dstate[]' arrayDaniel P. Berrange
2016-03-01trace: Add a proper API to manage auto-generated events from the 'tcg' propertyLluís Vilanova
2016-03-01trace: Add 'vcpu' event property to trace guest vCPULluís Vilanova
2016-03-01trace: Add helper function to cast event argumentsLluís Vilanova
2016-03-01trace: Remove unnecessary intermediate event copiesLluís Vilanova
2016-03-01trace: Extend API to manage event argumentsLluís Vilanova
2014-11-18Tracing: Fix simpletrace.py error on tcg enabled binary tracesChristoph Seifert
2014-09-26scripts/tracetool: don't barf on formats with precisionAlex Bennée
2014-09-26trace: tighten up trace-events regex to fix bad parseStefan Hajnoczi
2014-09-26trace: [ust] Fix format string computation in tcg-enabled eventsLluís Vilanova
2014-08-12trace: teach lttng backend to use format stringsAlex Bennée
2014-08-12trace: [tcg] Declare TCG tracing helper routinesLluís Vilanova
2014-08-12trace: [tcg] Add 'tcg' event propertyLluís Vilanova
2014-08-12trace: [tcg] Argument type transformation machineryLluís Vilanova
2014-06-09trace: Multi-backend tracingLluís Vilanova
2014-05-07trace: [tracetool] Minimize the amount of per-backend codeLluís Vilanova
2014-05-07trace: [tracetool] Cosmetic changesLluís Vilanova
2014-05-07trace: [tracetool] Spacing changesLluís Vilanova
2014-05-07trace: [tracetool] Add methods 'Event.copy' and 'Arguments.copy'Lluís Vilanova
2014-05-07trace: [tracetool] Add method 'Event.api' to build event namesLluís Vilanova
2012-05-01tracetool: avoid str.rpartition() Python 2.5 functionStefan Hajnoczi
2012-05-01tracetool: use Python 2.4-compatible __import__() argumentsStefan Hajnoczi
2012-04-18tracetool: Add support for the 'dtrace' backendLluís Vilanova
2012-04-18tracetool: Rewrite infrastructure as python modulesLluís Vilanova