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