c05564c4d8
Android 13
4 lines
128 B
Bash
Executable file
4 lines
128 B
Bash
Executable file
#!/bin/bash
|
|
# description: resolve physical address samples
|
|
perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/mem-phys-addr.py
|