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