diff options
author | Dylan Yudaken <dylany@fb.com> | 2022-03-16 02:52:04 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-03-16 05:45:28 -0600 |
commit | 052ebf1fbb1cab86b145a68d80219c8c57321cbd (patch) | |
tree | 4f2014dd93633e33320702a313d4b59e4b9518bf /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 4d9237e32c5db4f07f749a7ff1dd9b366bf3600e (diff) |
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>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions