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