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