summaryrefslogtreecommitdiff
path: root/scripts/tracetool/format
AgeCommit message (Expand)Author
2021-02-01tracetool: also strip %l and %ll from systemtap format stringsDaniel P. Berrangé
2021-02-01tracetool: fix "PRI" macro decodingLaurent Vivier
2020-11-11scripts/tracetool: silence SystemTap dtrace(1) long long warningsStefan Hajnoczi
2020-09-09scripts/tracetool: Fix dtrace generation for macOSRoman Bolshakov
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-06-24scripts/tracetool: Update maintainer email addressPhilippe Mathieu-Daudé
2020-02-07scripts/tracetool: Remove shebang headerPhilippe Mathieu-Daudé
2019-08-16trace: Do not include qom/cpu.h into generated trace.hMarkus Armbruster
2019-08-16trace: Eliminate use of TARGET_FMT_plxMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-03-22trace: avoid SystemTap dtrace(1) warnings on empty filesStefan Hajnoczi
2019-01-24trace: add ability to do simple printf logging via systemtapDaniel P. Berrangé
2019-01-17scripts: Remove unused python importsPhilippe Mathieu-Daudé
2018-02-19tracetool: For ust trace bool type as ctf_integerJon Emil Jahren
2017-08-15trace: use static event ID mapping in simpletrace.stpStefan Hajnoczi
2017-08-01trace: add TRACE_<event>_BACKEND_DSTATE()Stefan Hajnoczi
2017-08-01trace: ensure unique function / variable names per .stp fileDaniel P. Berrange
2017-07-17trace: [tcg] Do not generate TCG code to trace dynamically-disabled eventsLluís Vilanova
2017-03-28trace: fix tcg tracing build breakageStefan Hajnoczi
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange
2016-10-12trace: introduce a formal group name for trace 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 global 'uint16 dstate[]' arrayDaniel P. Berrange
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 'vcpu' event property to trace guest vCPULluís Vilanova
2016-03-01trace: Remove unnecessary intermediate event copiesLluí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: track enabled events in a separate arrayPaolo Bonzini
2015-03-02trace: add DTrace reserved words for .d filesStefan 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] 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: add tracetool simpletrace_stap formatStefan Hajnoczi
2014-08-12trace: extract stap_escape() function for reuseStefan Hajnoczi
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