tst.tickmsec.d revision 178476
1230557Sjimharris/*
2230557Sjimharris * CDDL HEADER START
3230557Sjimharris *
4230557Sjimharris * The contents of this file are subject to the terms of the
5230557Sjimharris * Common Development and Distribution License (the "License").
6230557Sjimharris * You may not use this file except in compliance with the License.
7230557Sjimharris *
8230557Sjimharris * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9230557Sjimharris * or http://www.opensolaris.org/os/licensing.
10230557Sjimharris * See the License for the specific language governing permissions
11230557Sjimharris * and limitations under the License.
12230557Sjimharris *
13230557Sjimharris * When distributing Covered Code, include this CDDL HEADER in each
14230557Sjimharris * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15230557Sjimharris * If applicable, add the following below this CDDL HEADER, with the
16230557Sjimharris * fields enclosed by brackets "[]" replaced with your own identifying
17230557Sjimharris * information: Portions Copyright [yyyy] [name of copyright owner]
18230557Sjimharris *
19230557Sjimharris * CDDL HEADER END
20230557Sjimharris */
21230557Sjimharris
22230557Sjimharris/*
23230557Sjimharris * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
24230557Sjimharris * Use is subject to license terms.
25230557Sjimharris */
26230557Sjimharris
27230557Sjimharris#pragma	ident	"%Z%%M%	%I%	%E% SMI"
28230557Sjimharris
29230557Sjimharris/*
30230557Sjimharris * ASSERTION:
31230557Sjimharris *
32230557Sjimharris * tick-msec simple test.
33230557Sjimharris *
34230557Sjimharris * SECTION: profile Provider/tick-n probes
35230557Sjimharris *
36230557Sjimharris */
37230557Sjimharris
38230557Sjimharris
39230557Sjimharris#pragma D option quiet
40230557Sjimharris
41230557Sjimharristick-1msec
42230557Sjimharris{
43230557Sjimharris	printf("This test is a simple tick-msec provider test\n");
44230557Sjimharris	exit(0);
45230557Sjimharris}
46230557Sjimharris