mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08:00
4 lines
125 B
Plaintext
4 lines
125 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
# description: analyze timings of tasks
|
||
|
|
perf script -s "$PERF_EXEC_PATH"/scripts/python/task-analyzer.py -- "$@"
|