#!/bin/bash (perf record -e raw_syscalls:sys_enter $@ || \ perf record -e syscalls:sys_enter $@) 2> /dev/null n.ico'/>
summaryrefslogtreecommitdiff
path: root/io_uring/alloc_cache.h
AgeCommit message (Expand)Author
2026-02-04io_uring: Add SPDX id lines to remaining source filesTim Bird
2026-01-05io_uring: Trim out unused includesGabriel Krisman Bertazi
2025-03-07io_uring/net: convert to struct iou_vecPavel Begunkov
2025-03-05io_uring: introduce io_cache_free() helperCaleb Sander Mateos
2025-01-28io_uring: add alloc_cache.cPavel Begunkov
2025-01-28io_uring: dont ifdef io_alloc_cache_kasan()Pavel Begunkov
2025-01-28io_uring: include all deps for alloc_cache.hPavel Begunkov
2025-01-23io_uring: get rid of alloc cache init_once handlingJens Axboe
2024-12-23io_uring: Fold allocation into alloc_cache helperGabriel Krisman Bertazi