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