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