19512fe8ahl/* 29512fe8ahl * CDDL HEADER START 39512fe8ahl * 49512fe8ahl * The contents of this file are subject to the terms of the 59512fe8ahl * Common Development and Distribution License (the "License"). 69512fe8ahl * You may not use this file except in compliance with the License. 79512fe8ahl * 89512fe8ahl * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 99512fe8ahl * or http://www.opensolaris.org/os/licensing. 109512fe8ahl * See the License for the specific language governing permissions 119512fe8ahl * and limitations under the License. 129512fe8ahl * 139512fe8ahl * When distributing Covered Code, include this CDDL HEADER in each 149512fe8ahl * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 159512fe8ahl * If applicable, add the following below this CDDL HEADER, with the 169512fe8ahl * fields enclosed by brackets "[]" replaced with your own identifying 179512fe8ahl * information: Portions Copyright [yyyy] [name of copyright owner] 189512fe8ahl * 199512fe8ahl * CDDL HEADER END 209512fe8ahl */ 219512fe8ahl 229512fe8ahl/* 239512fe8ahl * Copyright 2006 Sun Microsystems, Inc. All rights reserved. 249512fe8ahl * Use is subject to license terms. 259512fe8ahl */ 269512fe8ahl 279512fe8ahl#pragma ident "%Z%%M% %I% %E% SMI" 289512fe8ahl 299512fe8ahl#include <sys/sdt.h> 309512fe8ahl 319512fe8ahlint 329512fe8ahlmain(int argc, char **argv) 339512fe8ahl{ 349512fe8ahl for (;;) { 359512fe8ahl DTRACE_PROBE2(test_prov, place, 10, 4); 369512fe8ahl } 379512fe8ahl 389512fe8ahl return (0); 399512fe8ahl} 40