mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
4 lines
119 B
Bash
4 lines
119 B
Bash
|
|
#!/usr/bin/sh
|
||
|
|
# description: create flame graphs
|
||
|
|
perf script -s "$PERF_EXEC_PATH"/scripts/python/flamegraph.py -- "$@"
|