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