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