xref: /linux/tools/perf/scripts/python/bin/task-analyzer-report (revision b88cbaaa6fa109c2eb455d8fe2a318de0d197ea2)
1#!/bin/bash
2# description: analyze timings of tasks
3perf script -s "$PERF_EXEC_PATH"/scripts/python/task-analyzer.py -- "$@"
4