6486cda6c6
Revamp the qdio performance statistics and move them from procfs to debugfs using the seq_file interface. Since the statistics are not intended for the general user the removal of /proc/qdio_perf should not surprise anyone. The per device statistics are disabled by default, writing 1 to /<debugfs mountpoint>/qdio/<device bus ID>/statistics enables the statistics for the given device. Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
14 lines
460 B
Makefile
14 lines
460 B
Makefile
#
|
|
# Makefile for the S/390 common i/o drivers
|
|
#
|
|
|
|
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
|
|
ccw_device-objs += device.o device_fsm.o device_ops.o
|
|
ccw_device-objs += device_id.o device_pgid.o device_status.o
|
|
obj-y += ccw_device.o cmf.o
|
|
obj-$(CONFIG_CHSC_SCH) += chsc_sch.o
|
|
obj-$(CONFIG_CCWGROUP) += ccwgroup.o
|
|
|
|
qdio-objs := qdio_main.o qdio_thinint.o qdio_debug.o qdio_setup.o
|
|
obj-$(CONFIG_QDIO) += qdio.o
|