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