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