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