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