diff options
| author | magh <magh@maghmogh.com> | 2023-03-06 18:44:55 -0600 |
|---|---|---|
| committer | magh <magh@maghmogh.com> | 2023-03-06 18:44:55 -0600 |
| commit | e80d9d8871b325a04b18f90a9ea4bb7fd148fb25 (patch) | |
| tree | 79dbdb8506b7ff1e92549188d1b94cfc0b3503ae /tools/proxyclient/hv/trace_isp.py | |
Diffstat (limited to 'tools/proxyclient/hv/trace_isp.py')
| -rw-r--r-- | tools/proxyclient/hv/trace_isp.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/proxyclient/hv/trace_isp.py b/tools/proxyclient/hv/trace_isp.py new file mode 100644 index 0000000..b930095 --- /dev/null +++ b/tools/proxyclient/hv/trace_isp.py @@ -0,0 +1,5 @@ +from m1n1.trace.isp import ISPTracer + +hv.log('ISP: Registering ISP ASC tracer...') +isp_asc_tracer = ISPTracer(hv, "/arm-io/isp", "/arm-io/dart-isp", verbose=4) +isp_asc_tracer.start()
\ No newline at end of file |
