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