m1n1/proxyclient/hv/trace_agx.py
Hector Martin cb6d1f58a2 m1n1.trace.asc: Initial ASCTracer implementation
A tracer for the ASC coprocessor mailbox interface.

Signed-off-by: Hector Martin <marcan@marcan.st>
2021-06-18 02:24:55 +09:00

11 lines
294 B
Python

# SPDX-License-Identifier: MIT
trace_device("/arm-io/sgx", False)
trace_device("/arm-io/pmp", False)
trace_device("/arm-io/gfx-asc", False)
from m1n1.trace.asc import ASCTracer
ASCTracer = ASCTracer._reloadcls()
gfx_tracer = ASCTracer(hv, "/arm-io/gfx-asc", verbose=True)
gfx_tracer.start()