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