drp.DTRACEDROP_PRINCIPAL.d revision 302408
196263Sobrien/*
296263Sobrien * CDDL HEADER START
396263Sobrien *
496263Sobrien * The contents of this file are subject to the terms of the
596263Sobrien * Common Development and Distribution License (the "License").
696263Sobrien * You may not use this file except in compliance with the License.
796263Sobrien *
896263Sobrien * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
996263Sobrien * or http://www.opensolaris.org/os/licensing.
1096263Sobrien * See the License for the specific language governing permissions
1196263Sobrien * and limitations under the License.
1296263Sobrien *
1396263Sobrien * When distributing Covered Code, include this CDDL HEADER in each
1496263Sobrien * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1596263Sobrien * If applicable, add the following below this CDDL HEADER, with the
1696263Sobrien * fields enclosed by brackets "[]" replaced with your own identifying
1796263Sobrien * information: Portions Copyright [yyyy] [name of copyright owner]
1896263Sobrien *
1996263Sobrien * CDDL HEADER END
2096263Sobrien */
2196263Sobrien
2296263Sobrien/*
2396263Sobrien * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
2496263Sobrien * Use is subject to license terms.
2596263Sobrien */
2696263Sobrien
2796263Sobrien#pragma ident	"%Z%%M%	%I%	%E% SMI"
2896263Sobrien
29169689Skan#pragma D option strsize=1024
30169689Skan#pragma D option bufsize=512
31169689Skan
32169689SkanBEGIN
33169689Skan{
34169689Skan	trace("Harding");
35169689Skan	trace("Hoover");
36169689Skan	trace("Nixon");
37169689Skan	trace("Bush");
38169689Skan}
39169689Skan
40169689SkanBEGIN
41169689Skan{
42169689Skan	exit(0);
43169689Skan}
44169689Skan