You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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
|