xref: /linux/tools/perf/scripts/python/bin/flamegraph-report (revision 50b7e7082a3dde5bdba14a4e40a2e2279fd08a7b)
1#!/bin/bash
2# description: create flame graphs
3perf script -s "$PERF_EXEC_PATH"/scripts/python/flamegraph.py "$@"
4