aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace
diff options
context:
space:
mode:
authorJohannes Thumshirn <johannes.thumshirn@wdc.com>2025-07-15 13:53:20 +0200
committerJens Axboe <axboe@kernel.dk>2025-07-15 08:03:48 -0600
commitbd116214d53c66dc7f863822af171b20c06b4784 (patch)
tree9327307295b4b731a9137c7b6c706d5347c42c4e /include/trace
parentcb1bdf0797acd79c53a899f72a06ab8c1ebc5bcb (diff)
downloadnet-bd116214d53c66dc7f863822af171b20c06b4784.tar.gz
blktrace: add zoned block commands to blk_fill_rwbs
Add zoned block commands to blk_fill_rwbs: - ZONE APPEND will be decoded as 'ZA' - ZONE RESET will be decoded as 'ZR' - ZONE RESET ALL will be decoded as 'ZRA' - ZONE FINISH will be decoded as 'ZF' - ZONE OPEN will be decoded as 'ZO' - ZONE CLOSE will be decoded as 'ZC' Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Link: https://lore.kernel.org/r/20250715115324.53308-2-johannes.thumshirn@wdc.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/trace')
-rw-r--r--include/trace/events/block.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/block.h b/include/trace/events/block.h
index 14a924c0e3037f..d88669b3ce0258 100644
--- a/include/trace/events/block.h
+++ b/include/trace/events/block.h
@@ -11,7 +11,7 @@
#include <linux/tracepoint.h>
#include <uapi/linux/ioprio.h>
-#define RWBS_LEN 9
+#define RWBS_LEN 10
#define IOPRIO_CLASS_STRINGS \
{ IOPRIO_CLASS_NONE, "none" }, \