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