io_uring: rename trace_io_uring_submit_sqe() tracepoint
authorJens Axboe <axboe@kernel.dk>
Thu, 30 Mar 2023 16:03:41 +0000 (10:03 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 3 Apr 2023 13:16:15 +0000 (07:16 -0600)
commit2ad57931db641f3de627023afb8147a8ec0b41dc
tree2c97fc99fa0cd8aef802456d7403ceb19aa442cd
parenta282967c848fb1d92c28334430c472da9c334e54
io_uring: rename trace_io_uring_submit_sqe() tracepoint

It has nothing to do with the SQE at this point, it's a request
submission. While in there, get rid of the 'force_nonblock' argument
which is also dead, as we only pass in true.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/trace/events/io_uring.h
io_uring/io_uring.c