summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 356b9656393db5a59bb3083d79d0ab0c35e1200a (plain)
1
2
3
#!/bin/sh
# description: produce callgraphs in short form for scripting use
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py -- "$@"
ens Axboe 2024-03-01io_uring/sqpoll: statistics of the true utilization of sq threadsXiaobing Li 2024-02-14io_uring/sqpoll: use the correct check for pending task_workJens Axboe 2024-02-09io-uring: add sqpoll support for napi busy pollStefan Roesch 2024-02-08io_uring/sqpoll: manage task_work privatelyJens Axboe 2023-11-15io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrievalJens Axboe 2023-08-30io_uring: Don't set affinity on a dying sqpoll threadGabriel Krisman Bertazi 2023-08-16io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is usedJens Axboe 2023-05-25io_uring: unlock sqd->lock before sq thread release CPUWenwen Chen 2023-03-15io_uring/sqpoll: Do not set PF_NO_SETAFFINITY on sqpoll threadsMichal Koutný 2023-01-29io_uring: make io_sqpoll_wait_sq return voidQuanfa Fu 2022-08-04audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker()Peilin Ye