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