Files
linux/tools/perf/scripts/python/bin/flamegraph-report
T

4 lines
117 B
Bash
Raw Normal View History

#!/bin/bash
2020-03-20 16:13:48 +01:00
# description: create flame graphs
perf script -s "$PERF_EXEC_PATH"/scripts/python/flamegraph.py -- "$@"