diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2023-02-22 17:36:50 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2023-02-22 19:57:23 +0300 |
commit | b000ae0ec2d709046ac1a3c5722fea417f8a067e (patch) | |
tree | 91a0bf402c0a9b2eb5f5f9ba4471f3af3de956c6 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | edd478269640b360c6f301f2baa04abdda563ef3 (diff) | |
download | linux-b000ae0ec2d709046ac1a3c5722fea417f8a067e.tar.xz |
io_uring/rsrc: optimise single entry advance
Iterating within the first bvec entry should be essentially free, but we
use iov_iter_advance() for that, which shows up in benchmark profiles
taking up to 0.5% of CPU. Replace it with a hand coded version.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions