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