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