summaryrefslogtreecommitdiff
path: root/trace/control.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-01trace: add trace_event_get_state_backends()Stefan Hajnoczi1-1/+17
2017-07-17exec: [tcg] Use different TBs according to the vCPU's dynamic tracing stateLluís Vilanova1-0/+3
2017-01-16trace: Fix dynamic event state on vCPU hot-unplugLluís Vilanova1-0/+8
2016-10-12trace: get rid of generated-events.h/generated-events.cDaniel P. Berrange1-1/+1
2016-10-12trace: dynamically allocate trace_dstate in CPUStateDaniel P. Berrange1-0/+7
2016-10-12trace: provide mechanism for registering trace eventsDaniel P. Berrange1-0/+1
2016-10-12trace: remove the TraceEventID and TraceEventVCPUID enumsDaniel P. Berrange1-23/+9
2016-10-12trace: remove some now unused functionsDaniel P. Berrange1-59/+0
2016-10-12trace: add trace event iterator APIsDaniel P. Berrange1-0/+27
2016-09-28trace: Properly initialize dynamic event states in hot-plugged vCPUsLluís Vilanova1-11/+8
2016-09-05trace: Remove 'trace_events_dstate_init'Lluís Vilanova1-0/+3
2016-07-18trace: Add per-vCPU tracing states for events with the 'vcpu' propertyLluís Vilanova1-1/+61
2016-07-18trace: Identify events with the 'vcpu' propertyLluís Vilanova1-0/+17
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+1
2016-06-28trace: move qemu_trace_opts to trace/control.cDenis V. Lunev1-11/+14
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster1-1/+0
2016-03-01trace: Add 'vcpu' event property to trace guest vCPULluís Vilanova1-1/+2
2016-02-03trace: add "-trace help"Paolo Bonzini1-0/+7
2016-02-03trace: add "-trace enable=..."Paolo Bonzini1-0/+9
2016-02-03trace: split trace_init_file out of trace_init_backendsPaolo Bonzini1-1/+12
2016-02-03trace: split trace_init_events out of trace_init_backendsPaolo Bonzini1-3/+12
2016-02-03trace: track enabled events in a separate arrayPaolo Bonzini1-1/+1
2014-09-26trace: [hmp] Reimplement "trace-event" and "info trace-events" using QMPLluís Vilanova1-7/+0
2014-06-09trace: Multi-backend tracingLluís Vilanova1-23/+4
2013-03-28trace: Provide a detailed event control interfaceLluís Vilanova1-19/+171
2011-09-01trace: add "-trace events" argument to control initial stateLluís1-3/+11
2011-09-01trace: separate trace event control and query routines from the simple backendLluís1-1/+10
2011-09-01trace: avoid conditional code compilation during option parsingLluís1-0/+24