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