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