Home
last modified time | relevance | path

Searched refs:debugfs_perf (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/s390/pci/
Dpci_debug.c138 zdev->debugfs_perf = debugfs_create_file("statistics", in zpci_debug_init_device()
142 if (IS_ERR(zdev->debugfs_perf)) in zpci_debug_init_device()
143 zdev->debugfs_perf = NULL; in zpci_debug_init_device()
148 debugfs_remove(zdev->debugfs_perf); in zpci_debug_exit_device()
/linux-4.1.27/drivers/s390/cio/
Dqdio_debug.c323 irq_ptr->debugfs_perf = debugfs_create_file("statistics", in qdio_setup_debug_entries()
327 if (IS_ERR(irq_ptr->debugfs_perf)) in qdio_setup_debug_entries()
328 irq_ptr->debugfs_perf = NULL; in qdio_setup_debug_entries()
345 debugfs_remove(irq_ptr->debugfs_perf); in qdio_shutdown_debug_entries()
Dqdio.h280 struct dentry *debugfs_perf; member
Dqdio_setup.c467 irq_ptr->debugfs_dev = irq_ptr->debugfs_perf = NULL; in qdio_setup_irq()
/linux-4.1.27/arch/s390/include/asm/
Dpci.h121 struct dentry *debugfs_perf; member