diff options
| author | Andrew Morton <[email protected]> | 2022-12-16 14:44:49 -0800 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2022-12-16 14:44:49 -0800 |
| commit | bcfbff2ea3165d07775097df710cb4241fcd2567 (patch) | |
| tree | a0a472be468433aaf0b81d0d54427353b56429d9 /tools/perf/scripts/python/bin/task-analyzer-report | |
| parent | 8b777594d2341a82f00b57c020f8af05bded1178 (diff) | |
| parent | 77856d911a8c8724ee8e2b09d55979fc1de8f1c0 (diff) | |
Merge branch 'master' into mm-stable
Diffstat (limited to 'tools/perf/scripts/python/bin/task-analyzer-report')
| -rwxr-xr-x | tools/perf/scripts/python/bin/task-analyzer-report | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/scripts/python/bin/task-analyzer-report b/tools/perf/scripts/python/bin/task-analyzer-report new file mode 100755 index 000000000000..4b16a8cc40a0 --- /dev/null +++ b/tools/perf/scripts/python/bin/task-analyzer-report @@ -0,0 +1,3 @@ +#!/bin/bash +# description: analyze timings of tasks +perf script -s "$PERF_EXEC_PATH"/scripts/python/task-analyzer.py -- "$@" |