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