aboutsummaryrefslogtreecommitdiff
path: root/trace/control-target.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-01trace: remove code that depends on setting vcpuAlex Bennée1-99/+9
2023-06-01trace-events: remove the remaining vcpu trace eventsAlex Bennée1-1/+0
2023-05-11cpu: expose qemu_cpu_list_lock for lock-guard useJamie Iles1-5/+4
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson1-1/+1
2021-07-12trace: iter init tweaksGerd Hoffmann1-1/+1
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-1/+1
2018-06-28move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini1-1/+0
2017-09-15trace: Immediately apply per-vCPU state changes if a vCPU is being createdLluís Vilanova1-7/+11
2017-07-17exec: [tcg] Use different TBs according to the vCPU's dynamic tracing stateLluís Vilanova1-0/+1
2017-07-17trace: [tcg] Delay changes to dynamic state when translatingLluís Vilanova1-2/+16
2017-07-11trace: Fix early setting of events with the "vcpu" propertyLluís Vilanova1-3/+7
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange1-1/+1
2017-01-16trace: Lock vCPU list when initializing dynamic tracing stateLluís Vilanova1-1/+10
2016-10-12trace: remove the TraceEventID and TraceEventVCPUID enumsDaniel P. Berrange1-1/+1
2016-10-12trace: remove global 'uint16 dstate[]' arrayDaniel P. Berrange1-15/+10
2016-10-12trace: convert code to use event iteratorsDaniel P. Berrange1-4/+4
2016-09-28trace: Add event "guest_cpu_enter"Lluís Vilanova1-0/+3
2016-09-28trace: Properly initialize dynamic event states in hot-plugged vCPUsLluís Vilanova1-0/+37
2016-09-05trace: Avoid implicit bool->integer conversionsLluís Vilanova1-5/+26
2016-09-05trace: Remove 'trace_events_dstate_init'Lluís Vilanova1-0/+9
2016-07-18trace: Add per-vCPU tracing states for events with the 'vcpu' propertyLluís Vilanova1-0/+53