xref: /onnv-gate/usr/src/cmd/dtrace/test/tst/sparc/ustack/annotated_helper.d (revision 3944:75371f172291)
1*3944Sahl /*
2*3944Sahl  * CDDL HEADER START
3*3944Sahl  *
4*3944Sahl  * The contents of this file are subject to the terms of the
5*3944Sahl  * Common Development and Distribution License (the "License").
6*3944Sahl  * You may not use this file except in compliance with the License.
7*3944Sahl  *
8*3944Sahl  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*3944Sahl  * or http://www.opensolaris.org/os/licensing.
10*3944Sahl  * See the License for the specific language governing permissions
11*3944Sahl  * and limitations under the License.
12*3944Sahl  *
13*3944Sahl  * When distributing Covered Code, include this CDDL HEADER in each
14*3944Sahl  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*3944Sahl  * If applicable, add the following below this CDDL HEADER, with the
16*3944Sahl  * fields enclosed by brackets "[]" replaced with your own identifying
17*3944Sahl  * information: Portions Copyright [yyyy] [name of copyright owner]
18*3944Sahl  *
19*3944Sahl  * CDDL HEADER END
20*3944Sahl  */
21*3944Sahl 
22*3944Sahl /*
23*3944Sahl  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
24*3944Sahl  * Use is subject to license terms.
25*3944Sahl  */
26*3944Sahl 
27*3944Sahl #ident	"%Z%%M%	%I%	%E% SMI"
28*3944Sahl 
29*3944Sahl dtrace:helper:ustack:
30*3944Sahl {
31*3944Sahl 	"@it's annotated"
32*3944Sahl }
33