]> git.proxmox.com Git - mirror_zfs-debian.git/blobdiff - include/sys/trace_dnode.h
New upstream version 0.7.2
[mirror_zfs-debian.git] / include / sys / trace_dnode.h
index ee63c29cd119d2d436738496142f2ef34ef610e4..7196a497d506cfd05c6bf344932352f339885ab2 100644 (file)
@@ -41,7 +41,7 @@
  *     int64_t, ...,
  *     uint32_t, ...);
  */
-
+/* BEGIN CSTYLED */
 DECLARE_EVENT_CLASS(zfs_dnode_move_class,
        TP_PROTO(dnode_t *dn, int64_t refcount, uint32_t dbufs),
        TP_ARGS(dn, refcount, dbufs),
@@ -102,11 +102,14 @@ DECLARE_EVENT_CLASS(zfs_dnode_move_class,
            __entry->dn_maxblkid, __entry->dn_tx_holds, __entry->dn_holds,
            __entry->dn_have_spill, __entry->refcount, __entry->dbufs)
 );
+/* END CSTYLED */
 
+/* BEGIN CSTYLED */
 #define        DEFINE_DNODE_MOVE_EVENT(name) \
 DEFINE_EVENT(zfs_dnode_move_class, name, \
        TP_PROTO(dnode_t *dn, int64_t refcount, uint32_t dbufs), \
        TP_ARGS(dn, refcount, dbufs))
+/* END CSTYLED */
 DEFINE_DNODE_MOVE_EVENT(zfs_dnode__move);
 
 #endif /* _TRACE_DNODE_H */