From bb2c0277010fa5fc3010dca79685d527bd87d9fb Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Fri, 27 Jan 2023 16:33:27 +0100 Subject: Add CPC_TRACK_STEPS and make apic reset more robust --- test/qemu-eviction.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/qemu-eviction.c') diff --git a/test/qemu-eviction.c b/test/qemu-eviction.c index 016ee9e..43456dc 100644 --- a/test/qemu-eviction.c +++ b/test/qemu-eviction.c @@ -38,10 +38,9 @@ monitor(bool baseline) if (ret) err(1, "KVM_CPC_READ_COUNTS"); printf("Event: rip:%016llx cnt:%llu " - "inst:%08llx data:%08llx ret:%llu\n", + "inst:%08llx ret:%llu\n", vm_get_rip(), event.step.fault_count, - event.step.fault_gfns[0], event.step.fault_gfns[1], - event.step.retinst); + event.step.inst_gfn, event.step.retinst); print_counts(counts); printf("\n"); print_counts_raw(counts); -- cgit v1.2.3-71-gd317