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