xref: /onnv-gate/usr/src/lib/libdtrace/common/mapfile-vers (revision 12692:4341b447c069)
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*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
232522Sraf#
248744SAli.Bahrami@Sun.COM
258744SAli.Bahrami@Sun.COM#
268744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
278744SAli.Bahrami@Sun.COM#
288744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
298744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
308744SAli.Bahrami@Sun.COM#
318744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
328744SAli.Bahrami@Sun.COM#
338744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
348744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
358744SAli.Bahrami@Sun.COM#
368744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
372522Sraf#
382522Sraf
39*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
40*12692SAli.Bahrami@Oracle.COM
41*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
422522Sraf    global:
432522Sraf	dtrace_addr2str;
442522Sraf	dtrace_aggregate_clear;
452522Sraf	dtrace_aggregate_print;
462522Sraf	dtrace_aggregate_snap;
472522Sraf	dtrace_aggregate_walk;
482522Sraf	dtrace_aggregate_walk_joined;
492522Sraf	dtrace_aggregate_walk_keyrevsorted;
502522Sraf	dtrace_aggregate_walk_keysorted;
512522Sraf	dtrace_aggregate_walk_keyvarrevsorted;
522522Sraf	dtrace_aggregate_walk_keyvarsorted;
532522Sraf	dtrace_aggregate_walk_valrevsorted;
542522Sraf	dtrace_aggregate_walk_valsorted;
552522Sraf	dtrace_aggregate_walk_valvarrevsorted;
562522Sraf	dtrace_aggregate_walk_valvarsorted;
572522Sraf	dtrace_attr2str;
582522Sraf	dtrace_class_name;
592522Sraf	dtrace_close;
602522Sraf	dtrace_consume;
612522Sraf	dtrace_ctlfd;
622522Sraf	_dtrace_debug;
632522Sraf	dtrace_desc2str;
642522Sraf	dtrace_dof_create;
652522Sraf	dtrace_dof_destroy;
662522Sraf	dtrace_errmsg;
672522Sraf	dtrace_errno;
682522Sraf	dtrace_faultstr;
692522Sraf	dtrace_fprinta;
702522Sraf	dtrace_fprintf;
712522Sraf	dtrace_geterr_dof;
722522Sraf	dtrace_getopt;
732522Sraf	dtrace_getopt_dof;
742522Sraf	dtrace_go;
752522Sraf	dtrace_handle_buffered;
762522Sraf	dtrace_handle_drop;
772522Sraf	dtrace_handle_err;
782522Sraf	dtrace_handle_proc;
792522Sraf	dtrace_handle_setopt;
802522Sraf	dtrace_id2desc;
812522Sraf	dtrace_lookup_by_addr;
822522Sraf	dtrace_lookup_by_name;
832522Sraf	dtrace_lookup_by_type;
842522Sraf	dtrace_object_info;
852522Sraf	dtrace_object_iter;
862522Sraf	dtrace_open;
872522Sraf	dtrace_printa_create;
882522Sraf	dtrace_printf_create;
892522Sraf	dtrace_printf_format;
902522Sraf	dtrace_probe_info;
912522Sraf	dtrace_probe_iter;
922522Sraf	dtrace_proc_continue;
932522Sraf	dtrace_proc_create;
942522Sraf	dtrace_proc_grab;
952522Sraf	dtrace_proc_release;
962522Sraf	dtrace_program_exec;
972522Sraf	dtrace_program_fcompile;
982522Sraf	dtrace_program_header;
992522Sraf	dtrace_program_info;
1002522Sraf	dtrace_program_link;
1012522Sraf	dtrace_program_strcompile;
1022522Sraf	dtrace_provider_modules;
1032522Sraf	dtrace_setopt;
1042522Sraf	dtrace_sleep;
1052522Sraf	dtrace_stability_name;
1062522Sraf	dtrace_status;
1072522Sraf	dtrace_stmt_action;
1082522Sraf	dtrace_stmt_add;
1092522Sraf	dtrace_stmt_create;
1102522Sraf	dtrace_stmt_destroy;
1112522Sraf	dtrace_stmt_iter;
1122522Sraf	dtrace_stop;
1132522Sraf	dtrace_str2attr;
1142522Sraf	dtrace_str2desc;
1152522Sraf	dtrace_subrstr;
1162522Sraf	dtrace_symbol_type;
1172522Sraf	dtrace_type_fcompile;
1182522Sraf	dtrace_type_strcompile;
1192522Sraf	dtrace_uaddr2str;
1202522Sraf	dtrace_update;
1212522Sraf	_dtrace_version;
1222522Sraf	dtrace_vopen;
1232522Sraf	dtrace_work;
1242522Sraf	dtrace_xstr2desc;
1252522Sraf    local:
1262522Sraf	*;
1272522Sraf};
128