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