xref: /linux/tools/perf/scripts/python/bin/flamegraph-report (revision 5287f926920688e1151741d49da37a533ccf1960)
1*5287f926SAndreas Gerstmayr#!/usr/bin/sh
2*5287f926SAndreas Gerstmayr# description: create flame graphs
3*5287f926SAndreas Gerstmayrperf script -s "$PERF_EXEC_PATH"/scripts/python/flamegraph.py -- "$@"
4