mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-06-21 17:22:24 +02:00
4 lines
117 B
Bash
Executable File
4 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
# description: create flame graphs
|
|
perf script -s "$PERF_EXEC_PATH"/scripts/python/flamegraph.py -- "$@"
|