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 we don't need any of this now.



details:   https://anonhg.NetBSD.org/src/rev/d2f6de429d2f
branches:  trunk
changeset: 340801:d2f6de429d2f
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Oct 02 17:13:58 2015 +0000

description:
we don't need any of this now.

diffstat:

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

diffs (47 lines):

diff -r 021c924aa656 -r d2f6de429d2f external/cddl/osnet/sys/sys/sdt.h
--- a/external/cddl/osnet/sys/sys/sdt.h Fri Oct 02 17:13:32 2015 +0000
+++ b/external/cddl/osnet/sys/sys/sdt.h Fri Oct 02 17:13:58 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sdt.h,v 1.5 2010/03/01 23:42:41 darran Exp $   */
+/*     $NetBSD: sdt.h,v 1.6 2015/10/02 17:13:58 christos Exp $ */
 
 /*-
  * Copyright (c) 2007 Pawel Jakub Dawidek <pjd%FreeBSD.org@localhost>
@@ -34,37 +34,4 @@
 #include_next <sys/sdt.h>
 #include <sys/dtrace.h>
 
-#ifdef _KERNEL
-typedef struct {
-    char                       name[SDT_MAX_NAME_SIZE];
-    dtrace_provider_id_t       id;
-    dtrace_pattr_t             attr;
-    sdt_probe_t                        *probes[];
-} sdt_provider_t;
-
-int sdt_register(sdt_provider_t *);
-int sdt_unregister(sdt_provider_t *);
-#endif /* _KERNEL */
-
-#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