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