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