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