diff options
author | Halil Pasic <pasic@linux.ibm.com> | 2018-05-23 04:56:45 +0200 |
---|---|---|
committer | Cornelia Huck <cohuck@redhat.com> | 2018-05-29 09:27:42 +0200 |
commit | 3cd90214b70f7f971496bffc3c34d23b2141feb3 (patch) | |
tree | 480e705ac5e0ef6152d1c4a79ea196e187c9fbdd /drivers/s390/cio/Makefile | |
parent | 6238f92132a6da64b731de1a728fa46ffaa21f62 (diff) | |
download | linux-3cd90214b70f7f971496bffc3c34d23b2141feb3.tar.bz2 |
vfio: ccw: add tracepoints for interesting error paths
Add some tracepoints so we can inspect what is not working as is should.
Signed-off-by: Halil Pasic <pasic@linux.ibm.com>
Signed-off-by: Dong Jia Shi <bjsdjshi@linux.ibm.com>
Message-Id: <20180523025645.8978-5-bjsdjshi@linux.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'drivers/s390/cio/Makefile')
-rw-r--r-- | drivers/s390/cio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/cio/Makefile b/drivers/s390/cio/Makefile index a070ef0efe65..f230516abb96 100644 --- a/drivers/s390/cio/Makefile +++ b/drivers/s390/cio/Makefile @@ -5,6 +5,7 @@ # The following is required for define_trace.h to find ./trace.h CFLAGS_trace.o := -I$(src) +CFLAGS_vfio_ccw_fsm.o := -I$(src) obj-y += airq.o blacklist.o chsc.o cio.o css.o chp.o idset.o isc.o \ fcx.o itcw.o crw.o ccwreq.o trace.o ioasm.o |