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