Blame view

fs/nfs/nfstrace.c 292 Bytes
f4ce1299b   Trond Myklebust   NFS: Add event tr...
1
2
3
4
  /*
   * Copyright (c) 2013 Trond Myklebust <Trond.Myklebust@netapp.com>
   */
  #include <linux/nfs_fs.h>
6e0d0be71   Trond Myklebust   NFS: Add event tr...
5
  #include <linux/namei.h>
f4ce1299b   Trond Myklebust   NFS: Add event tr...
6
7
8
9
  #include "internal.h"
  
  #define CREATE_TRACE_POINTS
  #include "nfstrace.h"
81b79afb5   Trond Myklebust   NFSv4: Allow trac...
10
11
12
  
  EXPORT_TRACEPOINT_SYMBOL_GPL(nfs_fsync_enter);
  EXPORT_TRACEPOINT_SYMBOL_GPL(nfs_fsync_exit);