003 File Manager
Current Path:
/usr/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/builtinvar
usr
/
src
/
cddl
/
contrib
/
opensolaris
/
cmd
/
dtrace
/
test
/
tst
/
common
/
builtinvar
/
📁
..
📄
err.D_XLATE_NOCONV.cpuusage.d
(1.15 KB)
📄
err.D_XLATE_NOCONV.nice.d
(1.17 KB)
📄
err.D_XLATE_NOCONV.priority.d
(1.18 KB)
📄
err.D_XLATE_NOCONV.prsize.d
(1.17 KB)
📄
err.D_XLATE_NOCONV.rssize.d
(1.18 KB)
📄
tst.arg0.d
(1.13 KB)
📄
tst.arg0clause.d
(1.19 KB)
📄
tst.arg1.d
(1.13 KB)
📄
tst.arg1to8.d
(1.2 KB)
📄
tst.arg1to8clause.d
(1.23 KB)
📄
tst.caller.d
(1.13 KB)
📄
tst.caller1.d
(1.16 KB)
📄
tst.epid.d
(1.16 KB)
📄
tst.epid1.d
(1.13 KB)
📄
tst.errno.d
(1.2 KB)
📄
tst.errno1.d
(1.17 KB)
📄
tst.execname.d
(1.22 KB)
📄
tst.hpriority.d
(1.15 KB)
📄
tst.id.d
(1.13 KB)
📄
tst.id1.d
(1.13 KB)
📄
tst.ipl.d
(1.14 KB)
📄
tst.ipl1.d
(1.14 KB)
📄
tst.lwpsinfo.d
(1.62 KB)
📄
tst.lwpsinfo1.d
(1.62 KB)
📄
tst.pid.d
(1.13 KB)
📄
tst.pid1.d
(1.13 KB)
📄
tst.psinfo.d
(1.69 KB)
📄
tst.psinfo1.d
(1.67 KB)
📄
tst.tid.d
(1.13 KB)
📄
tst.tid1.d
(1.13 KB)
📄
tst.timestamp.d
(1.16 KB)
📄
tst.vtimestamp.d
(1.17 KB)
Editing: tst.timestamp.d
/* * CDDL HEADER START * * The contents of this file are subject to the terms of the * Common Development and Distribution License (the "License"). * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. * See the License for the specific language governing permissions * and limitations under the License. * * When distributing Covered Code, include this CDDL HEADER in each * file and include the License file at usr/src/OPENSOLARIS.LICENSE. * If applicable, add the following below this CDDL HEADER, with the * fields enclosed by brackets "[]" replaced with your own identifying * information: Portions Copyright [yyyy] [name of copyright owner] * * CDDL HEADER END */ /* * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #pragma ident "%Z%%M% %I% %E% SMI" /* * ASSERTION: * To print build-in variable 'timestamp' * * SECTION: Variables/Built-in Variables */ #pragma D option quiet BEGIN { self->t = timestamp; printf("The difftime = %d\n", timestamp - self->t); exit(0); }
Upload File
Create Folder