Commit f509de1b authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Oliver Upton
Browse files

arm64: kvm: trace_handle_exit: use string choices helper

parent 30a597e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,