summaryrefslogtreecommitdiffstats
path: root/trace/control.h
Commit message (Expand)AuthorAgeFilesLines
* trace: add trace_event_iter_init_groupGerd Hoffmann2021-07-121-0/+13
* trace: iter init tweaksGerd Hoffmann2021-07-121-4/+13
* trace: Send "-d trace:help" output to stdoutDoug Evans2021-01-041-1/+2
* trace: remove argument from trace_init_filePaolo Bonzini2020-11-111-9/+3Star
* trace: Do not include qom/cpu.h into generated trace.hMarkus Armbruster2019-08-161-24/+0Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* tracing: Use double-dash spelling for trace optionYaowei Bai2018-07-191-2/+2
* trace: use local path for local headersMichael S. Tsirkin2018-06-011-1/+1
* trace: add trace_event_get_state_backends()Stefan Hajnoczi2017-08-011-1/+17
* exec: [tcg] Use different TBs according to the vCPU's dynamic tracing stateLluís Vilanova2017-07-171-0/+3
* trace: Fix dynamic event state on vCPU hot-unplugLluís Vilanova2017-01-161-0/+8
* trace: get rid of generated-events.h/generated-events.cDaniel P. Berrange2016-10-121-1/+1
* trace: dynamically allocate trace_dstate in CPUStateDaniel P. Berrange2016-10-121-0/+7
* trace: provide mechanism for registering trace eventsDaniel P. Berrange2016-10-121-0/+1
* trace: remove the TraceEventID and TraceEventVCPUID enumsDaniel P. Berrange2016-10-121-23/+9Star
* trace: remove some now unused functionsDaniel P. Berrange2016-10-121-59/+0Star
* trace: add trace event iterator APIsDaniel P. Berrange2016-10-121-0/+27
* trace: Properly initialize dynamic event states in hot-plugged vCPUsLluís Vilanova2016-09-281-11/+8Star
* trace: Remove 'trace_events_dstate_init'Lluís Vilanova2016-09-051-0/+3
* trace: Add per-vCPU tracing states for events with the 'vcpu' propertyLluís Vilanova2016-07-181-1/+61
* trace: Identify events with the 'vcpu' propertyLluís Vilanova2016-07-181-0/+17
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-121-1/+1
* trace: move qemu_trace_opts to trace/control.cDenis V. Lunev2016-06-281-11/+14
* Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster2016-03-221-1/+0Star
* trace: Add 'vcpu' event property to trace guest vCPULluís Vilanova2016-03-011-1/+2
* trace: add "-trace help"Paolo Bonzini2016-02-031-0/+7
* trace: add "-trace enable=..."Paolo Bonzini2016-02-031-0/+9
* trace: split trace_init_file out of trace_init_backendsPaolo Bonzini2016-02-031-1/+12
* trace: split trace_init_events out of trace_init_backendsPaolo Bonzini2016-02-031-3/+12
* trace: track enabled events in a separate arrayPaolo Bonzini2016-02-031-1/+1
* trace: [hmp] Reimplement "trace-event" and "info trace-events" using QMPLluís Vilanova2014-09-261-7/+0Star
* trace: Multi-backend tracingLluís Vilanova2014-06-091-23/+4Star
* trace: Provide a detailed event control interfaceLluís Vilanova2013-03-281-19/+171
* trace: add "-trace events" argument to control initial stateLluís2011-09-011-3/+11
* trace: separate trace event control and query routines from the simple backendLluís2011-09-011-1/+10
* trace: avoid conditional code compilation during option parsingLluís2011-09-011-0/+24