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