]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[SCSI] fnic: Fnic Trace Utility
authorHiral Patel <hiralpat@cisco.com>
Wed, 30 Jan 2013 00:05:20 +0000 (16:05 -0800)
committerJames Bottomley <JBottomley@Parallels.com>
Wed, 30 Jan 2013 03:24:30 +0000 (14:24 +1100)
commit52cb5cbe9b8ed89db0f8c9eeec8410fcfb0887fd
tree35d3a41a3a4bc58b5e80cac29773064e6faead93
parentcb503f939e05120ac65bd1dbfc104b6bb40d47a6
[SCSI] fnic: Fnic Trace Utility

Fnic Trace utility is a tracing functionality built directly into fnic driver
to trace events. The benefit that trace buffer brings to fnic driver is the
ability to see what it happening inside the fnic driver. It also provides the
capability to trace every IO event inside fnic driver to debug panics, hangs
and potentially IO corruption issues. This feature makes it easy to find
problems in fnic driver and it also helps in tracking down strange bugs in a
more manageable way. Trace buffer is shared across all fnic instances for
this implementation.

Signed-off-by: Hiral Patel <hiralpat@cisco.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/fnic/Makefile
drivers/scsi/fnic/fnic.h
drivers/scsi/fnic/fnic_debugfs.c [new file with mode: 0644]
drivers/scsi/fnic/fnic_main.c
drivers/scsi/fnic/fnic_scsi.c
drivers/scsi/fnic/fnic_trace.c [new file with mode: 0644]
drivers/scsi/fnic/fnic_trace.h [new file with mode: 0644]