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