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