NFSv4: Add tracepoints for debugging state management problems

Set up basic tracepoints for debugging client id creation/destruction
and session creation/destruction.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
Trond Myklebust
2013-08-09 11:51:26 -04:00
parent 1fd1085b49
commit c6d01c6f9b
4 changed files with 245 additions and 1 deletions

10
fs/nfs/nfs4trace.c Normal file
View File

@@ -0,0 +1,10 @@
/*
* Copyright (c) 2013 Trond Myklebust <Trond.Myklebust@netapp.com>
*/
#include <linux/nfs_fs.h>
#include "nfs4_fs.h"
#include "internal.h"
#define CREATE_TRACE_POINTS
#include "nfs4trace.h"