summary refs log tree commit diff stats
path: root/scripts/tracetool/format (follow)
Commit message (Expand)AuthorAgeFilesLines
* scripts/tracetool: Remove shebang headerPhilippe Mathieu-Daudé2020-02-0713-13/+0
* trace: Do not include qom/cpu.h into generated trace.hMarkus Armbruster2019-08-162-1/+7
* trace: Eliminate use of TARGET_FMT_plxMarkus Armbruster2019-08-161-3/+0
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-123-3/+0
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-1/+1
* trace: avoid SystemTap dtrace(1) warnings on empty filesStefan Hajnoczi2019-03-221-0/+5
* trace: add ability to do simple printf logging via systemtapDaniel P. Berrangé2019-01-241-0/+127
* scripts: Remove unused python importsPhilippe Mathieu-Daudé2019-01-171-1/+1
* tracetool: For ust trace bool type as ctf_integerJon Emil Jahren2018-02-191-1/+2
* trace: use static event ID mapping in simpletrace.stpStefan Hajnoczi2017-08-151-29/+2
* trace: add TRACE_<event>_BACKEND_DSTATE()Stefan Hajnoczi2017-08-011-0/+10
* trace: ensure unique function / variable names per .stp fileDaniel P. Berrange2017-08-011-10/+19
* trace: [tcg] Do not generate TCG code to trace dynamically-disabled eventsLluís Vilanova2017-07-173-13/+39
* trace: fix tcg tracing build breakageStefan Hajnoczi2017-03-282-0/+2
* trace: switch to modular code generation for sub-directoriesDaniel P. Berrange2017-01-315-5/+23
* trace: introduce a formal group name for trace eventsDaniel P. Berrange2016-10-1212-32/+35
* trace: get rid of generated-events.h/generated-events.cDaniel P. Berrange2016-10-124-116/+65
* trace: dynamically allocate event IDs at runtimeDaniel P. Berrange2016-10-122-12/+2
* 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-123-24/+14
* trace: give each trace event a named TraceEvent structDaniel P. Berrange2016-10-122-9/+21
* trace: remove global 'uint16 dstate[]' arrayDaniel P. Berrange2016-10-122-2/+10
* trace: Conditionally trace events based on their per-vCPU stateLluís Vilanova2016-07-181-2/+17
* 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-224-6/+0
* trace: Add 'vcpu' event property to trace guest vCPULluís Vilanova2016-03-016-28/+64
* trace: Remove unnecessary intermediate event copiesLluís Vilanova2016-03-012-4/+4
* 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-162-0/+2
* 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: [ust] Fix format string computation in tcg-enabled eventsLluís Vilanova2014-09-261-1/+1
* trace: teach lttng backend to use format stringsAlex Bennée2014-08-121-4/+11
* 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-121-0/+50
* trace: [tcg] Add 'tcg' event propertyLluís Vilanova2014-08-121-0/+5
* trace: add tracetool simpletrace_stap formatStefan Hajnoczi2014-08-121-0/+71
* trace: extract stap_escape() function for reuseStefan Hajnoczi2014-08-121-3/+8
* trace: [tracetool] Minimize the amount of per-backend codeLluís Vilanova2014-05-079-65/+152
* 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-071-2/+2
* trace: [tracetool] Add method 'Event.api' to build event namesLluís Vilanova2014-05-071-3/+3
* Modified the tracetool framework for LTTng 2.xMohamad Gebai2014-02-192-0/+87
* trace: Provide a generic tracing event descriptorLluís Vilanova2013-03-283-8/+90
* build: Use separate makefile for "trace/"Lluís Vilanova2012-12-231-3/+3
* tracetool: avoid pkgutil.iter_modules() Python 2.7 functionStefan Hajnoczi2012-05-011-2/+6