xref: /linux/tools/perf/scripts/python/bin/stackcollapse-record (revision 13578a087152b85e53b1fa11639c814cb427808a)
1#!/bin/sh
2
3#
4# stackcollapse.py can cover all type of perf samples including
5# the tracepoints, so no special record requirements, just record what
6# you want to analyze.
7#
8perf record "$@"
9