summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/trace_handle_exit.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/kvm/trace_handle_exit.h')
-rw-r--r--arch/arm64/kvm/trace_handle_exit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/kvm/trace_handle_exit.h b/arch/arm64/kvm/trace_handle_exit.h
index f85415db7713..a7ab9a3bbed0 100644
--- a/arch/arm64/kvm/trace_handle_exit.h
+++ b/arch/arm64/kvm/trace_handle_exit.h
@@ -113,7 +113,7 @@ TRACE_EVENT(kvm_sys_access,
__entry->vcpu_pc, __entry->name ?: "UNKN",
__entry->Op0, __entry->Op1, __entry->CRn,
__entry->CRm, __entry->Op2,
- __entry->is_write ? "write" : "read")
+ str_write_read(__entry->is_write))
);
TRACE_EVENT(kvm_set_guest_debug,