kernel/include/trace/events/libata.h
.. .. @@ -249,6 +249,7 @@ 249 249 __entry->hob_feature = qc->result_tf.hob_feature; 250 250 __entry->nsect = qc->result_tf.nsect; 251 251 __entry->hob_nsect = qc->result_tf.hob_nsect; 252 + __entry->flags = qc->flags;252 253 ), 253 254 254 255 TP_printk("ata_port=%u ata_dev=%u tag=%d flags=%s status=%s " \