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