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