nfstrace.c 292 B

123456789101112
  1. /*
  2. * Copyright (c) 2013 Trond Myklebust <Trond.Myklebust@netapp.com>
  3. */
  4. #include <linux/nfs_fs.h>
  5. #include <linux/namei.h>
  6. #include "internal.h"
  7. #define CREATE_TRACE_POINTS
  8. #include "nfstrace.h"
  9. EXPORT_TRACEPOINT_SYMBOL_GPL(nfs_fsync_enter);
  10. EXPORT_TRACEPOINT_SYMBOL_GPL(nfs_fsync_exit);