qemu-cr16/replay
Paolo Bonzini 58f88d0bf7 replay: add tracing events
The replay subsystem does not provide any way to see what's going on
and how the replay events interleave with other things happening in QEMU.

Add trace events to improve debuggability; to avoid having too many
events reimplement all functions in terms of (non-traced) replay_getc
and replay_putc and add a single trace event for each datum that is
extracted or written.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2025-11-19 09:24:01 +01:00
..
meson.build meson: Replace softmmu_ss -> system_ss 2023-06-20 10:01:30 +02:00
replay-audio.c audio: move audio.h under include/qemu/ 2025-10-30 22:56:51 +04:00
replay-char.c include: Rename sysemu/ -> system/ 2024-12-20 17:44:56 +01:00
replay-debugging.c qapi: Move include/qapi/qmp/ to include/qobject/ 2025-02-10 15:33:16 +01:00
replay-events.c cpus: properly kick CPUs out of inner execution loop 2025-09-17 19:00:55 +02:00
replay-input.c include: Rename sysemu/ -> system/ 2024-12-20 17:44:56 +01:00
replay-internal.c replay: add tracing events 2025-11-19 09:24:01 +01:00
replay-internal.h replay: introduce a central report point for sync errors 2024-01-08 13:58:54 +00:00
replay-net.c include: Rename sysemu/ -> system/ 2024-12-20 17:44:56 +01:00
replay-random.c include: Rename sysemu/ -> system/ 2024-12-20 17:44:56 +01:00
replay-snapshot.c qapi: Move include/qapi/qmp/ to include/qobject/ 2025-02-10 15:33:16 +01:00
replay-time.c include: Rename sysemu/ -> system/ 2024-12-20 17:44:56 +01:00
replay.c record/replay: fix race condition on test_aarch64_reverse_debug 2025-10-07 09:15:45 +01:00
stubs-system.c audio/replay: fix type punning 2025-10-30 22:56:28 +04:00
trace-events replay: add tracing events 2025-11-19 09:24:01 +01:00
trace.h replay: add tracing events 2025-11-19 09:24:01 +01:00