mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-06-21 17:22:24 +02:00
4 lines
129 B
Bash
4 lines
129 B
Bash
#!/bin/bash
|
|
# description: analyze all perf samples
|
|
perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/event_analyzing_sample.py
|