xref: /openbmc/linux/fs/nfs/nfs4trace.c (revision b2441318)
1b2441318SGreg Kroah-Hartman // SPDX-License-Identifier: GPL-2.0
2c6d01c6fSTrond Myklebust /*
3c6d01c6fSTrond Myklebust  * Copyright (c) 2013 Trond Myklebust <Trond.Myklebust@netapp.com>
4c6d01c6fSTrond Myklebust  */
5c6d01c6fSTrond Myklebust #include <linux/nfs_fs.h>
6c6d01c6fSTrond Myklebust #include "nfs4_fs.h"
7c6d01c6fSTrond Myklebust #include "internal.h"
82f92ae34STrond Myklebust #include "nfs4session.h"
92f92ae34STrond Myklebust #include "callback.h"
10f4848303STrond Myklebust #include "pnfs.h"
11c6d01c6fSTrond Myklebust 
12c6d01c6fSTrond Myklebust #define CREATE_TRACE_POINTS
13c6d01c6fSTrond Myklebust #include "nfs4trace.h"
14c6d01c6fSTrond Myklebust 
15cc668ab3STrond Myklebust #ifdef CONFIG_NFS_V4_1
16cc668ab3STrond Myklebust EXPORT_TRACEPOINT_SYMBOL_GPL(nfs4_pnfs_read);
17cc668ab3STrond Myklebust EXPORT_TRACEPOINT_SYMBOL_GPL(nfs4_pnfs_write);
18cc668ab3STrond Myklebust EXPORT_TRACEPOINT_SYMBOL_GPL(nfs4_pnfs_commit_ds);
19cc668ab3STrond Myklebust #endif
20