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