summaryrefslogtreecommitdiffstats
path: root/cddl/usr.sbin
diff options
context:
space:
mode:
authorgnn <gnn@FreeBSD.org>2016-05-19 19:51:39 +0000
committergnn <gnn@FreeBSD.org>2016-05-19 19:51:39 +0000
commitf6dffc405c7096f010b1b300da305496e6eccfbf (patch)
treed8ae9764a9fe69885151446bd98bb00d10a96f32 /cddl/usr.sbin
parent6dc0fa9057a5a2eda45ab244907043956d7cbead (diff)
downloadFreeBSD-src-f6dffc405c7096f010b1b300da305496e6eccfbf.zip
FreeBSD-src-f6dffc405c7096f010b1b300da305496e6eccfbf.tar.gz
Remove the old version of the DTraceToolkit from the source tree.
The DTraceToolkit is part of the Open DTrace effort and is supported on FreeBSD as a port (sysutils/DTraceToolkit) which has been updated to properly track toolkit development upstream. Sponsored by: DARPA, AFRL
Diffstat (limited to 'cddl/usr.sbin')
-rw-r--r--cddl/usr.sbin/Makefile4
-rw-r--r--cddl/usr.sbin/dtruss/Makefile8
-rw-r--r--cddl/usr.sbin/dtruss/Makefile.depend11
-rw-r--r--cddl/usr.sbin/dtruss/dtruss.189
4 files changed, 0 insertions, 112 deletions
diff --git a/cddl/usr.sbin/Makefile b/cddl/usr.sbin/Makefile
index 3610c4e..07dc671 100644
--- a/cddl/usr.sbin/Makefile
+++ b/cddl/usr.sbin/Makefile
@@ -3,7 +3,6 @@
.include <src.opts.mk>
SUBDIR= ${_dtrace} \
- ${_dtruss} \
${_lockstat} \
${_plockstat} \
${_tests} \
@@ -23,14 +22,12 @@ _zhack= zhack
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
_dtrace= dtrace
-_dtruss= dtruss
_lockstat= lockstat
_plockstat= plockstat
.endif
.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm"
_dtrace= dtrace
-_dtruss= dtruss
_lockstat= lockstat
.endif
@@ -40,7 +37,6 @@ _dtrace= dtrace
.if ${MACHINE_CPUARCH} == "powerpc"
_dtrace= dtrace
-_dtruss= dtruss
_lockstat= lockstat
.endif
diff --git a/cddl/usr.sbin/dtruss/Makefile b/cddl/usr.sbin/dtruss/Makefile
deleted file mode 100644
index 39161ec..0000000
--- a/cddl/usr.sbin/dtruss/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../../cddl/contrib/dtracetoolkit
-
-SCRIPTS=dtruss
-MAN=dtruss.1
-
-.include <bsd.prog.mk>
diff --git a/cddl/usr.sbin/dtruss/Makefile.depend b/cddl/usr.sbin/dtruss/Makefile.depend
deleted file mode 100644
index f80275d..0000000
--- a/cddl/usr.sbin/dtruss/Makefile.depend
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-# Autogenerated - do NOT edit!
-
-DIRDEPS = \
-
-
-.include <dirdeps.mk>
-
-.if ${DEP_RELDIR} == ${_DEP_RELDIR}
-# local dependencies - needed for -jN in clean tree
-.endif
diff --git a/cddl/usr.sbin/dtruss/dtruss.1 b/cddl/usr.sbin/dtruss/dtruss.1
deleted file mode 100644
index 416eb04..0000000
--- a/cddl/usr.sbin/dtruss/dtruss.1
+++ /dev/null
@@ -1,89 +0,0 @@
-.\"
-.\" Copyright (c) 2010 The FreeBSD Foundation
-.\" All rights reserved.
-.\"
-.\" This software was developed by Rui Paulo under sponsorship from the
-.\" FreeBSD Foundation.
-.\"
-.\" 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.
-.\"
-.\" $FreeBSD$
-.\"
-.Dd August 26, 2010
-.Dt DTRUSS 1
-.Os
-.Sh NAME
-.Nm dtruss
-.Nd Trace system calls and userland stacks using DTrace
-.Sh SYNOPSIS
-.Nm
-.Op Fl acdefholLs
-.Op Fl t Ar syscall
-.Op Fl n Ar name Fl p Ar pid Ar command
-.Sh DESCRIPTION
-The
-.Nm
-utility traces system calls and (optionally) userland stack traces for the
-specified programs.
-.Pp
-The following options are available:
-.Bl -tag -width indent
-.It Fl p Ar pid
-Trace the process with PID
-.Ar pid .
-.It Fl n Ar name
-Trace the process with name
-.Ar name .
-.It Fl t Ar syscall
-Trace the specified syscall only.
-.It Fl a
-Print all details.
-.It Fl c
-Print syscall counts.
-.It Fl d
-Print relative times (in microseconds).
-.It Fl e
-Print elapsed times (in microseconds).
-.It Fl f
-Follow the children processes.
-.It Fl l
-Force printing PID / TID.
-.It Fl o
-Print time spent on CPU.
-.It Fl s
-Print userland stack backtraces.
-.It Fl L
-Don't print PID / TID.
-.It Fl b Ar bufsize
-Specify the DTrace buffer size.
-.El
-.Sh EXIT STATUS
-.Ex -std
-.Sh SEE ALSO
-.Xr dtrace 1
-.Sh HISTORY
-The
-.Nm
-utility comes from the DTraceToolkit and was first imported into
-.Fx 9.0 .
-.Sh AUTHORS
-.An Brendan Gregg
OpenPOWER on IntegriCloud