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