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