summaryrefslogtreecommitdiff
path: root/scripts/tracetool
AgeCommit message (Expand)AuthorFilesLines
2017-03-28trace: fix tcg tracing build breakageStefan Hajnoczi2-0/+2
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange8-8/+35
2016-10-27trace: Fix 'char **' compilation error in simple backendFam Zheng1-1/+2
2016-10-12trace: introduce a formal group name for trace eventsDaniel P. Berrange20-54/+59
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: get rid of generated-events.h/generated-events.cDaniel P. Berrange4-116/+65
2016-10-12trace: dynamically allocate event IDs at runtimeDaniel P. Berrange2-12/+2
2016-10-12trace: provide mechanism for registering trace eventsDaniel P. Berrange1-0/+6
2016-10-12trace: emit name <-> ID mapping in simpletrace headerDaniel P. Berrange1-2/+22
2016-10-12trace: remove the TraceEventID and TraceEventVCPUID enumsDaniel P. Berrange4-26/+16
2016-10-12trace: give each trace event a named TraceEvent structDaniel P. Berrange3-9/+22
2016-10-12trace: remove duplicate control.h includes in generated-tracers.hDaniel P. Berrange3-4/+1
2016-10-12trace: remove global 'uint16 dstate[]' arrayDaniel P. Berrange3-3/+12
2016-09-05trace: add syslog tracing backendPaul Durrant1-0/+45
2016-07-18trace: Conditionally trace events based on their per-vCPU stateLluís Vilanova6-29/+57
2016-07-18trace: Identify events with the 'vcpu' propertyLluís Vilanova2-3/+20
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-0/+1
2016-03-22Clean up includes some moreMarkus Armbruster5-11/+1
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 Vilanova9-31/+146
2016-03-01trace: Add helper function to cast event argumentsLluís Vilanova1-0/+4
2016-03-01trace: Remove unnecessary intermediate event copiesLluís Vilanova3-7/+6
2016-03-01trace: Extend API to manage event argumentsLluís Vilanova1-2/+13
2016-02-23tracetool: Include osdep.h in generated-ust.cPeter Maydell1-0/+2
2016-02-16scripts/tracetool: Include qemu/osdep.h in generated .c filesPeter Maydell3-1/+4
2016-02-03trace: convert stderr backend to logPaolo Bonzini1-4/+5
2016-02-03trace: track enabled events in a separate arrayPaolo Bonzini1-1/+1
2015-03-02trace: add DTrace reserved words for .d filesStefan Hajnoczi1-7/+19
2015-02-06trace: Print PID and time in stderr tracesDr. David Alan Gilbert1-1/+9
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 Vilanova2-10/+11
2014-08-28trace: avoid Python 2.5 all() in tracetoolStefan Hajnoczi1-1/+2
2014-08-12trace: teach lttng backend to use format stringsAlex Bennée2-6/+21
2014-08-12trace: [tcg] Generate TCG tracing routinesLluís Vilanova1-0/+57
2014-08-12trace: [tcg] Define TCG tracing helper routine wrappersLluís Vilanova1-0/+70
2014-08-12trace: [tcg] Define TCG tracing helper routinesLluís Vilanova1-0/+50
2014-08-12trace: [tcg] Declare TCG tracing helper routinesLluís Vilanova2-0/+51
2014-08-12trace: [tcg] Add 'tcg' event propertyLluís Vilanova2-5/+64
2014-08-12trace: [tcg] Argument type transformation machineryLluís Vilanova1-1/+29
2014-08-12trace: [tcg] Argument type transformation rulesLluís Vilanova1-0/+166
2014-08-12trace: add tracetool simpletrace_stap formatStefan Hajnoczi1-0/+71
2014-08-12trace: extract stap_escape() function for reuseStefan Hajnoczi1-3/+8
2014-06-09trace: Multi-backend tracingLluís Vilanova2-20/+19
2014-05-07trace: [tracetool] Minimize the amount of per-backend codeLluís Vilanova17-395/+307
2014-05-07trace: [tracetool] Change format docs to point to the generated fileLluís Vilanova7-11/+11
2014-05-07trace: [tracetool] Show list of frontends and backends sorted by nameLluís Vilanova2-3/+3
2014-05-07trace: [tracetool] Cosmetic changesLluís Vilanova1-7/+7