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