tst.profileus.d revision 178476
1190214Srpaulo/*
2190214Srpaulo * CDDL HEADER START
3190214Srpaulo *
4190214Srpaulo * The contents of this file are subject to the terms of the
5190214Srpaulo * Common Development and Distribution License (the "License").
6190214Srpaulo * You may not use this file except in compliance with the License.
7190214Srpaulo *
8190214Srpaulo * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9190214Srpaulo * or http://www.opensolaris.org/os/licensing.
10190214Srpaulo * See the License for the specific language governing permissions
11190214Srpaulo * and limitations under the License.
12190214Srpaulo *
13190214Srpaulo * When distributing Covered Code, include this CDDL HEADER in each
14190214Srpaulo * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15190214Srpaulo * If applicable, add the following below this CDDL HEADER, with the
16190214Srpaulo * fields enclosed by brackets "[]" replaced with your own identifying
17190214Srpaulo * information: Portions Copyright [yyyy] [name of copyright owner]
18190214Srpaulo *
19190214Srpaulo * CDDL HEADER END
20190214Srpaulo */
21190214Srpaulo
22190214Srpaulo/*
23190214Srpaulo * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
24190214Srpaulo * Use is subject to license terms.
25190214Srpaulo */
26190214Srpaulo
27190214Srpaulo#pragma	ident	"%Z%%M%	%I%	%E% SMI"
28190214Srpaulo
29190214Srpaulo/*
30190214Srpaulo * ASSERTION:
31190214Srpaulo *
32190214Srpaulo * Simple profile-us simple test.
33190214Srpaulo *
34190214Srpaulo * SECTION: profile Provider/profile-n probes
35190214Srpaulo *
36190214Srpaulo */
37190214Srpaulo
38190214Srpaulo
39190214Srpaulo#pragma D option quiet
40190214Srpaulo
41190214Srpauloprofile-200us
42190214Srpaulo{
43190214Srpaulo	printf("This test is a simple profile-us provider test");
44190214Srpaulo	exit(0);
45190214Srpaulo}
46190214Srpaulo