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