mbox series

[0/2] KVM: arm64: A few trace additions

Message ID 20250319-trace-v1-0-0fff03204efa@daynix.com (mailing list archive)
Headers show
Series KVM: arm64: A few trace additions | expand

Message

Akihiko Odaki March 19, 2025, 11:38 a.m. UTC
These are tracepoints I added during recent debugging. I hope they are
useful for others too.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
---
Akihiko Odaki (2):
      KVM: arm64: Trace values with kvm_sys_access
      KVM: arm64: Trace SMC in a way similar to HVC

 arch/arm64/kvm/handle_exit.c       |  3 +++
 arch/arm64/kvm/sys_regs.c          | 24 ++++++++++++++----------
 arch/arm64/kvm/trace_handle_exit.h | 26 ++++++++++++++++++++++++--
 3 files changed, 41 insertions(+), 12 deletions(-)
---
base-commit: 8098cf067a7aae92a4f293df03964bf8474faca1
change-id: 20250319-trace-80cb8d39de2e

Best regards,