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