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 (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
23#
24
25#
26# MAPFILE HEADER START
27#
28# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29# Object versioning must comply with the rules detailed in
30#
31#	usr/src/lib/README.mapfiles
32#
33# You should not be making modifications here until you've read the most current
34# copy of that file. If you need help, contact a gatekeeper for guidance.
35#
36# MAPFILE HEADER END
37#
38
39$mapfile_version 2
40
41SYMBOL_VERSION SUNWprivate_1.1 {
42    global:
43	dtrace_addr2str;
44	dtrace_aggregate_clear;
45	dtrace_aggregate_print;
46	dtrace_aggregate_snap;
47	dtrace_aggregate_walk;
48	dtrace_aggregate_walk_joined;
49	dtrace_aggregate_walk_keyrevsorted;
50	dtrace_aggregate_walk_keysorted;
51	dtrace_aggregate_walk_keyvarrevsorted;
52	dtrace_aggregate_walk_keyvarsorted;
53	dtrace_aggregate_walk_valrevsorted;
54	dtrace_aggregate_walk_valsorted;
55	dtrace_aggregate_walk_valvarrevsorted;
56	dtrace_aggregate_walk_valvarsorted;
57	dtrace_attr2str;
58	dtrace_class_name;
59	dtrace_close;
60	dtrace_consume;
61	dtrace_ctlfd;
62	_dtrace_debug	{
63			  ASSERT = {
64				  TYPE = OBJECT;
65				  SIZE = 4;
66				};
67			};
68	dtrace_desc2str;
69	dtrace_dof_create;
70	dtrace_dof_destroy;
71	dtrace_errmsg;
72	dtrace_errno;
73	dtrace_faultstr;
74	dtrace_fprinta;
75	dtrace_fprintf;
76	dtrace_geterr_dof;
77	dtrace_getopt;
78	dtrace_getopt_dof;
79	dtrace_go;
80	dtrace_handle_buffered;
81	dtrace_handle_drop;
82	dtrace_handle_err;
83	dtrace_handle_proc;
84	dtrace_handle_setopt;
85	dtrace_id2desc;
86	dtrace_lookup_by_addr;
87	dtrace_lookup_by_name;
88	dtrace_lookup_by_type;
89	dtrace_object_info;
90	dtrace_object_iter;
91	dtrace_open;
92	dtrace_printa_create;
93	dtrace_printf_create;
94	dtrace_printf_format;
95	dtrace_probe_info;
96	dtrace_probe_iter;
97	dtrace_proc_continue;
98	dtrace_proc_create;
99	dtrace_proc_grab;
100	dtrace_proc_release;
101	dtrace_program_exec;
102	dtrace_program_fcompile;
103	dtrace_program_header;
104	dtrace_program_info;
105	dtrace_program_link;
106	dtrace_program_strcompile;
107	dtrace_provider_modules;
108	dtrace_setopt;
109	dtrace_sleep;
110	dtrace_stability_name;
111	dtrace_status;
112	dtrace_stmt_action;
113	dtrace_stmt_add;
114	dtrace_stmt_create;
115	dtrace_stmt_destroy;
116	dtrace_stmt_iter;
117	dtrace_stop;
118	dtrace_str2attr;
119	dtrace_str2desc;
120	dtrace_subrstr;
121	dtrace_symbol_type;
122	dtrace_type_fcompile;
123	dtrace_type_strcompile;
124	dtrace_uaddr2str;
125	dtrace_update;
126	_dtrace_version	{
127			  ASSERT = {
128				  TYPE = OBJECT;
129				  SIZE = addrsize;
130				};
131			};
132	dtrace_vopen;
133	dtrace_work;
134	dtrace_xstr2desc;
135    local:
136	*;
137};
138