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