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