mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
4 lines
119 B
Text
4 lines
119 B
Text
![]() |
#!/usr/bin/sh
|
||
|
# description: create flame graphs
|
||
|
perf script -s "$PERF_EXEC_PATH"/scripts/python/flamegraph.py -- "$@"
|