summaryrefslogtreecommitdiffstats
path: root/scripts/tracetool
Commit message (Expand)AuthorAgeFilesLines
...
* trace: switch to modular code generation for sub-directoriesDaniel P. Berrange2017-01-318-8/+35
* trace: Fix 'char **' compilation error in simple backendFam Zheng2016-10-271-1/+2
* trace: introduce a formal group name for trace eventsDaniel P. Berrange2016-10-1220-54/+59
* 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: get rid of generated-events.h/generated-events.cDaniel P. Berrange2016-10-124-116/+65Star
* trace: dynamically allocate event IDs at runtimeDaniel P. Berrange2016-10-122-12/+2Star
* trace: provide mechanism for registering trace eventsDaniel P. Berrange2016-10-121-0/+6
* trace: emit name <-> ID mapping in simpletrace headerDaniel P. Berrange2016-10-121-2/+22
* trace: remove the TraceEventID and TraceEventVCPUID enumsDaniel P. Berrange2016-10-124-26/+16Star
* trace: give each trace event a named TraceEvent structDaniel P. Berrange2016-10-123-9/+22
* trace: remove duplicate control.h includes in generated-tracers.hDaniel P. Berrange2016-10-123-4/+1Star
* trace: remove global 'uint16 dstate[]' arrayDaniel P. Berrange2016-10-123-3/+12
* trace: add syslog tracing backendPaul Durrant2016-09-051-0/+45
* trace: Conditionally trace events based on their per-vCPU stateLluís Vilanova2016-07-186-29/+57
* trace: Identify events with the 'vcpu' propertyLluís Vilanova2016-07-182-3/+20
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-191-0/+1
* Clean up includes some moreMarkus Armbruster2016-03-225-11/+1Star
* 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-019-31/+146
* trace: Add helper function to cast event argumentsLluís Vilanova2016-03-011-0/+4
* trace: Remove unnecessary intermediate event copiesLluís Vilanova2016-03-013-7/+6Star
* trace: Extend API to manage event argumentsLluís Vilanova2016-03-011-2/+13
* tracetool: Include osdep.h in generated-ust.cPeter Maydell2016-02-231-0/+2
* scripts/tracetool: Include qemu/osdep.h in generated .c filesPeter Maydell2016-02-163-1/+4
* trace: convert stderr backend to logPaolo Bonzini2016-02-031-4/+5
* trace: track enabled events in a separate arrayPaolo Bonzini2016-02-031-1/+1
* trace: add DTrace reserved words for .d filesStefan Hajnoczi2015-03-021-7/+19
* trace: Print PID and time in stderr tracesDr. David Alan Gilbert2015-02-061-1/+9
* 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-262-10/+11
* trace: avoid Python 2.5 all() in tracetoolStefan Hajnoczi2014-08-281-1/+2
* trace: teach lttng backend to use format stringsAlex Bennée2014-08-122-6/+21
* trace: [tcg] Generate TCG tracing routinesLluís Vilanova2014-08-121-0/+57
* trace: [tcg] Define TCG tracing helper routine wrappersLluís Vilanova2014-08-121-0/+70
* trace: [tcg] Define TCG tracing helper routinesLluís Vilanova2014-08-121-0/+50
* trace: [tcg] Declare TCG tracing helper routinesLluís Vilanova2014-08-122-0/+51
* trace: [tcg] Add 'tcg' event propertyLluís Vilanova2014-08-122-5/+64
* trace: [tcg] Argument type transformation machineryLluís Vilanova2014-08-121-1/+29
* trace: [tcg] Argument type transformation rulesLluís Vilanova2014-08-121-0/+166
* trace: add tracetool simpletrace_stap formatStefan Hajnoczi2014-08-121-0/+71
* trace: extract stap_escape() function for reuseStefan Hajnoczi2014-08-121-3/+8
* trace: Multi-backend tracingLluís Vilanova2014-06-092-20/+19Star
* trace: [tracetool] Minimize the amount of per-backend codeLluís Vilanova2014-05-0717-395/+307Star
* trace: [tracetool] Change format docs to point to the generated fileLluís Vilanova2014-05-077-11/+11
* trace: [tracetool] Show list of frontends and backends sorted by nameLluís Vilanova2014-05-072-3/+3
* trace: [tracetool] Cosmetic changesLluís Vilanova2014-05-071-7/+7
* trace: [tracetool] Spacing changesLluís Vilanova2014-05-071-3/+4