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