003 File Manager
Current Path:
/usr/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/fbtprovider
usr
/
src
/
cddl
/
contrib
/
opensolaris
/
cmd
/
dtrace
/
test
/
tst
/
common
/
fbtprovider
/
📁
..
📄
err.D_PDESC_ZERO.notreturn.d
(1.28 KB)
📄
tst.basic.d
(1.22 KB)
📄
tst.functionentry.d
(1.25 KB)
📄
tst.functionreturnvalue.d
(1.2 KB)
📄
tst.ioctlargs.d
(1.38 KB)
📄
tst.offset.d
(1.28 KB)
📄
tst.offsetzero.d
(1.38 KB)
📄
tst.return.d
(1.21 KB)
📄
tst.return0.d
(1.2 KB)
📄
tst.tailcall.d
(1.28 KB)
Editing: tst.basic.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: simple fbt arguments test. * * SECTION: FBT Provider/Probes */ #pragma D option quiet tick-1 { self->traceme = 1; } fbt::: /self->traceme/ { printf("The arguments are %u %u %u %u %u %u %u %u\n", arg0, arg1, arg3, arg4, arg5, arg6, arg7, arg8); exit (0); }
Upload File
Create Folder