Source-Changes-HG archive

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

[src/trunk]: src/sys/kern DTrace: remove kern_dtrace.c since it is no longer ...



details:   https://anonhg.NetBSD.org/src/rev/df62a4236705
branches:  trunk
changeset: 752339:df62a4236705
user:      darran <darran%NetBSD.org@localhost>
date:      Tue Feb 23 22:22:29 2010 +0000

description:
DTrace: remove kern_dtrace.c since it is no longer used.  (Its functions
are inlined in dtrace_bsd.h).

diffstat:

 sys/kern/kern_dtrace.c |  54 --------------------------------------------------
 1 files changed, 0 insertions(+), 54 deletions(-)

diffs (58 lines):

diff -r d0a63abf3d99 -r df62a4236705 sys/kern/kern_dtrace.c
--- a/sys/kern/kern_dtrace.c    Tue Feb 23 22:21:25 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,54 +0,0 @@
-/*     $NetBSD: kern_dtrace.c,v 1.2 2010/02/23 22:19:27 darran Exp $   */
-
-/*-
- * Copyright (c) 2007-2008 John Birrell <jb%FreeBSD.org@localhost>
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- */
-
-#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_dtrace.c,v 1.2 2010/02/23 22:19:27 darran Exp $");
-
-#include <sys/param.h>
-#include <sys/systm.h>
-#include <sys/kernel.h>
-#include <sys/malloc.h>
-#include <sys/kmem.h>
-#include <sys/proc.h>
-#include <sys/dtrace_bsd.h>
-
-/* Return the DTrace process data size compiled in the kernel hooks. */
-size_t
-kdtrace_proc_size()
-{
-
-       return(KDTRACE_PROC_SIZE);
-}
-
-/* Return the DTrace thread data size compiled in the kernel hooks. */
-size_t
-kdtrace_thread_size()
-{
-
-       return(KDTRACE_THREAD_SIZE);
-}



Home | Main Index | Thread Index | Old Index