summaryrefslogtreecommitdiffstats
path: root/trace/control-target.c
Commit message (Expand)AuthorAgeFilesLines
* include/hw/core: Create struct CPUJumpCacheRichard Henderson2022-10-041-1/+1
* trace: iter init tweaksGerd Hoffmann2021-07-121-1/+1
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-1/+1
* move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini2018-06-281-1/+0Star
* trace: Immediately apply per-vCPU state changes if a vCPU is being createdLluís Vilanova2017-09-151-7/+11
* exec: [tcg] Use different TBs according to the vCPU's dynamic tracing stateLluís Vilanova2017-07-171-0/+1
* trace: [tcg] Delay changes to dynamic state when translatingLluís Vilanova2017-07-171-2/+16
* trace: Fix early setting of events with the "vcpu" propertyLluís Vilanova2017-07-111-3/+7
* trace: switch to modular code generation for sub-directoriesDaniel P. Berrange2017-01-311-1/+1
* trace: Lock vCPU list when initializing dynamic tracing stateLluís Vilanova2017-01-161-1/+10
* trace: remove the TraceEventID and TraceEventVCPUID enumsDaniel P. Berrange2016-10-121-1/+1
* trace: remove global 'uint16 dstate[]' arrayDaniel P. Berrange2016-10-121-15/+10Star
* trace: convert code to use event iteratorsDaniel P. Berrange2016-10-121-4/+4
* trace: Add event "guest_cpu_enter"Lluís Vilanova2016-09-281-0/+3
* trace: Properly initialize dynamic event states in hot-plugged vCPUsLluís Vilanova2016-09-281-0/+37
* trace: Avoid implicit bool->integer conversionsLluís Vilanova2016-09-051-5/+26
* trace: Remove 'trace_events_dstate_init'Lluís Vilanova2016-09-051-0/+9
* trace: Add per-vCPU tracing states for events with the 'vcpu' propertyLluís Vilanova2016-07-181-0/+53