diff options
author | Mark Brown <broonie@kernel.org> | 2016-11-04 21:16:38 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-11-04 21:16:38 +0300 |
commit | cc9b94029e9ef51787af908e9856b1eed314bc00 (patch) | |
tree | 9675310b89d0f6fb1f7bd9423f0638c4ee5226fd /tools/perf/scripts/python/bin/stackcollapse-record | |
parent | 13bed58ce8748d430a26e353a09b89f9d613a71f (diff) | |
parent | 1b5b42216469b05ef4b5916cb40b127dfab1da88 (diff) | |
download | linux-cc9b94029e9ef51787af908e9856b1eed314bc00.tar.xz |
Merge branch 'topic/error' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-fixed
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
-rwxr-xr-x | tools/perf/scripts/python/bin/stackcollapse-record | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/perf/scripts/python/bin/stackcollapse-record b/tools/perf/scripts/python/bin/stackcollapse-record new file mode 100755 index 000000000000..9d8f9f0f3a17 --- /dev/null +++ b/tools/perf/scripts/python/bin/stackcollapse-record @@ -0,0 +1,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 "$@" |