projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33337d0
)
io_uring: rename op -> opcode
author
Dylan Yudaken
<dylany@fb.com>
Tue, 26 Apr 2022 08:29:06 +0000
(
01:29
-0700)
committer
Jens Axboe
<axboe@kernel.dk>
Tue, 26 Apr 2022 12:50:42 +0000
(06:50 -0600)
do this for consistency with the other trace messages
Signed-off-by: Dylan Yudaken <dylany@fb.com>
Link:
https://lore.kernel.org/r/20220426082907.3600028-4-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
05b786f
..
42c7e1a
100644
(file)
--- a/
include/trace/events/io_uring.h
+++ b/
include/trace/events/io_uring.h
@@
-530,7
+530,7
@@
TRACE_EVENT(io_uring_req_failed,
),
TP_printk("ring %p, req %p, user_data 0x%llx, "
- "op %d, flags 0x%x, prio=%d, off=%llu, addr=%llu, "
+ "op
code
%d, flags 0x%x, prio=%d, off=%llu, addr=%llu, "
"len=%u, rw_flags=0x%x, buf_index=%d, "
"personality=%d, file_index=%d, pad=0x%llx, addr3=%llx, "
"error=%d",