aboutsummaryrefslogtreecommitdiff
path: root/include/trace
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org> 2022-06-24 11:12:34 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org> 2022-06-24 11:12:34 -0700
commit43627618a0dff4d7b2d743c2b57e0130f3fa6a7e (patch)
tree85274ea2eef83e653b8e7dfc4f5e16f36422983e /include/trace
parentMerge tag 'block-5.19-2022-06-24' of git://git.kernel.dk/linux-block (diff)
parentata: libata: add qc->flags in ata_qc_complete_template tracepoint (diff)
downloadlinux-43627618a0dff4d7b2d743c2b57e0130f3fa6a7e.tar.gz
linux-43627618a0dff4d7b2d743c2b57e0130f3fa6a7e.tar.bz2
linux-43627618a0dff4d7b2d743c2b57e0130f3fa6a7e.zip
Merge tag 'ata-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata
Pull ATA fix from Damien Le Moal: - a single patch to fix tracing of command completion (Edward) * tag 'ata-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata: ata: libata: add qc->flags in ata_qc_complete_template tracepoint
Diffstat (limited to 'include/trace')
-rw-r--r--include/trace/events/libata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/trace/events/libata.h b/include/trace/events/libata.h
index d4e631aa976f..6025dd8ba4aa 100644
--- a/include/trace/events/libata.h
+++ b/include/trace/events/libata.h
@@ -288,6 +288,7 @@ DECLARE_EVENT_CLASS(ata_qc_complete_template,
__entry->hob_feature = qc->result_tf.hob_feature;
__entry->nsect = qc->result_tf.nsect;
__entry->hob_nsect = qc->result_tf.hob_nsect;
+ __entry->flags = qc->flags;
),
TP_printk("ata_port=%u ata_dev=%u tag=%d flags=%s status=%s " \