12522Sraf# 22522Sraf# CDDL HEADER START 32522Sraf# 42522Sraf# The contents of this file are subject to the terms of the 52522Sraf# Common Development and Distribution License (the "License"). 62522Sraf# You may not use this file except in compliance with the License. 72522Sraf# 82522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 92522Sraf# or http://www.opensolaris.org/os/licensing. 102522Sraf# See the License for the specific language governing permissions 112522Sraf# and limitations under the License. 122522Sraf# 132522Sraf# When distributing Covered Code, include this CDDL HEADER in each 142522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 152522Sraf# If applicable, add the following below this CDDL HEADER, with the 162522Sraf# fields enclosed by brackets "[]" replaced with your own identifying 172522Sraf# information: Portions Copyright [yyyy] [name of copyright owner] 182522Sraf# 192522Sraf# CDDL HEADER END 202522Sraf# 212522Sraf# 22*8744SAli.Bahrami@Sun.COM# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 232522Sraf# Use is subject to license terms. 242522Sraf# 25*8744SAli.Bahrami@Sun.COM 26*8744SAli.Bahrami@Sun.COM# 27*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER START 28*8744SAli.Bahrami@Sun.COM# 29*8744SAli.Bahrami@Sun.COM# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30*8744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in 31*8744SAli.Bahrami@Sun.COM# 32*8744SAli.Bahrami@Sun.COM# usr/src/lib/README.mapfiles 33*8744SAli.Bahrami@Sun.COM# 34*8744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current 35*8744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance. 36*8744SAli.Bahrami@Sun.COM# 37*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER END 382522Sraf# 392522Sraf 402522SrafSUNWprivate_1.1 { 412522Sraf global: 422522Sraf dtrace_addr2str; 432522Sraf dtrace_aggregate_clear; 442522Sraf dtrace_aggregate_print; 452522Sraf dtrace_aggregate_snap; 462522Sraf dtrace_aggregate_walk; 472522Sraf dtrace_aggregate_walk_joined; 482522Sraf dtrace_aggregate_walk_keyrevsorted; 492522Sraf dtrace_aggregate_walk_keysorted; 502522Sraf dtrace_aggregate_walk_keyvarrevsorted; 512522Sraf dtrace_aggregate_walk_keyvarsorted; 522522Sraf dtrace_aggregate_walk_valrevsorted; 532522Sraf dtrace_aggregate_walk_valsorted; 542522Sraf dtrace_aggregate_walk_valvarrevsorted; 552522Sraf dtrace_aggregate_walk_valvarsorted; 562522Sraf dtrace_attr2str; 572522Sraf dtrace_class_name; 582522Sraf dtrace_close; 592522Sraf dtrace_consume; 602522Sraf dtrace_ctlfd; 612522Sraf _dtrace_debug; 622522Sraf dtrace_desc2str; 632522Sraf dtrace_dof_create; 642522Sraf dtrace_dof_destroy; 652522Sraf dtrace_errmsg; 662522Sraf dtrace_errno; 672522Sraf dtrace_faultstr; 682522Sraf dtrace_fprinta; 692522Sraf dtrace_fprintf; 702522Sraf dtrace_geterr_dof; 712522Sraf dtrace_getopt; 722522Sraf dtrace_getopt_dof; 732522Sraf dtrace_go; 742522Sraf dtrace_handle_buffered; 752522Sraf dtrace_handle_drop; 762522Sraf dtrace_handle_err; 772522Sraf dtrace_handle_proc; 782522Sraf dtrace_handle_setopt; 792522Sraf dtrace_id2desc; 802522Sraf dtrace_lookup_by_addr; 812522Sraf dtrace_lookup_by_name; 822522Sraf dtrace_lookup_by_type; 832522Sraf dtrace_object_info; 842522Sraf dtrace_object_iter; 852522Sraf dtrace_open; 862522Sraf dtrace_printa_create; 872522Sraf dtrace_printf_create; 882522Sraf dtrace_printf_format; 892522Sraf dtrace_probe_info; 902522Sraf dtrace_probe_iter; 912522Sraf dtrace_proc_continue; 922522Sraf dtrace_proc_create; 932522Sraf dtrace_proc_grab; 942522Sraf dtrace_proc_release; 952522Sraf dtrace_program_exec; 962522Sraf dtrace_program_fcompile; 972522Sraf dtrace_program_header; 982522Sraf dtrace_program_info; 992522Sraf dtrace_program_link; 1002522Sraf dtrace_program_strcompile; 1012522Sraf dtrace_provider_modules; 1022522Sraf dtrace_setopt; 1032522Sraf dtrace_sleep; 1042522Sraf dtrace_stability_name; 1052522Sraf dtrace_status; 1062522Sraf dtrace_stmt_action; 1072522Sraf dtrace_stmt_add; 1082522Sraf dtrace_stmt_create; 1092522Sraf dtrace_stmt_destroy; 1102522Sraf dtrace_stmt_iter; 1112522Sraf dtrace_stop; 1122522Sraf dtrace_str2attr; 1132522Sraf dtrace_str2desc; 1142522Sraf dtrace_subrstr; 1152522Sraf dtrace_symbol_type; 1162522Sraf dtrace_type_fcompile; 1172522Sraf dtrace_type_strcompile; 1182522Sraf dtrace_uaddr2str; 1192522Sraf dtrace_update; 1202522Sraf _dtrace_version; 1212522Sraf dtrace_vopen; 1222522Sraf dtrace_work; 1232522Sraf dtrace_xstr2desc; 1242522Sraf local: 1252522Sraf *; 1262522Sraf}; 127