qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC PATCH v3 08/13] trace-events: add reverse-execution ev


From: fred . konrad
Subject: [Qemu-devel] [RFC PATCH v3 08/13] trace-events: add reverse-execution events.
Date: Fri, 16 May 2014 17:00:43 +0200

From: KONRAD Frederic <address@hidden>

This adds some trace-events for reverse execution.

Signed-off-by: KONRAD Frederic <address@hidden>
---
 trace-events | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/trace-events b/trace-events
index 002c260..06aaf0b 100644
--- a/trace-events
+++ b/trace-events
@@ -1206,3 +1206,9 @@ xen_pv_mmio_write(uint64_t addr) "WARNING: write to Xen 
PV Device MMIO space (ad
 # hw/pci/pci_host.c
 pci_cfg_read(const char *dev, unsigned devid, unsigned fnid, unsigned offs, 
unsigned val) "%s %02u:%u @0x%x -> 0x%x"
 pci_cfg_write(const char *dev, unsigned devid, unsigned fnid, unsigned offs, 
unsigned val) "%s %02u:%u @0x%x <- 0x%x"
+
+# reverse-execution.c
+snap_callback(uint64_t time, const char *filename) "snapshot @%li -> %s"
+stop_callback(uint64_t time) "stopping @%li"
+cexe_stop_reverse_continue(void) "stop reverse continue."
+cexe_step_backward(uint64_t time, uint64_t stop) "stepping backward @%li stop 
@%li"
-- 
1.9.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]