mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-21 06:35:53 +00:00
4 lines
128 B
Plaintext
4 lines
128 B
Plaintext
|
#!/bin/bash
|
||
|
# description: resolve physical address samples
|
||
|
perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/mem-phys-addr.py
|