4 lines
154 B
Plaintext
4 lines
154 B
Plaintext
|
#!/bin/bash
|
||
|
# description: print Intel PT Events including Power Events and PTWRITE
|
||
|
perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/intel-pt-events.py
|