summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/futex-contention-record
blob: b1495c9a9b20e14ca2ad1ae62eafc13b741d2ca5 (plain)
1
2
#!/bin/bash
perf record -e syscalls:sys_enter_futex -e syscalls:sys_exit_futex $@
7io_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 2024-04-15io_uring/alloc_cache: switch to array based cachingJens Axboe 2024-04-15io_uring/rw: add iovec recyclingJens Axboe 2024-04-15io_uring: get rid of struct io_rw_stateJens Axboe 2024-04-15io_uring/rw: always setup io_async_rw for read/write requestsJens Axboe 2023-11-06io_uring/rw: add separate prep handler for fixed read/writeJens Axboe 2023-11-06io_uring/rw: add separate prep handler for readv/writevJens Axboe 2023-09-21io_uring/rw: add support for IORING_OP_READ_MULTISHOTJens Axboe