err.D_PDESC_ZEROoneus.d revision 14ea49401f3c8c61422aefbda43809e275f60c6c
6ca0e6973c8176100f4a426444823ae5e777e28fsascha/*
e379fc6d7f79163700290d92ce75deb4f3005301jerenkrantz * CDDL HEADER START
e379fc6d7f79163700290d92ce75deb4f3005301jerenkrantz *
e379fc6d7f79163700290d92ce75deb4f3005301jerenkrantz * The contents of this file are subject to the terms of the
e379fc6d7f79163700290d92ce75deb4f3005301jerenkrantz * Common Development and Distribution License (the "License").
e379fc6d7f79163700290d92ce75deb4f3005301jerenkrantz * You may not use this file except in compliance with the License.
e379fc6d7f79163700290d92ce75deb4f3005301jerenkrantz *
e379fc6d7f79163700290d92ce75deb4f3005301jerenkrantz * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6ca0e6973c8176100f4a426444823ae5e777e28fsascha * or http://www.opensolaris.org/os/licensing.
6ca0e6973c8176100f4a426444823ae5e777e28fsascha * See the License for the specific language governing permissions
6ca0e6973c8176100f4a426444823ae5e777e28fsascha * and limitations under the License.
6ca0e6973c8176100f4a426444823ae5e777e28fsascha *
6ca0e6973c8176100f4a426444823ae5e777e28fsascha * When distributing Covered Code, include this CDDL HEADER in each
6ca0e6973c8176100f4a426444823ae5e777e28fsascha * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6ca0e6973c8176100f4a426444823ae5e777e28fsascha * If applicable, add the following below this CDDL HEADER, with the
6ca0e6973c8176100f4a426444823ae5e777e28fsascha * fields enclosed by brackets "[]" replaced with your own identifying
6ca0e6973c8176100f4a426444823ae5e777e28fsascha * information: Portions Copyright [yyyy] [name of copyright owner]
6ca0e6973c8176100f4a426444823ae5e777e28fsascha *
6ca0e6973c8176100f4a426444823ae5e777e28fsascha * CDDL HEADER END
6ca0e6973c8176100f4a426444823ae5e777e28fsascha */
6ca0e6973c8176100f4a426444823ae5e777e28fsascha
6ca0e6973c8176100f4a426444823ae5e777e28fsascha/*
3a47c2ef905c3b6483279637fb8054ca67c5b6ddsascha * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
3a47c2ef905c3b6483279637fb8054ca67c5b6ddsascha * Use is subject to license terms.
3a47c2ef905c3b6483279637fb8054ca67c5b6ddsascha */
6ca0e6973c8176100f4a426444823ae5e777e28fsascha
6ca0e6973c8176100f4a426444823ae5e777e28fsascha#pragma ident "%Z%%M% %I% %E% SMI"
e50587e6b2ff25bdcbe29410be5bf8f4792016eegregames
6ca0e6973c8176100f4a426444823ae5e777e28fsascha/*
0d9c389e9c63d02edb068917d49af2fa8012af91marc * ASSERTION:
6ca0e6973c8176100f4a426444823ae5e777e28fsascha *
dadf206a4cf1eccf5c13b64bd9678610dd763868rbb * Call profile-us; less than 200 micro seconds.
dadf206a4cf1eccf5c13b64bd9678610dd763868rbb *
a773226ea345018b49d45cf2e076ff2452eead5arbb * SECTION: profile Provider/profile-n probes
f9e54e16ac4952a85bb00b8043c1d1e0f495eefbgregames *
6ca0e6973c8176100f4a426444823ae5e777e28fsascha */
6ca0e6973c8176100f4a426444823ae5e777e28fsascha
ec9b5c4854a4055d00f5459dbbd879d517f1531dmartin#pragma D option quiet
6ca0e6973c8176100f4a426444823ae5e777e28fsascha
5181b311fbd45b65a34b3fddb3ace5fab85f36e4wroweprofile-1us
6ca0e6973c8176100f4a426444823ae5e777e28fsascha{
6ca0e6973c8176100f4a426444823ae5e777e28fsascha printf(" Calling profile-us less than 200 micro seconds should fail\n");
4cbb3bcf66a6788196bcc7244e4e36705acfbb57rbb exit (0);
a91a466a0d812a522d492c3c182163f73591ca20aaron}
a91a466a0d812a522d492c3c182163f73591ca20aaron