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