4 lines
129 B
Plaintext
4 lines
129 B
Plaintext
|
#!/bin/bash
|
||
|
# description: analyze all perf samples
|
||
|
perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/event_analyzing_sample.py
|