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