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# 25 26set name=pkg.fmri value=pkg:/developer/dtrace@$(PKGVERS) 27set name=pkg.description value="Dynamic Tracing (DTrace) Clients" 28set name=pkg.summary value="DTrace Clients" 29set name=info.classification \ 30 value=org.opensolaris.category.2008:Development/System 31set name=variant.arch value=$(ARCH) 32set name=variant.opensolaris.zone value=global value=nonglobal 33dir path=usr group=sys 34dir path=usr/demo 35dir path=usr/demo/dtrace 36dir path=usr/include 37dir path=usr/include/sys 38dir path=usr/lib 39dir path=usr/lib/$(ARCH64) 40dir path=usr/lib/devfsadm group=sys 41dir path=usr/lib/devfsadm/linkmod group=sys 42dir path=usr/lib/dtrace 43dir path=usr/lib/dtrace/64 44dir path=usr/lib/mdb group=sys 45dir path=usr/lib/mdb/kvm group=sys 46dir path=usr/lib/mdb/kvm/$(ARCH64) group=sys 47dir path=usr/lib/mdb/raw group=sys 48dir path=usr/lib/mdb/raw/$(ARCH64) group=sys 49dir path=usr/sbin 50dir path=usr/sbin/$(ARCH32) 51dir path=usr/sbin/$(ARCH64) 52dir path=usr/share group=sys 53dir path=usr/share/lib group=sys 54dir path=usr/share/lib/java group=sys 55dir path=usr/share/lib/java/javadoc group=other 56dir path=usr/share/lib/java/javadoc/dtrace group=other 57dir path=usr/share/lib/java/javadoc/dtrace/api group=other 58dir path=usr/share/lib/java/javadoc/dtrace/api/org group=other 59dir path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris group=other 60dir path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os group=other 61dir path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace \ 62 group=other 63dir \ 64 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use \ 65 group=other 66dir path=usr/share/lib/java/javadoc/dtrace/api/resources group=other 67dir path=usr/share/lib/java/javadoc/dtrace/examples group=other 68dir path=usr/share/lib/java/javadoc/dtrace/html group=other 69dir path=usr/share/lib/java/javadoc/dtrace/images group=other 70file path=usr/demo/dtrace/applicat.d 71file path=usr/demo/dtrace/badopen.d 72file path=usr/demo/dtrace/begin.d 73file path=usr/demo/dtrace/callout.d 74file path=usr/demo/dtrace/clause.d 75file path=usr/demo/dtrace/clear.d 76file path=usr/demo/dtrace/countdown.d 77file path=usr/demo/dtrace/counter.d 78file path=usr/demo/dtrace/dateprof.d 79file path=usr/demo/dtrace/delay.d 80file path=usr/demo/dtrace/denorm.d 81file path=usr/demo/dtrace/end.d 82file path=usr/demo/dtrace/error.d 83file path=usr/demo/dtrace/errorpath.d 84file path=usr/demo/dtrace/find.d 85file path=usr/demo/dtrace/firebird.d 86file path=usr/demo/dtrace/hello.d 87file path=usr/demo/dtrace/howlong.d 88file path=usr/demo/dtrace/index.html 89file path=usr/demo/dtrace/interp.d 90file path=usr/demo/dtrace/interval.d 91file path=usr/demo/dtrace/intr.d 92file path=usr/demo/dtrace/iocpu.d 93file path=usr/demo/dtrace/iosnoop.d 94file path=usr/demo/dtrace/iothrough.d 95file path=usr/demo/dtrace/iotime.d 96file path=usr/demo/dtrace/ipio.d 97file path=usr/demo/dtrace/ipproto.d 98file path=usr/demo/dtrace/iprb.d 99file path=usr/demo/dtrace/kstat.d 100file path=usr/demo/dtrace/ksyms.d 101file path=usr/demo/dtrace/libc.d 102file path=usr/demo/dtrace/lquantize.d 103file path=usr/demo/dtrace/lwptime.d 104file path=usr/demo/dtrace/normalize.d 105file path=usr/demo/dtrace/nscd.d 106file path=usr/demo/dtrace/pri.d 107file path=usr/demo/dtrace/printa.d 108file path=usr/demo/dtrace/pritime.d 109file path=usr/demo/dtrace/prof.d 110file path=usr/demo/dtrace/profpri.d 111file path=usr/demo/dtrace/progtime.d 112file path=usr/demo/dtrace/putnext.d 113file path=usr/demo/dtrace/qlen.d 114file path=usr/demo/dtrace/qtime.d 115file path=usr/demo/dtrace/renormalize.d 116file path=usr/demo/dtrace/restest.d 117file path=usr/demo/dtrace/ring.d 118file path=usr/demo/dtrace/rtime.d 119file path=usr/demo/dtrace/rwinfo.d 120file path=usr/demo/dtrace/rwtime.d 121file path=usr/demo/dtrace/sig.d 122file path=usr/demo/dtrace/soffice.d 123file path=usr/demo/dtrace/spec.d 124file path=usr/demo/dtrace/specopen.d 125file path=usr/demo/dtrace/ssd.d 126file path=usr/demo/dtrace/syscall.d 127file path=usr/demo/dtrace/tcp1stbyte.d 128file path=usr/demo/dtrace/tcpbytes.d 129file path=usr/demo/dtrace/tcpbytesstat.d 130file path=usr/demo/dtrace/tcpconnlat.d 131file path=usr/demo/dtrace/tcpio.d 132file path=usr/demo/dtrace/tcpioflags.d 133file path=usr/demo/dtrace/tcprst.d 134file path=usr/demo/dtrace/tcpsnoop.d 135file path=usr/demo/dtrace/tcpstate.d 136file path=usr/demo/dtrace/tcptop.d 137file path=usr/demo/dtrace/tick.d 138file path=usr/demo/dtrace/ticktime.d 139file path=usr/demo/dtrace/time.d 140file path=usr/demo/dtrace/tracewrite.d 141file path=usr/demo/dtrace/trunc.d 142file path=usr/demo/dtrace/trussrw.d 143file path=usr/demo/dtrace/udpbytes.d 144file path=usr/demo/dtrace/udpbytesstat.d 145file path=usr/demo/dtrace/udpio.d 146file path=usr/demo/dtrace/udpsnoop.d 147file path=usr/demo/dtrace/udptop.d 148file path=usr/demo/dtrace/userfunc.d 149file path=usr/demo/dtrace/whatfor.d 150file path=usr/demo/dtrace/whatlock.d 151file path=usr/demo/dtrace/where.d 152file path=usr/demo/dtrace/whererun.d 153file path=usr/demo/dtrace/whoexec.d 154file path=usr/demo/dtrace/whofor.d 155file path=usr/demo/dtrace/whoio.d 156file path=usr/demo/dtrace/whopreempt.d 157file path=usr/demo/dtrace/whoqueue.d 158file path=usr/demo/dtrace/whosteal.d 159file path=usr/demo/dtrace/whowrite.d 160file path=usr/demo/dtrace/writes.d 161file path=usr/demo/dtrace/writesbycmd.d 162file path=usr/demo/dtrace/writesbycmdfd.d 163file path=usr/demo/dtrace/writetime.d 164file path=usr/demo/dtrace/writetimeq.d 165file path=usr/demo/dtrace/xioctl.d 166file path=usr/demo/dtrace/xterm.d 167file path=usr/demo/dtrace/xwork.d 168file path=usr/include/dtrace.h 169file path=usr/include/sys/dtrace.h 170file path=usr/include/sys/dtrace_impl.h 171file path=usr/include/sys/fasttrap.h 172file path=usr/include/sys/fasttrap_impl.h 173file path=usr/include/sys/fasttrap_isa.h 174file path=usr/include/sys/lockstat.h 175file path=usr/include/sys/sdt.h 176file path=usr/lib/$(ARCH64)/libdtrace.so.1 177file path=usr/lib/$(ARCH64)/libdtrace_jni.so.1 178file path=usr/lib/$(ARCH64)/llib-ldtrace.ln 179file path=usr/lib/devfsadm/linkmod/SUNW_dtrace_link.so group=sys 180file path=usr/lib/dtrace/64/drti.o 181file path=usr/lib/dtrace/drti.o 182file path=usr/lib/dtrace/errno.d 183file path=usr/lib/dtrace/fc.d 184file path=usr/lib/dtrace/io.d 185file path=usr/lib/dtrace/ip.d 186file path=usr/lib/dtrace/iscsit.d 187file path=usr/lib/dtrace/net.d 188file path=usr/lib/dtrace/nfs.d 189file path=usr/lib/dtrace/procfs.d 190file path=usr/lib/dtrace/regs.d 191file path=usr/lib/dtrace/sched.d 192file path=usr/lib/dtrace/scsi.d 193file path=usr/lib/dtrace/signal.d 194file path=usr/lib/dtrace/srp.d 195file path=usr/lib/dtrace/sysevent.d 196file path=usr/lib/dtrace/tcp.d 197file path=usr/lib/dtrace/udp.d 198file path=usr/lib/dtrace/unistd.d 199file path=usr/lib/libdtrace.so.1 200file path=usr/lib/libdtrace_jni.so.1 201file path=usr/lib/llib-ldtrace 202file path=usr/lib/llib-ldtrace.ln 203file path=usr/lib/mdb/kvm/$(ARCH64)/dtrace.so group=sys mode=0555 204$(i386_ONLY)file path=usr/lib/mdb/kvm/dtrace.so group=sys mode=0555 205file path=usr/lib/mdb/raw/$(ARCH64)/dof.so group=sys mode=0555 206file path=usr/lib/mdb/raw/dof.so group=sys mode=0555 207file path=usr/sbin/$(ARCH32)/dtrace mode=0555 208$(i386_ONLY)file path=usr/sbin/$(ARCH32)/intrstat mode=0555 209$(i386_ONLY)file path=usr/sbin/$(ARCH32)/lockstat mode=0555 210$(i386_ONLY)file path=usr/sbin/$(ARCH32)/plockstat mode=0555 211file path=usr/sbin/$(ARCH64)/dtrace mode=0555 212file path=usr/sbin/$(ARCH64)/intrstat mode=0555 213file path=usr/sbin/$(ARCH64)/lockstat mode=0555 214file path=usr/sbin/$(ARCH64)/plockstat mode=0555 215file path=usr/share/lib/java/dtrace.jar group=sys 216file path=usr/share/lib/java/javadoc/dtrace/api/allclasses-frame.html \ 217 group=other 218file path=usr/share/lib/java/javadoc/dtrace/api/allclasses-noframe.html \ 219 group=other 220file path=usr/share/lib/java/javadoc/dtrace/api/constant-values.html group=other 221file path=usr/share/lib/java/javadoc/dtrace/api/deprecated-list.html group=other 222file path=usr/share/lib/java/javadoc/dtrace/api/help-doc.html group=other 223file path=usr/share/lib/java/javadoc/dtrace/api/index-all.html group=other 224file path=usr/share/lib/java/javadoc/dtrace/api/index.html group=other 225file \ 226 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/Aggregate.html \ 227 group=other 228file \ 229 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/Aggregation.html \ 230 group=other 231file \ 232 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/AggregationRecord.html \ 233 group=other 234file \ 235 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/AggregationValue.html \ 236 group=other 237file \ 238 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/AvgValue.html \ 239 group=other 240file \ 241 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/Consumer.OpenFlag.html \ 242 group=other 243file \ 244 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/Consumer.html \ 245 group=other 246file \ 247 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/ConsumerAdapter.html \ 248 group=other 249file \ 250 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/ConsumerEvent.html \ 251 group=other 252file \ 253 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/ConsumerException.html \ 254 group=other 255file \ 256 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/ConsumerListener.html \ 257 group=other 258file \ 259 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/CountValue.html \ 260 group=other 261file \ 262 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/DTraceException.html \ 263 group=other 264file \ 265 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/DataEvent.html \ 266 group=other 267file \ 268 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/Distribution.Bucket.html \ 269 group=other 270file \ 271 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/Distribution.html \ 272 group=other 273file \ 274 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/Drop.Kind.html \ 275 group=other 276file \ 277 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/Drop.html \ 278 group=other 279file \ 280 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/DropEvent.html \ 281 group=other 282file \ 283 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/Error.html \ 284 group=other 285file \ 286 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/ErrorEvent.html \ 287 group=other 288file \ 289 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/ExceptionHandler.html \ 290 group=other 291file \ 292 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/ExitRecord.html \ 293 group=other 294file \ 295 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/Flow.Kind.html \ 296 group=other 297file \ 298 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/Flow.html \ 299 group=other 300file \ 301 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/InterfaceAttributes.DependencyClass.html \ 302 group=other 303file \ 304 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/InterfaceAttributes.Stability.html \ 305 group=other 306file \ 307 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/InterfaceAttributes.html \ 308 group=other 309file \ 310 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/KernelStackRecord.html \ 311 group=other 312file \ 313 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/KernelSymbolRecord.html \ 314 group=other 315file \ 316 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/LinearDistribution.html \ 317 group=other 318file \ 319 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/LocalConsumer.html \ 320 group=other 321file \ 322 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/LogDistribution.html \ 323 group=other 324file \ 325 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/MaxValue.html \ 326 group=other 327file \ 328 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/MinValue.html \ 329 group=other 330file \ 331 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/Option.html \ 332 group=other 333file \ 334 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/PrintaRecord.html \ 335 group=other 336file \ 337 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/PrintfRecord.html \ 338 group=other 339file \ 340 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/Probe.html \ 341 group=other 342file \ 343 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/ProbeData.KeyField.html \ 344 group=other 345file \ 346 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/ProbeData.html \ 347 group=other 348file \ 349 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/ProbeDescription.Spec.html \ 350 group=other 351file \ 352 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/ProbeDescription.html \ 353 group=other 354file \ 355 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/ProbeInfo.html \ 356 group=other 357file \ 358 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/ProcessEvent.html \ 359 group=other 360file \ 361 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/ProcessState.State.html \ 362 group=other 363file \ 364 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/ProcessState.html \ 365 group=other 366file \ 367 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/Program.File.html \ 368 group=other 369file \ 370 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/Program.html \ 371 group=other 372file \ 373 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/ProgramInfo.html \ 374 group=other 375file \ 376 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/Record.html \ 377 group=other 378file \ 379 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/ScalarRecord.html \ 380 group=other 381file \ 382 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/StackFrame.html \ 383 group=other 384file \ 385 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/StackValueRecord.html \ 386 group=other 387file \ 388 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/StddevValue.html \ 389 group=other 390file \ 391 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/SumValue.html \ 392 group=other 393file \ 394 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/SymbolValueRecord.html \ 395 group=other 396file \ 397 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/Tuple.html \ 398 group=other 399file \ 400 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/UserStackRecord.html \ 401 group=other 402file \ 403 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/UserSymbolRecord.Value.html \ 404 group=other 405file \ 406 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/UserSymbolRecord.html \ 407 group=other 408file \ 409 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/ValueRecord.html \ 410 group=other 411file \ 412 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/Aggregate.html \ 413 group=other 414file \ 415 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/Aggregation.html \ 416 group=other 417file \ 418 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/AggregationRecord.html \ 419 group=other 420file \ 421 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/AggregationValue.html \ 422 group=other 423file \ 424 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/AvgValue.html \ 425 group=other 426file \ 427 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/Consumer.OpenFlag.html \ 428 group=other 429file \ 430 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/Consumer.html \ 431 group=other 432file \ 433 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/ConsumerAdapter.html \ 434 group=other 435file \ 436 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/ConsumerEvent.html \ 437 group=other 438file \ 439 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/ConsumerException.html \ 440 group=other 441file \ 442 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/ConsumerListener.html \ 443 group=other 444file \ 445 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/CountValue.html \ 446 group=other 447file \ 448 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/DTraceException.html \ 449 group=other 450file \ 451 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/DataEvent.html \ 452 group=other 453file \ 454 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/Distribution.Bucket.html \ 455 group=other 456file \ 457 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/Distribution.html \ 458 group=other 459file \ 460 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/Drop.Kind.html \ 461 group=other 462file \ 463 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/Drop.html \ 464 group=other 465file \ 466 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/DropEvent.html \ 467 group=other 468file \ 469 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/Error.html \ 470 group=other 471file \ 472 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/ErrorEvent.html \ 473 group=other 474file \ 475 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/ExceptionHandler.html \ 476 group=other 477file \ 478 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/ExitRecord.html \ 479 group=other 480file \ 481 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/Flow.Kind.html \ 482 group=other 483file \ 484 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/Flow.html \ 485 group=other 486file \ 487 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/InterfaceAttributes.DependencyClass.html \ 488 group=other 489file \ 490 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/InterfaceAttributes.Stability.html \ 491 group=other 492file \ 493 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/InterfaceAttributes.html \ 494 group=other 495file \ 496 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/KernelStackRecord.html \ 497 group=other 498file \ 499 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/KernelSymbolRecord.html \ 500 group=other 501file \ 502 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/LinearDistribution.html \ 503 group=other 504file \ 505 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/LocalConsumer.html \ 506 group=other 507file \ 508 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/LogDistribution.html \ 509 group=other 510file \ 511 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/MaxValue.html \ 512 group=other 513file \ 514 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/MinValue.html \ 515 group=other 516file \ 517 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/Option.html \ 518 group=other 519file \ 520 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/PrintaRecord.html \ 521 group=other 522file \ 523 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/PrintfRecord.html \ 524 group=other 525file \ 526 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/Probe.html \ 527 group=other 528file \ 529 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/ProbeData.KeyField.html \ 530 group=other 531file \ 532 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/ProbeData.html \ 533 group=other 534file \ 535 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/ProbeDescription.Spec.html \ 536 group=other 537file \ 538 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/ProbeDescription.html \ 539 group=other 540file \ 541 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/ProbeInfo.html \ 542 group=other 543file \ 544 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/ProcessEvent.html \ 545 group=other 546file \ 547 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/ProcessState.State.html \ 548 group=other 549file \ 550 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/ProcessState.html \ 551 group=other 552file \ 553 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/Program.File.html \ 554 group=other 555file \ 556 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/Program.html \ 557 group=other 558file \ 559 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/ProgramInfo.html \ 560 group=other 561file \ 562 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/Record.html \ 563 group=other 564file \ 565 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/ScalarRecord.html \ 566 group=other 567file \ 568 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/StackFrame.html \ 569 group=other 570file \ 571 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/StackValueRecord.html \ 572 group=other 573file \ 574 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/StddevValue.html \ 575 group=other 576file \ 577 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/SumValue.html \ 578 group=other 579file \ 580 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/SymbolValueRecord.html \ 581 group=other 582file \ 583 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/Tuple.html \ 584 group=other 585file \ 586 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/UserStackRecord.html \ 587 group=other 588file \ 589 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/UserSymbolRecord.Value.html \ 590 group=other 591file \ 592 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/UserSymbolRecord.html \ 593 group=other 594file \ 595 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/ValueRecord.html \ 596 group=other 597file \ 598 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/package-frame.html \ 599 group=other 600file \ 601 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/package-summary.html \ 602 group=other 603file \ 604 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/package-tree.html \ 605 group=other 606file \ 607 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/package-use.html \ 608 group=other 609file path=usr/share/lib/java/javadoc/dtrace/api/overview-tree.html group=other 610file path=usr/share/lib/java/javadoc/dtrace/api/package-list group=other 611file path=usr/share/lib/java/javadoc/dtrace/api/resources/inherit.gif \ 612 group=other 613file path=usr/share/lib/java/javadoc/dtrace/api/serialized-form.html group=other 614file path=usr/share/lib/java/javadoc/dtrace/api/stylesheet.css group=other 615file path=usr/share/lib/java/javadoc/dtrace/examples/TestAPI.java group=other 616file path=usr/share/lib/java/javadoc/dtrace/examples/TestAPI2.java group=other 617file path=usr/share/lib/java/javadoc/dtrace/examples/TestTarget.java group=other 618file path=usr/share/lib/java/javadoc/dtrace/examples/hello.d group=other 619file path=usr/share/lib/java/javadoc/dtrace/examples/intrstat.d group=other 620file path=usr/share/lib/java/javadoc/dtrace/examples/syscall.d group=other 621file path=usr/share/lib/java/javadoc/dtrace/examples/target.d group=other 622file path=usr/share/lib/java/javadoc/dtrace/html/JavaDTraceAPI.html group=other 623file path=usr/share/lib/java/javadoc/dtrace/html/fast.html group=other 624file path=usr/share/lib/java/javadoc/dtrace/images/JavaDTraceAPI.gif group=other 625hardlink path=usr/sbin/dtrace target=../../usr/lib/isaexec 626hardlink path=usr/sbin/intrstat target=../../usr/lib/isaexec 627hardlink path=usr/sbin/lockstat target=../../usr/lib/isaexec 628hardlink path=usr/sbin/plockstat target=../../usr/lib/isaexec 629legacy pkg=SUNWdtrc arch=$(ARCH) category=system \ 630 desc="Dynamic Tracing (DTrace) Clients" \ 631 hotline="Please contact your local service provider" name="DTrace Clients" \ 632 vendor="Sun Microsystems, Inc." version=11.11,REV=2009.11.11 633license cr_Sun license=cr_Sun 634license lic_CDDL license=lic_CDDL 635license lic_iprb license=lic_iprb 636link path=usr/lib/$(ARCH64)/libdtrace.so target=libdtrace.so.1 637link path=usr/lib/$(ARCH64)/libdtrace_jni.so target=libdtrace_jni.so.1 638link path=usr/lib/libdtrace.so target=libdtrace.so.1 639link path=usr/lib/libdtrace_jni.so target=libdtrace_jni.so.1 640