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