io_uring: make tracing format consistent
authorDylan Yudaken <dylany@fb.com>
Wed, 16 Mar 2022 09:52:04 +0000 (02:52 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 16 Mar 2022 11:45:28 +0000 (05:45 -0600)
commit052ebf1fbb1cab86b145a68d80219c8c57321cbd
tree4f2014dd93633e33320702a313d4b59e4b9518bf
parent4d9237e32c5db4f07f749a7ff1dd9b366bf3600e
io_uring: make tracing format consistent

Make the tracing formatting for user_data and flags consistent.

Having consistent formatting allows one for example to grep for a specific
user_data/flags and be able to trace a single sqe through easily.

Change user_data to 0x%llx and flags to 0x%x everywhere. The '0x' is
useful to disambiguate for example "user_data 100".

Additionally remove the '=' for flags in io_uring_req_failed, again for consistency.

Signed-off-by: Dylan Yudaken <dylany@fb.com>
Link: https://lore.kernel.org/r/20220316095204.2191498-1-dylany@fb.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/trace/events/io_uring.h