NFS: Add event tracing for generic NFS events
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 19 Aug 2013 22:59:33 +0000 (18:59 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 22 Aug 2013 12:58:17 +0000 (08:58 -0400)
commitf4ce1299b329e96bb247c95c4fee8809827d6931
treeb4056d4f78b0594f84c8e4b3beda565a05751993
parent1264a2f053a32376696e51184f086d35113e75ff
NFS: Add event tracing for generic NFS events

Add tracepoints for inode attribute updates, attribute revalidation,
writeback start/end fsync start/end, attribute change start/end,
permission check start/end.

The intention is to enable performance tracing using 'perf'as well as
improving debugging.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/Makefile
fs/nfs/dir.c
fs/nfs/file.c
fs/nfs/inode.c
fs/nfs/nfstrace.c [new file with mode: 0644]
fs/nfs/nfstrace.h [new file with mode: 0644]
fs/nfs/write.c