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