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