From: KONRAD Frederic <[email protected]> This adds some trace-events for reverse execution.
Signed-off-by: KONRAD Frederic <[email protected]> --- 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
