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