1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24# Copyright 2019 OmniOS Community Edition (OmniOSce) Association. 25# Copyright 2020 Peter Tribble 26# 27 28# 29# Copyright (c) 2012 by Delphix. All rights reserved. 30# 31 32set name=pkg.fmri value=pkg:/developer/dtrace@$(PKGVERS) 33set name=pkg.summary value="DTrace Clients" 34set name=pkg.description value="Dynamic Tracing (DTrace) Clients" 35set name=info.classification \ 36 value=org.opensolaris.category.2008:Development/System 37set name=variant.arch value=$(ARCH) 38dir path=usr group=sys 39dir path=usr/demo 40dir path=usr/demo/dtrace 41file path=usr/demo/dtrace/applicat.d 42file path=usr/demo/dtrace/badopen.d 43file path=usr/demo/dtrace/begin.d 44file path=usr/demo/dtrace/callout.d 45file path=usr/demo/dtrace/clause.d 46file path=usr/demo/dtrace/clear.d 47file path=usr/demo/dtrace/countdown.d 48file path=usr/demo/dtrace/counter.d 49file path=usr/demo/dtrace/dateprof.d 50file path=usr/demo/dtrace/delay.d 51file path=usr/demo/dtrace/denorm.d 52file path=usr/demo/dtrace/end.d 53file path=usr/demo/dtrace/error.d 54file path=usr/demo/dtrace/errorpath.d 55file path=usr/demo/dtrace/find.d 56file path=usr/demo/dtrace/firebird.d 57file path=usr/demo/dtrace/hello.d 58file path=usr/demo/dtrace/howlong.d 59file path=usr/demo/dtrace/index.html 60file path=usr/demo/dtrace/interp.d 61file path=usr/demo/dtrace/interval.d 62file path=usr/demo/dtrace/intr.d 63file path=usr/demo/dtrace/iocpu.d 64file path=usr/demo/dtrace/iosnoop.d 65file path=usr/demo/dtrace/iothrough.d 66file path=usr/demo/dtrace/iotime.d 67file path=usr/demo/dtrace/ipio.d 68file path=usr/demo/dtrace/ipproto.d 69$(i386_ONLY)file path=usr/demo/dtrace/iprb.d 70file path=usr/demo/dtrace/kstat.d 71file path=usr/demo/dtrace/ksyms.d 72file path=usr/demo/dtrace/libc.d 73file path=usr/demo/dtrace/lquantize.d 74file path=usr/demo/dtrace/lwptime.d 75file path=usr/demo/dtrace/normalize.d 76file path=usr/demo/dtrace/nscd.d 77file path=usr/demo/dtrace/pri.d 78file path=usr/demo/dtrace/printa.d 79file path=usr/demo/dtrace/pritime.d 80file path=usr/demo/dtrace/prof.d 81file path=usr/demo/dtrace/profpri.d 82file path=usr/demo/dtrace/progtime.d 83file path=usr/demo/dtrace/putnext.d 84file path=usr/demo/dtrace/qlen.d 85file path=usr/demo/dtrace/qtime.d 86file path=usr/demo/dtrace/renormalize.d 87file path=usr/demo/dtrace/restest.d 88file path=usr/demo/dtrace/ring.d 89file path=usr/demo/dtrace/rtime.d 90file path=usr/demo/dtrace/rwinfo.d 91file path=usr/demo/dtrace/rwtime.d 92file path=usr/demo/dtrace/sig.d 93file path=usr/demo/dtrace/soffice.d 94file path=usr/demo/dtrace/spec.d 95file path=usr/demo/dtrace/specopen.d 96file path=usr/demo/dtrace/ssd.d 97file path=usr/demo/dtrace/syscall.d 98file path=usr/demo/dtrace/tcp1stbyte.d 99file path=usr/demo/dtrace/tcpbytes.d 100file path=usr/demo/dtrace/tcpbytesstat.d 101file path=usr/demo/dtrace/tcpconnlat.d 102file path=usr/demo/dtrace/tcpio.d 103file path=usr/demo/dtrace/tcpioflags.d 104file path=usr/demo/dtrace/tcprst.d 105file path=usr/demo/dtrace/tcpsnoop.d 106file path=usr/demo/dtrace/tcpstate.d 107file path=usr/demo/dtrace/tcptop.d 108file path=usr/demo/dtrace/tick.d 109file path=usr/demo/dtrace/ticktime.d 110file path=usr/demo/dtrace/time.d 111file path=usr/demo/dtrace/tracewrite.d 112file path=usr/demo/dtrace/trunc.d 113file path=usr/demo/dtrace/trussrw.d 114file path=usr/demo/dtrace/udpbytes.d 115file path=usr/demo/dtrace/udpbytesstat.d 116file path=usr/demo/dtrace/udpio.d 117file path=usr/demo/dtrace/udpsnoop.d 118file path=usr/demo/dtrace/udptop.d 119file path=usr/demo/dtrace/userfunc.d 120file path=usr/demo/dtrace/whatfor.d 121file path=usr/demo/dtrace/whatlock.d 122file path=usr/demo/dtrace/where.d 123file path=usr/demo/dtrace/whererun.d 124file path=usr/demo/dtrace/whoexec.d 125file path=usr/demo/dtrace/whofor.d 126file path=usr/demo/dtrace/whoio.d 127file path=usr/demo/dtrace/whopreempt.d 128file path=usr/demo/dtrace/whoqueue.d 129file path=usr/demo/dtrace/whosteal.d 130file path=usr/demo/dtrace/whowrite.d 131file path=usr/demo/dtrace/writes.d 132file path=usr/demo/dtrace/writesbycmd.d 133file path=usr/demo/dtrace/writesbycmdfd.d 134file path=usr/demo/dtrace/writetime.d 135file path=usr/demo/dtrace/writetimeq.d 136file path=usr/demo/dtrace/xioctl.d 137file path=usr/demo/dtrace/xterm.d 138file path=usr/demo/dtrace/xwork.d 139dir path=usr/include 140file path=usr/include/dtrace.h 141dir path=usr/include/sys 142file path=usr/include/sys/dtrace.h 143file path=usr/include/sys/dtrace_impl.h 144file path=usr/include/sys/fasttrap.h 145file path=usr/include/sys/fasttrap_impl.h 146file path=usr/include/sys/fasttrap_isa.h 147file path=usr/include/sys/lockstat.h 148file path=usr/include/sys/sdt.h 149dir path=usr/lib 150dir path=usr/lib/$(ARCH64) 151link path=usr/lib/$(ARCH64)/libdtrace.so target=libdtrace.so.1 152file path=usr/lib/$(ARCH64)/libdtrace.so.1 153link path=usr/lib/$(ARCH64)/libdtrace_jni.so target=libdtrace_jni.so.1 154file path=usr/lib/$(ARCH64)/libdtrace_jni.so.1 155dir path=usr/lib/devfsadm group=sys 156dir path=usr/lib/devfsadm/linkmod group=sys 157file path=usr/lib/devfsadm/linkmod/SUNW_dtrace_link.so group=sys 158dir path=usr/lib/dtrace 159dir path=usr/lib/dtrace/64 160file path=usr/lib/dtrace/64/drti.o mode=0444 161file path=usr/lib/dtrace/64/libdtrace_forceload.so mode=0555 162file path=usr/lib/dtrace/drti.o mode=0444 163file path=usr/lib/dtrace/errno.d mode=0444 164file path=usr/lib/dtrace/fc.d mode=0444 165file path=usr/lib/dtrace/io.d mode=0444 166file path=usr/lib/dtrace/ip.d mode=0444 167file path=usr/lib/dtrace/iscsit.d mode=0444 168file path=usr/lib/dtrace/libdtrace_forceload.so mode=0555 169file path=usr/lib/dtrace/net.d mode=0444 170file path=usr/lib/dtrace/nfs.d mode=0444 171file path=usr/lib/dtrace/nfssrv.d mode=0444 172file path=usr/lib/dtrace/procfs.d mode=0444 173file path=usr/lib/dtrace/regs.d mode=0444 174file path=usr/lib/dtrace/sched.d mode=0444 175file path=usr/lib/dtrace/scsi.d mode=0444 176file path=usr/lib/dtrace/signal.d mode=0444 177file path=usr/lib/dtrace/smb.d mode=0444 178file path=usr/lib/dtrace/srp.d mode=0444 179file path=usr/lib/dtrace/sysevent.d mode=0444 180file path=usr/lib/dtrace/tcp.d mode=0444 181file path=usr/lib/dtrace/udp.d mode=0444 182file path=usr/lib/dtrace/unistd.d mode=0444 183link path=usr/lib/libdtrace.so target=libdtrace.so.1 184file path=usr/lib/libdtrace.so.1 185link path=usr/lib/libdtrace_jni.so target=libdtrace_jni.so.1 186file path=usr/lib/libdtrace_jni.so.1 187dir path=usr/lib/mdb group=sys 188dir path=usr/lib/mdb/kvm group=sys 189dir path=usr/lib/mdb/kvm/$(ARCH64) group=sys 190file path=usr/lib/mdb/kvm/$(ARCH64)/dtrace.so group=sys mode=0555 191dir path=usr/lib/mdb/raw group=sys 192dir path=usr/lib/mdb/raw/$(ARCH64) group=sys 193file path=usr/lib/mdb/raw/$(ARCH64)/dof.so group=sys mode=0555 194file path=usr/lib/mdb/raw/dof.so group=sys mode=0555 195dir path=usr/sbin 196dir path=usr/sbin/$(ARCH32) 197file path=usr/sbin/$(ARCH32)/dtrace mode=0555 198$(i386_ONLY)file path=usr/sbin/$(ARCH32)/intrstat mode=0555 199$(i386_ONLY)file path=usr/sbin/$(ARCH32)/lockstat mode=0555 200$(i386_ONLY)file path=usr/sbin/$(ARCH32)/plockstat mode=0555 201dir path=usr/sbin/$(ARCH64) 202file path=usr/sbin/$(ARCH64)/dtrace mode=0555 203file path=usr/sbin/$(ARCH64)/intrstat mode=0555 204file path=usr/sbin/$(ARCH64)/lockstat mode=0555 205file path=usr/sbin/$(ARCH64)/plockstat mode=0555 206hardlink path=usr/sbin/dtrace target=../../usr/lib/isaexec 207hardlink path=usr/sbin/intrstat target=../../usr/lib/isaexec 208hardlink path=usr/sbin/lockstat target=../../usr/lib/isaexec 209hardlink path=usr/sbin/plockstat target=../../usr/lib/isaexec 210dir path=usr/share 211dir path=usr/share/lib 212dir path=usr/share/lib/java group=sys 213file path=usr/share/lib/java/dtrace.jar group=sys 214dir path=usr/share/man/man3lib 215file path=usr/share/man/man3lib/libdtrace.3lib 216dir path=usr/share/man/man8 217file path=usr/share/man/man8/dtrace.8 218file path=usr/share/man/man8/intrstat.8 219file path=usr/share/man/man8/lockstat.8 220file path=usr/share/man/man8/plockstat.8 221legacy pkg=SUNWdtrc desc="Dynamic Tracing (DTrace) Clients" \ 222 name="DTrace Clients" 223license cr_Sun license=cr_Sun 224license lic_CDDL license=lic_CDDL 225