]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring: clean up cqe trace points
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 18 Oct 2024 16:14:00 +0000 (17:14 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 29 Oct 2024 19:43:27 +0000 (13:43 -0600)
commit2946f08ae9ed650b94e0ffebcdfdda8de76bd926
tree464f90750fe641ba540963da88e050789c8689c0
parent9b296c625ac1d2ca9b129743c3f886bf7a0f471d
io_uring: clean up cqe trace points

We have too many helpers posting CQEs, instead of tracing completion
events before filling in a CQE and thus having to pass all the data,
set the CQE first, pass it to the tracing helper and let it extract
everything it needs.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/b83c1ca9ee5aed2df0f3bb743bf5ed699cce4c86.1729267437.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/io_uring_types.h
include/trace/events/io_uring.h
io_uring/io_uring.c
io_uring/io_uring.h