]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-trace: print result and status in hex format
authorMinwoo Im <minwoo.im.dev@gmail.com>
Wed, 12 Jun 2019 12:45:32 +0000 (21:45 +0900)
committerChristoph Hellwig <hch@lst.de>
Fri, 21 Jun 2019 09:12:37 +0000 (11:12 +0200)
commitde4854fa3b5d50bb524afad038fde811213cc803
tree205caf3037a33284ed2defd99d1e927a022d66e8
parent8c42b2650cbaa1a76b6c0362f7caabe6317a3762
nvme-trace: print result and status in hex format

The "result" field is in 64bit to be printed out which means it could be
like:
  nvme_complete_rq: nvme0: qid=0, cmdid=0, res=18446612684158962624, etries=0, flags=0x0, status=0

Switch both the result and status field to be printed in hexadecimal
format to be easier to read.

Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/trace.h