aboutsummaryrefslogtreecommitdiff
path: root/scripts/tracetool
AgeCommit message (Expand)Author
2016-10-27trace: Fix 'char **' compilation error in simple backendFam Zheng
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: get rid of generated-events.h/generated-events.cDaniel P. Berrange
2016-10-12trace: dynamically allocate event IDs at runtimeDaniel P. Berrange
2016-10-12trace: provide mechanism for registering trace eventsDaniel P. Berrange
2016-10-12trace: emit name <-> ID mapping in simpletrace headerDaniel P. Berrange
2016-10-12trace: remove the TraceEventID and TraceEventVCPUID enumsDaniel P. Berrange
2016-10-12trace: give each trace event a named TraceEvent structDaniel P. Berrange
2016-10-12trace: remove duplicate control.h includes in generated-tracers.hDaniel P. Berrange
2016-10-12trace: remove global 'uint16 dstate[]' arrayDaniel P. Berrange
2016-09-05trace: add syslog tracing backendPaul Durrant
2016-07-18trace: Conditionally trace events based on their per-vCPU stateLluís Vilanova
2016-07-18trace: Identify events with the 'vcpu' propertyLluís Vilanova
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-03-22Clean up includes some moreMarkus Armbruster
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
2016-02-23tracetool: Include osdep.h in generated-ust.cPeter Maydell
2016-02-16scripts/tracetool: Include qemu/osdep.h in generated .c filesPeter Maydell
2016-02-03trace: convert stderr backend to logPaolo Bonzini
2016-02-03trace: track enabled events in a separate arrayPaolo Bonzini
2015-03-02trace: add DTrace reserved words for .d filesStefan Hajnoczi
2015-02-06trace: Print PID and time in stderr tracesDr. David Alan Gilbert
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-28trace: avoid Python 2.5 all() in tracetoolStefan Hajnoczi
2014-08-12trace: teach lttng backend to use format stringsAlex Bennée
2014-08-12trace: [tcg] Generate TCG tracing routinesLluís Vilanova
2014-08-12trace: [tcg] Define TCG tracing helper routine wrappersLluís Vilanova
2014-08-12trace: [tcg] Define TCG tracing helper routinesLluís Vilanova
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-08-12trace: [tcg] Argument type transformation rulesLluís Vilanova
2014-08-12trace: add tracetool simpletrace_stap formatStefan Hajnoczi
2014-08-12trace: extract stap_escape() function for reuseStefan Hajnoczi
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] Change format docs to point to the generated fileLluís Vilanova
2014-05-07trace: [tracetool] Show list of frontends and backends sorted by nameLluí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