From 23b9b45040b7fe39df7d59cf95adc1d7a29f11d6 Mon Sep 17 00:00:00 2001 From: Hector Martin Date: Sun, 16 Jan 2022 18:59:58 +0900 Subject: [PATCH] hv/trace_all.py: Use async tracing by default Signed-off-by: Hector Martin --- proxyclient/hv/trace_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxyclient/hv/trace_all.py b/proxyclient/hv/trace_all.py index b9565659..392dd21c 100644 --- a/proxyclient/hv/trace_all.py +++ b/proxyclient/hv/trace_all.py @@ -4,7 +4,7 @@ from m1n1.utils import irange # Map the entire MMIO range as traceable for r in hv.adt["/arm-io"].ranges: - trace_range(irange(r.parent_addr, r.size), mode=TraceMode.SYNC) + trace_range(irange(r.parent_addr, r.size), mode=TraceMode.ASYNC) # Skip some noisy devices try: