003 File Manager
Current Path:
/usr/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety
usr
/
src
/
cddl
/
contrib
/
opensolaris
/
cmd
/
dtrace
/
test
/
tst
/
common
/
safety
/
📁
..
📄
tst.basename.d
(1.22 KB)
📄
tst.caller.d
(1.35 KB)
📄
tst.cleanpath.d
(1.22 KB)
📄
tst.copyin.d
(1.72 KB)
📄
tst.copyin2.d
(1.54 KB)
📄
tst.ddi_pathname.d
(1.26 KB)
📄
tst.dirname.d
(1.22 KB)
📄
tst.errno.d
(1.16 KB)
📄
tst.execname.d
(1.17 KB)
📄
tst.gid.d
(1.16 KB)
📄
tst.hton.d
(1.38 KB)
📄
tst.index.d
(1.42 KB)
📄
tst.jailname.d
(1012 B)
📄
tst.jid.d
(997 B)
📄
tst.msgdsize.d
(1.46 KB)
📄
tst.msgsize.d
(1.45 KB)
📄
tst.null.d
(1.49 KB)
📄
tst.pid.d
(1.16 KB)
📄
tst.ppid.d
(1.16 KB)
📄
tst.progenyof.d
(1.38 KB)
📄
tst.random.d
(1.46 KB)
📄
tst.rw.d
(1.52 KB)
📄
tst.shortstr.d
(1.52 KB)
📄
tst.stack.d
(1.3 KB)
📄
tst.stackdepth.d
(1.35 KB)
📄
tst.stddev.d
(1.31 KB)
📄
tst.strchr.d
(1.37 KB)
📄
tst.strjoin.d
(1.26 KB)
📄
tst.strstr.d
(1.26 KB)
📄
tst.strtok.d
(1.26 KB)
📄
tst.substr.d
(1.25 KB)
📄
tst.ucaller.d
(1.17 KB)
📄
tst.uid.d
(1.16 KB)
📄
tst.unalign.d
(1.38 KB)
📄
tst.uregs.d
(1.32 KB)
📄
tst.ustack.d
(1.31 KB)
📄
tst.ustackdepth.d
(1.36 KB)
📄
tst.vahole.d
(1.39 KB)
📄
tst.violentdeath.ksh
(1.18 KB)
📄
tst.zonename.d
(1.17 KB)
Editing: tst.jid.d
/* * This file and its contents are supplied under the terms of the * Common Development and Distribution License ("CDDL"), version 1.0. * You may only use this file in accordance with the terms version * 1.0 of the CDDL. * * A full copy of the text of the CDDL should have accompanied this * source. A copy of the CDDL is also available via the Internet at * http://www.illumos.org/license/CDDL. */ /* * Copyright 2018 Domagoj Stolfa <domagoj.stolfa@cl.cam.ac.uk>. * * This software was developed by BAE Systems, the University of Cambridge * Computer Laboratory, and Memorial University under DARPA/AFRL contract * FA8650-15-C-7558 ("CADETS"), as part of the DARPA Transparent Computing * (TC) research program. * */ #pragma ident "%Z%%M% %I% %E% SMI" /* * ASSERTION: * collect jid at every fbt probe and at every firing of a * high-frequency profile probe */ fbt::: { @a[jid] = count(); } profile-4999hz { @a[jid] = count(); } tick-1sec /n++ == 10/ { exit(0); }
Upload File
Create Folder