From: KONRAD Frederic <fred.kon...@greensocs.com> This adds some trace-events for reverse execution.
Signed-off-by: KONRAD Frederic <fred.kon...@greensocs.com> --- trace-events | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/trace-events b/trace-events index 11a17a8..66f9e08 100644 --- a/trace-events +++ b/trace-events @@ -1301,3 +1301,9 @@ mhp_pc_dimm_assigned_address(uint64_t addr) "0x%"PRIx64 # target-s390x/kvm.c kvm_enable_cmma(int rc) "CMMA: enabling with result code %d" kvm_clear_cmma(int rc) "CMMA: clearing with result code %d" + +# reverse-execution.c +snap_callback(uint64_t time, const char *filename) "snapshot @%li -> %s" +stop_callback(uint64_t time) "stopping @%li" +rexec_stop_reverse_continue(void) "stop reverse continue." +rexec_step_backward(uint64_t time, uint64_t stop) "stepping backward @%li stop @%li" -- 1.9.0