1*f808c858Sraf# 2*f808c858Sraf# CDDL HEADER START 3*f808c858Sraf# 4*f808c858Sraf# The contents of this file are subject to the terms of the 5*f808c858Sraf# Common Development and Distribution License (the "License"). 6*f808c858Sraf# You may not use this file except in compliance with the License. 7*f808c858Sraf# 8*f808c858Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*f808c858Sraf# or http://www.opensolaris.org/os/licensing. 10*f808c858Sraf# See the License for the specific language governing permissions 11*f808c858Sraf# and limitations under the License. 12*f808c858Sraf# 13*f808c858Sraf# When distributing Covered Code, include this CDDL HEADER in each 14*f808c858Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*f808c858Sraf# If applicable, add the following below this CDDL HEADER, with the 16*f808c858Sraf# fields enclosed by brackets "[]" replaced with your own identifying 17*f808c858Sraf# information: Portions Copyright [yyyy] [name of copyright owner] 18*f808c858Sraf# 19*f808c858Sraf# CDDL HEADER END 20*f808c858Sraf# 21*f808c858Sraf# 22*f808c858Sraf# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23*f808c858Sraf# Use is subject to license terms. 24*f808c858Sraf# 25*f808c858Sraf# ident "%Z%%M% %I% %E% SMI" 26*f808c858Sraf# 27*f808c858Sraf 28*f808c858SrafSUNWprivate_1.1 { 29*f808c858Sraf global: 30*f808c858Sraf dtrace_addr2str; 31*f808c858Sraf dtrace_aggregate_clear; 32*f808c858Sraf dtrace_aggregate_print; 33*f808c858Sraf dtrace_aggregate_snap; 34*f808c858Sraf dtrace_aggregate_walk; 35*f808c858Sraf dtrace_aggregate_walk_joined; 36*f808c858Sraf dtrace_aggregate_walk_keyrevsorted; 37*f808c858Sraf dtrace_aggregate_walk_keysorted; 38*f808c858Sraf dtrace_aggregate_walk_keyvarrevsorted; 39*f808c858Sraf dtrace_aggregate_walk_keyvarsorted; 40*f808c858Sraf dtrace_aggregate_walk_valrevsorted; 41*f808c858Sraf dtrace_aggregate_walk_valsorted; 42*f808c858Sraf dtrace_aggregate_walk_valvarrevsorted; 43*f808c858Sraf dtrace_aggregate_walk_valvarsorted; 44*f808c858Sraf dtrace_attr2str; 45*f808c858Sraf dtrace_class_name; 46*f808c858Sraf dtrace_close; 47*f808c858Sraf dtrace_consume; 48*f808c858Sraf dtrace_ctlfd; 49*f808c858Sraf _dtrace_debug; 50*f808c858Sraf dtrace_desc2str; 51*f808c858Sraf dtrace_dof_create; 52*f808c858Sraf dtrace_dof_destroy; 53*f808c858Sraf dtrace_errmsg; 54*f808c858Sraf dtrace_errno; 55*f808c858Sraf dtrace_faultstr; 56*f808c858Sraf dtrace_fprinta; 57*f808c858Sraf dtrace_fprintf; 58*f808c858Sraf dtrace_geterr_dof; 59*f808c858Sraf dtrace_getopt; 60*f808c858Sraf dtrace_getopt_dof; 61*f808c858Sraf dtrace_go; 62*f808c858Sraf dtrace_handle_buffered; 63*f808c858Sraf dtrace_handle_drop; 64*f808c858Sraf dtrace_handle_err; 65*f808c858Sraf dtrace_handle_proc; 66*f808c858Sraf dtrace_handle_setopt; 67*f808c858Sraf dtrace_id2desc; 68*f808c858Sraf dtrace_lookup_by_addr; 69*f808c858Sraf dtrace_lookup_by_name; 70*f808c858Sraf dtrace_lookup_by_type; 71*f808c858Sraf dtrace_object_info; 72*f808c858Sraf dtrace_object_iter; 73*f808c858Sraf dtrace_open; 74*f808c858Sraf dtrace_printa_create; 75*f808c858Sraf dtrace_printf_create; 76*f808c858Sraf dtrace_printf_format; 77*f808c858Sraf dtrace_probe_info; 78*f808c858Sraf dtrace_probe_iter; 79*f808c858Sraf dtrace_proc_continue; 80*f808c858Sraf dtrace_proc_create; 81*f808c858Sraf dtrace_proc_grab; 82*f808c858Sraf dtrace_proc_release; 83*f808c858Sraf dtrace_program_exec; 84*f808c858Sraf dtrace_program_fcompile; 85*f808c858Sraf dtrace_program_header; 86*f808c858Sraf dtrace_program_info; 87*f808c858Sraf dtrace_program_link; 88*f808c858Sraf dtrace_program_strcompile; 89*f808c858Sraf dtrace_provider_modules; 90*f808c858Sraf dtrace_setopt; 91*f808c858Sraf dtrace_sleep; 92*f808c858Sraf dtrace_stability_name; 93*f808c858Sraf dtrace_status; 94*f808c858Sraf dtrace_stmt_action; 95*f808c858Sraf dtrace_stmt_add; 96*f808c858Sraf dtrace_stmt_create; 97*f808c858Sraf dtrace_stmt_destroy; 98*f808c858Sraf dtrace_stmt_iter; 99*f808c858Sraf dtrace_stop; 100*f808c858Sraf dtrace_str2attr; 101*f808c858Sraf dtrace_str2desc; 102*f808c858Sraf dtrace_subrstr; 103*f808c858Sraf dtrace_symbol_type; 104*f808c858Sraf dtrace_type_fcompile; 105*f808c858Sraf dtrace_type_strcompile; 106*f808c858Sraf dtrace_uaddr2str; 107*f808c858Sraf dtrace_update; 108*f808c858Sraf _dtrace_version; 109*f808c858Sraf dtrace_vopen; 110*f808c858Sraf dtrace_work; 111*f808c858Sraf dtrace_xstr2desc; 112*f808c858Sraf local: 113*f808c858Sraf *; 114*f808c858Sraf}; 115