summaryrefslogtreecommitdiffstats
path: root/hw/block/trace-events
diff options
context:
space:
mode:
authorKlaus Jensen2020-09-30 01:19:05 +0200
committerKlaus Jensen2020-10-27 11:29:25 +0100
commitdcd1496132704ca16fc857a40370a6b9209341ae (patch)
tree3108341d4f3000d4ff5601e11b0f7fd87082823e /hw/block/trace-events
parenthw/block/nvme: add nsid to get/setfeat trace events (diff)
downloadqemu-dcd1496132704ca16fc857a40370a6b9209341ae.tar.gz
qemu-dcd1496132704ca16fc857a40370a6b9209341ae.tar.xz
qemu-dcd1496132704ca16fc857a40370a6b9209341ae.zip
hw/block/nvme: add trace event for requests with non-zero status code
If a command results in a non-zero status code, trace it. Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Dmitry Fomichev <dmitry.fomichev@wdc.com> Signed-off-by: Klaus Jensen <k.jensen@samsung.com> Signed-off-by: Keith Busch <kbusch@kernel.org>
Diffstat (limited to 'hw/block/trace-events')
-rw-r--r--hw/block/trace-events1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/block/trace-events b/hw/block/trace-events
index 2dc85281dc..cab9913b1f 100644
--- a/hw/block/trace-events
+++ b/hw/block/trace-events
@@ -88,6 +88,7 @@ pci_nvme_mmio_shutdown_cleared(void) "shutdown bit cleared"
# nvme traces for error conditions
pci_nvme_err_mdts(uint16_t cid, size_t len) "cid %"PRIu16" len %zu"
+pci_nvme_err_req_status(uint16_t cid, uint32_t nsid, uint16_t status, uint8_t opc) "cid %"PRIu16" nsid %"PRIu32" status 0x%"PRIx16" opc 0x%"PRIx8""
pci_nvme_err_addr_read(uint64_t addr) "addr 0x%"PRIx64""
pci_nvme_err_addr_write(uint64_t addr) "addr 0x%"PRIx64""
pci_nvme_err_cfs(void) "controller fatal status"