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