#!/bin/bash # description: system-wide syscall counts, by pid # args: [comm] if [ $# -gt 0 ] ; then if ! expr match "$1" "-" > /dev/null ; then comm=$1 shift fi fi perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts-by-pid.py $comm >
summaryrefslogtreecommitdiff
path: root/io_uring/rw.h
AgeCommit message (Expand)Author
2025-04-21io_uring/kbuf: pass bgid to io_buffer_select()Pavel Begunkov
2025-03-07io_uring/rw: implement vectored registered rwPavel Begunkov
2025-03-07io_uring: introduce struct iou_vecPavel Begunkov
2025-02-28io_uring/rw: move fixed buffer import to issue pathKeith Busch
2025-02-17io_uring: introduce type alias for io_tw_stateCaleb Sander Mateos
2025-01-23io_uring: get rid of alloc cache init_once handlingJens Axboe
2024-12-23io_uring: introduce attributes for read/write and PI supportAnuj Gupta