diff options
| author | Max Filippov <[email protected]> | 2016-11-06 23:31:10 -0800 |
|---|---|---|
| committer | Max Filippov <[email protected]> | 2016-11-06 23:31:10 -0800 |
| commit | 712cba5d87a6c0e980ee5fad45734e189c4d7151 (patch) | |
| tree | f73d73c08df83276d7775678b8f41b94a0c28fa7 /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | a4c6be5ad1d0c7af0c5421b68a00b6406b28a325 (diff) | |
| parent | a909d3e636995ba7c349e2ca5dbb528154d4ac30 (diff) | |
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 -- "$@" |