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