diff options
author | Hannes Reinecke <hare@suse.de> | 2015-03-27 18:46:38 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2015-03-27 18:59:22 +0300 |
commit | 255c03d15a29a3ccb7a40d247f02bf38ba3f3592 (patch) | |
tree | f5e7b15d1d04622a464a5eb3d22f5cd171af56f0 /drivers/ata/Makefile | |
parent | a1524f226a02aa6edebd90ae0752e97cfd78b159 (diff) | |
download | linux-255c03d15a29a3ccb7a40d247f02bf38ba3f3592.tar.xz |
libata: Add tracepoints
Add some tracepoints for ata_qc_issue, ata_qc_complete, and
ata_eh_link_autopsy.
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/Makefile')
-rw-r--r-- | drivers/ata/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile index ae41107afc1f..b67e995179a9 100644 --- a/drivers/ata/Makefile +++ b/drivers/ata/Makefile @@ -111,7 +111,8 @@ obj-$(CONFIG_ATA_GENERIC) += ata_generic.o # Should be last libata driver obj-$(CONFIG_PATA_LEGACY) += pata_legacy.o -libata-y := libata-core.o libata-scsi.o libata-eh.o libata-transport.o +libata-y := libata-core.o libata-scsi.o libata-eh.o \ + libata-transport.o libata-trace.o libata-$(CONFIG_ATA_SFF) += libata-sff.o libata-$(CONFIG_SATA_PMP) += libata-pmp.o libata-$(CONFIG_ATA_ACPI) += libata-acpi.o |