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