projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3fdea6
)
io_uring: fix io_uring_cqe_overflow trace format
author
Dylan Yudaken
<dylany@fb.com>
Thu, 30 Jun 2022 09:12:30 +0000
(
02:12
-0700)
committer
Jens Axboe
<axboe@kernel.dk>
Mon, 25 Jul 2022 00:39:17 +0000
(18:39 -0600)
Make the trace format consistent with io_uring_complete for cflags
Signed-off-by: Dylan Yudaken <dylany@fb.com>
Link:
https://lore.kernel.org/r/20220630091231.1456789-12-dylany@fb.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/trace/events/io_uring.h
patch
|
blob
|
history
diff --git
a/include/trace/events/io_uring.h
b/include/trace/events/io_uring.h
index 918e3a43e4b280d7a2f34b5945eae1e78dab4a44..95a8cfaad15a03d476fd9c6a12d42a0a041401e8 100644
(file)
--- a/
include/trace/events/io_uring.h
+++ b/
include/trace/events/io_uring.h
@@
-594,7
+594,7
@@
TRACE_EVENT(io_uring_cqe_overflow,
__entry->ocqe = ocqe;
),
- TP_printk("ring %p, user_data 0x%llx, res %d,
flags
%x, "
+ TP_printk("ring %p, user_data 0x%llx, res %d,
cflags 0x
%x, "
"overflow_cqe %p",
__entry->ctx, __entry->user_data, __entry->res,
__entry->cflags, __entry->ocqe)