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