io_uring: clean up tracing events
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 16 Jun 2022 12:57:20 +0000 (13:57 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Jun 2022 17:32:29 +0000 (11:32 -0600)
commitb0730d95e78f10712903e92f807bb0aefd846a78
treeaf9a0e1d1828d1774b7ded0e13d1b44a845bd24f
parent231aadd53cf700b2783461f6177d4a276cbf2a13
io_uring: clean up tracing events

We have lots of trace events accepting an io_uring request and wanting
to print some of its fields like user_data, opcode, flags and so on.
However, as trace points were unaware of io_uring structures, we had to
pass all the fields as arguments. Teach trace/events/io_uring.h about
struct io_kiocb and stop the misery of passing a horde of arguments to
trace helpers.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/40ff72f92798114e56d400f2b003beb6cde6ef53.1655384063.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/trace/events/io_uring.h
io_uring/io_uring.c
io_uring/poll.c
io_uring/timeout.c