summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
blob: 9d8f9f0f3a17c1e9c4042ce535e4853e64575b4e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

#
# stackcollapse.py can cover all type of perf samples including
# the tracepoints, so no special record requirements, just record what
# you want to analyze.
#
perf record "$@"
il?id=2ab89262ff8895b8476b97345507c676fe3081fa'>perf scripts python: Add Python 3 support to SchedGui.pyJeremy Cline 2018-07-11perf scripts python: Add Python 3 support to Core.pyJeremy Cline 2018-02-19perf tools: Add Python 3 supportJaroslav Škarvada 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-08-11perf scripting python: Add ppc64le to audit uname listNaveen N. Rao 2016-02-12perf python scripting: Append examples to err msg about audit-libs-pythonTaeung Song