xref: /onnv-gate/usr/src/lib/libtnfprobe/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:
43*12692SAli.Bahrami@Oracle.COM	fork				{ FLAGS = NODIRECT };
442522Sraf	fork1;
452522Sraf	pthread_create;
462522Sraf	pthread_exit;
472522Sraf	_resume_ret;
482522Sraf	thr_create;
492522Sraf	thr_exit;
502522Sraf	tnf_allocate;
512522Sraf	tnf_char_tag_data;
522522Sraf	tnf_float32_tag_data;
532522Sraf	tnf_float64_tag_data;
542522Sraf	tnf_int16_tag_data;
552522Sraf	tnf_int32_tag_data;
562522Sraf	tnf_int64_tag_data;
572522Sraf	tnf_int8_tag_data;
582522Sraf	tnf_lwpid_tag_data;
592522Sraf	tnf_name_tag_data;
602522Sraf	tnf_non_threaded_test_addr;
612522Sraf	tnf_opaque_tag_data;
622522Sraf	tnf_pid_tag_data;
632522Sraf	__tnf_probe_alloc;
642522Sraf	tnf_probe_debug;
652522Sraf	tnf_probe_event_tag_data;
662522Sraf	tnf_probe_get_arg_indexed;
672522Sraf	tnf_probe_get_chars;
682522Sraf	tnf_probe_get_num_args;
692522Sraf	tnf_probe_get_type_indexed;
702522Sraf	tnf_probe_get_value;
712522Sraf	__tnf_probe_list_head;
722522Sraf	__tnf_probe_list_valid;
732522Sraf	__tnf_probe_memseg_p;
742522Sraf	__tnf_probe_notify;
752522Sraf	__tnf_probe_thr_sync;
762522Sraf	__tnf_probe_version_1_info;
772522Sraf	tnf_process_disable;
782522Sraf	tnf_process_enable;
792522Sraf	tnf_ref32_1;
802522Sraf	tnf_size_tag_data;
812522Sraf	tnf_string_1;
822522Sraf	tnf_string_tag_data;
832522Sraf	tnf_struct_tag_1;
842522Sraf	tnf_tag_tag_data;
852522Sraf	__tnf_tag_version_1_info;
862522Sraf	tnf_thread_disable;
872522Sraf	tnf_threaded_test_addr;
882522Sraf	tnf_thread_enable;
892522Sraf	tnf_time_base_tag_data;
902522Sraf	tnf_time_delta_tag_data;
912522Sraf	tnf_trace_alloc;
922522Sraf	tnf_trace_commit;
932522Sraf	tnf_trace_end;
942522Sraf	tnf_trace_file_min;
952522Sraf	tnf_trace_file_name;
962522Sraf	tnf_trace_file_size;
972522Sraf	tnf_trace_rollback;
982522Sraf	tnf_uint16_tag_data;
992522Sraf	tnf_uint32_tag_data;
1002522Sraf	tnf_uint64_tag_data;
1012522Sraf	tnf_uint8_tag_data;
1022522Sraf	tnf_user_struct_properties;
1032522Sraf	_tnfw_b_control;
104*12692SAli.Bahrami@Oracle.COM
105*12692SAli.Bahrami@Oracle.COM$if _sparc
106*12692SAli.Bahrami@Oracle.COM	thr_stksegment;
107*12692SAli.Bahrami@Oracle.COM$endif
108*12692SAli.Bahrami@Oracle.COM
1092522Sraf    local:
1102522Sraf	*;
1112522Sraf};
112