Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/cddl/osnet/sys/sys put back the DTRACE macros



details:   https://anonhg.NetBSD.org/src/rev/c3fe3f3a2842
branches:  trunk
changeset: 340802:c3fe3f3a2842
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Oct 02 17:28:57 2015 +0000

description:
put back the DTRACE macros

diffstat:

 external/cddl/osnet/sys/sys/sdt.h |  23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r d2f6de429d2f -r c3fe3f3a2842 external/cddl/osnet/sys/sys/sdt.h
--- a/external/cddl/osnet/sys/sys/sdt.h Fri Oct 02 17:13:58 2015 +0000
+++ b/external/cddl/osnet/sys/sys/sdt.h Fri Oct 02 17:28:57 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sdt.h,v 1.6 2015/10/02 17:13:58 christos Exp $ */
+/*     $NetBSD: sdt.h,v 1.7 2015/10/02 17:28:57 christos Exp $ */
 
 /*-
  * Copyright (c) 2007 Pawel Jakub Dawidek <pjd%FreeBSD.org@localhost>
@@ -33,5 +33,26 @@
 
 #include_next <sys/sdt.h>
 #include <sys/dtrace.h>
+ 
+#undef DTRACE_PROBE
+#undef DTRACE_PROBE1
+#undef DTRACE_PROBE2
+#undef DTRACE_PROBE3
+#undef DTRACE_PROBE4
+#undef DTRACE_PROBE5
+#undef DTRACE_PROBE6
+#undef DTRACE_PROBE7
+
+#define        DTRACE_PROBE(name)
+#define        DTRACE_PROBE1(name, type1, arg1)
+#define        DTRACE_PROBE2(name, type1, arg1, type2, arg2)
+#define        DTRACE_PROBE3(name, type1, arg1, type2, arg2, type3, arg3)
+#define        DTRACE_PROBE4(name, type1, arg1, type2, arg2, type3, arg3, type4, arg4) 
+#define        DTRACE_PROBE5(name, type1, arg1, type2, arg2, type3, arg3, \
+       type4, arg4, type5, arg5)
+#define        DTRACE_PROBE6(name, type1, arg1, type2, arg2, type3, arg3, \
+       type4, arg4, type5, arg5, type6, arg6)
+#define        DTRACE_PROBE7(name, type1, arg1, type2, arg2, type3, arg3, \
+       type4, arg4, type5, arg5, type6, arg6, type7, arg7)
 
 #endif /* _OPENSOLARIS_SYS_SDT_H_ */



Home | Main Index | Thread Index | Old Index