Browse Source
Trace memory mapped / unmapped in the guest. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20250623121845.7214-8-philmd@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>pull/292/head
committed by
Peter Maydell
4 changed files with 16 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||
# SPDX-License-Identifier: GPL-2.0-or-later |
|||
# |
|||
# See docs/devel/tracing.rst for syntax documentation. |
|||
|
|||
# hvf-accel-ops.c |
|||
hvf_vm_map(uint64_t paddr, uint64_t size, void *vaddr, uint8_t flags, const char r, const char w, const char e) "paddr:0x%016"PRIx64" size:0x%08"PRIx64" vaddr:%p flags:0x%02x/%c%c%c" |
|||
hvf_vm_unmap(uint64_t paddr, uint64_t size) "paddr:0x%016"PRIx64" size:0x%08"PRIx64 |
|||
@ -0,0 +1,2 @@ |
|||
/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|||
#include "trace/trace-accel_hvf.h" |
|||
Loading…
Reference in new issue