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