aboutsummaryrefslogtreecommitdiff
path: root/scripts/tracetool/format
AgeCommit message (Expand)AuthorFilesLines
2021-02-01tracetool: also strip %l and %ll from systemtap format stringsDaniel P. Berrangé1-1/+6
2021-02-01tracetool: fix "PRI" macro decodingLaurent Vivier1-0/+1
2020-11-11scripts/tracetool: silence SystemTap dtrace(1) long long warningsStefan Hajnoczi1-0/+6
2020-09-09scripts/tracetool: Fix dtrace generation for macOSRoman Bolshakov1-1/+14
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini3-6/+3
2020-06-24scripts/tracetool: Update maintainer email addressPhilippe Mathieu-Daudé9-9/+9
2020-02-07scripts/tracetool: Remove shebang headerPhilippe Mathieu-Daudé13-13/+0
2019-08-16trace: Do not include qom/cpu.h into generated trace.hMarkus Armbruster2-1/+7
2019-08-16trace: Eliminate use of TARGET_FMT_plxMarkus Armbruster1-3/+0
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster3-3/+0
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-1/+1
2019-03-22trace: avoid SystemTap dtrace(1) warnings on empty filesStefan Hajnoczi1-0/+5
2019-01-24trace: add ability to do simple printf logging via systemtapDaniel P. Berrangé1-0/+127
2019-01-17scripts: Remove unused python importsPhilippe Mathieu-Daudé1-1/+1
2018-02-19tracetool: For ust trace bool type as ctf_integerJon Emil Jahren1-1/+2
2017-08-15trace: use static event ID mapping in simpletrace.stpStefan Hajnoczi1-29/+2
2017-08-01trace: add TRACE_<event>_BACKEND_DSTATE()Stefan Hajnoczi1-0/+10
2017-08-01trace: ensure unique function / variable names per .stp fileDaniel P. Berrange1-10/+19
2017-07-17trace: [tcg] Do not generate TCG code to trace dynamically-disabled eventsLluís Vilanova3-13/+39
2017-03-28trace: fix tcg tracing build breakageStefan Hajnoczi2-0/+2
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange5-5/+23
2016-10-12trace: introduce a formal group name for trace eventsDaniel P. Berrange12-32/+35
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. Berrange3-24/+14
2016-10-12trace: give each trace event a named TraceEvent structDaniel P. Berrange2-9/+21
2016-10-12trace: remove global 'uint16 dstate[]' arrayDaniel P. Berrange2-2/+10
2016-07-18trace: Conditionally trace events based on their per-vCPU stateLluís Vilanova1-2/+17
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 Armbruster4-6/+0
2016-03-01trace: Add 'vcpu' event property to trace guest vCPULluís Vilanova6-28/+64
2016-03-01trace: Remove unnecessary intermediate event copiesLluís Vilanova2-4/+4
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 Maydell2-0/+2
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
2014-09-26trace: [ust] Fix format string computation in tcg-enabled eventsLluís Vilanova1-1/+1
2014-08-12trace: teach lttng backend to use format stringsAlex Bennée1-4/+11
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 Vilanova1-0/+50
2014-08-12trace: [tcg] Add 'tcg' event propertyLluís Vilanova1-0/+5
2014-08-12trace: add tracetool simpletrace_stap formatStefan Hajnoczi1-0/+71
2014-08-12trace: extract stap_escape() function for reuseStefan Hajnoczi1-3/+8
2014-05-07trace: [tracetool] Minimize the amount of per-backend codeLluís Vilanova9-65/+152
2014-05-07trace: [tracetool] Change format docs to point to the generated fileLluís Vilanova7-11/+11