This series adds the text representation of opcodes into the trace. This makes it much quicker to understand traces without having to translate opcodes in your head. Patch 1 is the translation function. Patch 2 is a small cleanup Patch 3 uses the translator in the trace logic Dylan Yudaken (3): io_uring: add io_uring_get_opcode io_uring: rename op -> opcode io_uring: use the text representation of ops in trace fs/io_uring.c | 91 +++++++++++++++++++++++++++++++++ include/linux/io_uring.h | 5 ++ include/trace/events/io_uring.h | 42 +++++++++------ 3 files changed, 121 insertions(+), 17 deletions(-) base-commit: 155bc9505dbd6613585abbf0be6466f1c21536c4 -- 2.30.2