tst.profilehz.d revision 2633:71bab08d24b2
1248590Smm/*
2248590Smm * CDDL HEADER START
3248590Smm *
4248590Smm * The contents of this file are subject to the terms of the
5248590Smm * Common Development and Distribution License (the "License").
6248590Smm * You may not use this file except in compliance with the License.
7248590Smm *
8248590Smm * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9248590Smm * or http://www.opensolaris.org/os/licensing.
10248590Smm * See the License for the specific language governing permissions
11248590Smm * and limitations under the License.
12248590Smm *
13248590Smm * When distributing Covered Code, include this CDDL HEADER in each
14248590Smm * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15248590Smm * If applicable, add the following below this CDDL HEADER, with the
16248590Smm * fields enclosed by brackets "[]" replaced with your own identifying
17248590Smm * information: Portions Copyright [yyyy] [name of copyright owner]
18248590Smm *
19248590Smm * CDDL HEADER END
20248590Smm */
21248590Smm
22248590Smm/*
23248590Smm * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
24248590Smm * Use is subject to license terms.
25248590Smm */
26248590Smm
27248590Smm#pragma	ident	"%Z%%M%	%I%	%E% SMI"
28248590Smm
29248590Smm/*
30248590Smm * ASSERTION:
31248590Smm *
32248590Smm * Simple profile-hz test.
33248590Smm *
34248590Smm * SECTION: profile Provider/profile-n probes
35248590Smm *
36248590Smm */
37248590Smm
38248590Smm
39248590Smm#pragma D option quiet
40248590Smm
41248590Smmprofile-100hz
42248590Smm{
43	printf("This test is a simple profile-hz provider test");
44	exit(0);
45}
46