Files
linux/include/trace/events
Dylan Yudaken 052ebf1fbb 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>
2022-03-16 05:45:28 -06:00
..
2021-11-10 21:16:56 +00:00
2020-11-30 12:54:01 +00:00
2021-06-29 10:53:52 -07:00
2021-11-02 14:39:20 -05:00
2019-11-08 11:23:37 +01:00
2021-06-29 10:53:52 -07:00
2020-04-22 12:55:54 -07:00
2021-05-12 12:10:23 -07:00
2021-05-31 22:48:24 -04:00
2021-06-29 11:28:21 -07:00
2021-05-14 15:26:03 -07:00
2021-03-23 14:08:18 -04:00