Print this page
NEX-1643 dtrace provider for smbsrv
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Matt Barden <matt.barden@nexenta.com>
NEX-3123 update gate build environment to [open]jdk7
Reviewed by: Gordon Ross <gwr@nexenta.com>
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Jean McCormack <jean.mccormack@nexenta.com>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>


   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 #
  25 
  26 #
  27 # Copyright (c) 2012 by Delphix. All rights reserved.

  28 #
  29 
  30 set name=pkg.fmri value=pkg:/developer/dtrace@$(PKGVERS)
  31 set name=pkg.description value="Dynamic Tracing (DTrace) Clients"
  32 set name=pkg.summary value="DTrace Clients"
  33 set name=info.classification \
  34     value=org.opensolaris.category.2008:Development/System
  35 set name=variant.arch value=$(ARCH)
  36 dir path=usr group=sys
  37 dir path=usr/demo
  38 dir path=usr/demo/dtrace
  39 dir path=usr/include
  40 dir path=usr/include/sys
  41 dir path=usr/lib
  42 dir path=usr/lib/$(ARCH64)
  43 dir path=usr/lib/devfsadm group=sys
  44 dir path=usr/lib/devfsadm/linkmod group=sys
  45 dir path=usr/lib/dtrace
  46 dir path=usr/lib/dtrace/64
  47 dir path=usr/lib/mdb group=sys


 183 file path=usr/lib/$(ARCH64)/libdtrace_jni.so.1
 184 file path=usr/lib/$(ARCH64)/llib-ldtrace.ln
 185 file path=usr/lib/devfsadm/linkmod/SUNW_dtrace_link.so group=sys
 186 file path=usr/lib/dtrace/64/drti.o mode=0444
 187 file path=usr/lib/dtrace/64/libdtrace_forceload.so mode=0555
 188 file path=usr/lib/dtrace/drti.o mode=0444
 189 file path=usr/lib/dtrace/errno.d mode=0444
 190 file path=usr/lib/dtrace/fc.d mode=0444
 191 file path=usr/lib/dtrace/io.d mode=0444
 192 file path=usr/lib/dtrace/ip.d mode=0444
 193 file path=usr/lib/dtrace/iscsit.d mode=0444
 194 file path=usr/lib/dtrace/libdtrace_forceload.so mode=0555
 195 file path=usr/lib/dtrace/net.d mode=0444
 196 file path=usr/lib/dtrace/nfs.d mode=0444
 197 file path=usr/lib/dtrace/nfssrv.d mode=0444
 198 file path=usr/lib/dtrace/procfs.d mode=0444
 199 file path=usr/lib/dtrace/regs.d mode=0444
 200 file path=usr/lib/dtrace/sched.d mode=0444
 201 file path=usr/lib/dtrace/scsi.d mode=0444
 202 file path=usr/lib/dtrace/signal.d mode=0444

 203 file path=usr/lib/dtrace/srp.d mode=0444
 204 file path=usr/lib/dtrace/sysevent.d mode=0444
 205 file path=usr/lib/dtrace/tcp.d mode=0444
 206 file path=usr/lib/dtrace/udp.d mode=0444
 207 file path=usr/lib/dtrace/unistd.d mode=0444
 208 file path=usr/lib/libdtrace.so.1
 209 file path=usr/lib/libdtrace_jni.so.1
 210 file path=usr/lib/llib-ldtrace
 211 file path=usr/lib/llib-ldtrace.ln
 212 file path=usr/lib/mdb/kvm/$(ARCH64)/dtrace.so group=sys mode=0555
 213 file path=usr/lib/mdb/raw/$(ARCH64)/dof.so group=sys mode=0555
 214 file path=usr/lib/mdb/raw/dof.so group=sys mode=0555
 215 file path=usr/sbin/$(ARCH32)/dtrace mode=0555
 216 $(i386_ONLY)file path=usr/sbin/$(ARCH32)/intrstat mode=0555
 217 $(i386_ONLY)file path=usr/sbin/$(ARCH32)/lockstat mode=0555
 218 $(i386_ONLY)file path=usr/sbin/$(ARCH32)/plockstat mode=0555
 219 file path=usr/sbin/$(ARCH64)/dtrace mode=0555
 220 file path=usr/sbin/$(ARCH64)/intrstat mode=0555
 221 file path=usr/sbin/$(ARCH64)/lockstat mode=0555
 222 file path=usr/sbin/$(ARCH64)/plockstat mode=0555




   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 #
  25 
  26 #
  27 # Copyright (c) 2012 by Delphix. All rights reserved.
  28 # Copyright 2014 PALO, Richard. All rights reserved.
  29 #
  30 
  31 set name=pkg.fmri value=pkg:/developer/dtrace@$(PKGVERS)
  32 set name=pkg.description value="Dynamic Tracing (DTrace) Clients"
  33 set name=pkg.summary value="DTrace Clients"
  34 set name=info.classification \
  35     value=org.opensolaris.category.2008:Development/System
  36 set name=variant.arch value=$(ARCH)
  37 dir path=usr group=sys
  38 dir path=usr/demo
  39 dir path=usr/demo/dtrace
  40 dir path=usr/include
  41 dir path=usr/include/sys
  42 dir path=usr/lib
  43 dir path=usr/lib/$(ARCH64)
  44 dir path=usr/lib/devfsadm group=sys
  45 dir path=usr/lib/devfsadm/linkmod group=sys
  46 dir path=usr/lib/dtrace
  47 dir path=usr/lib/dtrace/64
  48 dir path=usr/lib/mdb group=sys


 184 file path=usr/lib/$(ARCH64)/libdtrace_jni.so.1
 185 file path=usr/lib/$(ARCH64)/llib-ldtrace.ln
 186 file path=usr/lib/devfsadm/linkmod/SUNW_dtrace_link.so group=sys
 187 file path=usr/lib/dtrace/64/drti.o mode=0444
 188 file path=usr/lib/dtrace/64/libdtrace_forceload.so mode=0555
 189 file path=usr/lib/dtrace/drti.o mode=0444
 190 file path=usr/lib/dtrace/errno.d mode=0444
 191 file path=usr/lib/dtrace/fc.d mode=0444
 192 file path=usr/lib/dtrace/io.d mode=0444
 193 file path=usr/lib/dtrace/ip.d mode=0444
 194 file path=usr/lib/dtrace/iscsit.d mode=0444
 195 file path=usr/lib/dtrace/libdtrace_forceload.so mode=0555
 196 file path=usr/lib/dtrace/net.d mode=0444
 197 file path=usr/lib/dtrace/nfs.d mode=0444
 198 file path=usr/lib/dtrace/nfssrv.d mode=0444
 199 file path=usr/lib/dtrace/procfs.d mode=0444
 200 file path=usr/lib/dtrace/regs.d mode=0444
 201 file path=usr/lib/dtrace/sched.d mode=0444
 202 file path=usr/lib/dtrace/scsi.d mode=0444
 203 file path=usr/lib/dtrace/signal.d mode=0444
 204 file path=usr/lib/dtrace/smb.d mode=0444
 205 file path=usr/lib/dtrace/srp.d mode=0444
 206 file path=usr/lib/dtrace/sysevent.d mode=0444
 207 file path=usr/lib/dtrace/tcp.d mode=0444
 208 file path=usr/lib/dtrace/udp.d mode=0444
 209 file path=usr/lib/dtrace/unistd.d mode=0444
 210 file path=usr/lib/libdtrace.so.1
 211 file path=usr/lib/libdtrace_jni.so.1
 212 file path=usr/lib/llib-ldtrace
 213 file path=usr/lib/llib-ldtrace.ln
 214 file path=usr/lib/mdb/kvm/$(ARCH64)/dtrace.so group=sys mode=0555
 215 file path=usr/lib/mdb/raw/$(ARCH64)/dof.so group=sys mode=0555
 216 file path=usr/lib/mdb/raw/dof.so group=sys mode=0555
 217 file path=usr/sbin/$(ARCH32)/dtrace mode=0555
 218 $(i386_ONLY)file path=usr/sbin/$(ARCH32)/intrstat mode=0555
 219 $(i386_ONLY)file path=usr/sbin/$(ARCH32)/lockstat mode=0555
 220 $(i386_ONLY)file path=usr/sbin/$(ARCH32)/plockstat mode=0555
 221 file path=usr/sbin/$(ARCH64)/dtrace mode=0555
 222 file path=usr/sbin/$(ARCH64)/intrstat mode=0555
 223 file path=usr/sbin/$(ARCH64)/lockstat mode=0555
 224 file path=usr/sbin/$(ARCH64)/plockstat mode=0555