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