+1
−0
+2
−0
+5
−0
arch/arm64/kvm/hyp_trace.c
0 → 100644
+219
−0
arch/arm64/kvm/hyp_trace.h
0 → 100644
+11
−0
Loading
In both protected and nVHE mode, the hypervisor is capable of writing events into tracefs compatible ring-buffers. Create a trace remote so the kernel can read those buffers. This currently doesn't provide any event support which will come later. Signed-off-by:Vincent Donnefort <vdonnefort@google.com> Link: https://patch.msgid.link/20260309162516.2623589-25-vdonnefort@google.com Signed-off-by:
Marc Zyngier <maz@kernel.org>