diff options
| author | Max Filippov <jcmvbkbc@gmail.com> | 2016-11-06 23:31:10 -0800 |
|---|---|---|
| committer | Max Filippov <jcmvbkbc@gmail.com> | 2016-11-06 23:31:10 -0800 |
| commit | 712cba5d87a6c0e980ee5fad45734e189c4d7151 (patch) | |
| tree | f73d73c08df83276d7775678b8f41b94a0c28fa7 /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | xtensa: disable MMU initialization option on MMUv2 cores (diff) | |
| parent | Linux 4.9-rc3 (diff) | |
| download | linux-712cba5d87a6c0e980ee5fad45734e189c4d7151.tar.gz linux-712cba5d87a6c0e980ee5fad45734e189c4d7151.zip | |
Merge tag 'v4.9-rc3' into xtensa-for-next
Linux 4.9-rc3
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
| -rwxr-xr-x | tools/perf/scripts/python/bin/stackcollapse-report | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/scripts/python/bin/stackcollapse-report b/tools/perf/scripts/python/bin/stackcollapse-report new file mode 100755 index 000000000000..356b9656393d --- /dev/null +++ b/tools/perf/scripts/python/bin/stackcollapse-report @@ -0,0 +1,3 @@ +#!/bin/sh +# description: produce callgraphs in short form for scripting use +perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py -- "$@" |
