nfstrace.c 374 B

1234567891011121314
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Copyright (c) 2013 Trond Myklebust <Trond.Myklebust@netapp.com>
  4. */
  5. #include <linux/nfs_fs.h>
  6. #include <linux/namei.h>
  7. #include "internal.h"
  8. #define CREATE_TRACE_POINTS
  9. #include "nfstrace.h"
  10. EXPORT_TRACEPOINT_SYMBOL_GPL(nfs_fsync_enter);
  11. EXPORT_TRACEPOINT_SYMBOL_GPL(nfs_fsync_exit);
  12. EXPORT_TRACEPOINT_SYMBOL_GPL(nfs_xdr_status);