mapfile-vers revision cd3e933325e68e23516a196a8fea7f49b1e497c3
2310N/A#
2310N/A# CDDL HEADER START
2310N/A#
2310N/A# The contents of this file are subject to the terms of the
2310N/A# Common Development and Distribution License (the "License").
2310N/A# You may not use this file except in compliance with the License.
2310N/A#
2310N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2310N/A# or http://www.opensolaris.org/os/licensing.
2310N/A# See the License for the specific language governing permissions
2310N/A# and limitations under the License.
2310N/A#
2310N/A# When distributing Covered Code, include this CDDL HEADER in each
2310N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2310N/A# If applicable, add the following below this CDDL HEADER, with the
2310N/A# fields enclosed by brackets "[]" replaced with your own identifying
2310N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2310N/A#
2310N/A# CDDL HEADER END
2310N/A#
2310N/A#
2310N/A# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
2858N/A#
2310N/A
2310N/A#
2310N/A# MAPFILE HEADER START
2310N/A#
2310N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
2310N/A# Object versioning must comply with the rules detailed in
2310N/A#
2367N/A# usr/src/lib/README.mapfiles
2367N/A#
2367N/A# You should not be making modifications here until you've read the most current
2367N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
2367N/A#
2367N/A# MAPFILE HEADER END
2367N/A#
2367N/A
2367N/A$mapfile_version 2
2367N/A
2367N/ASYMBOL_VERSION SUNW_1.3 {
2367N/A global:
2367N/A cpc_walk_generic_events_pic;
2436N/A cpc_walk_generic_events_all;
2310N/A} SUNW_1.2;
2310N/A
2310N/ASYMBOL_VERSION SUNW_1.2 {
2310N/A global:
2310N/A cpc_bind_cpu;
2310N/A cpc_bind_curlwp;
2310N/A cpc_bind_pctx;
2310N/A cpc_buf_add;
2310N/A cpc_buf_copy;
2310N/A cpc_buf_create;
2310N/A cpc_buf_destroy;
2310N/A cpc_buf_get;
2310N/A cpc_buf_hrtime;
2310N/A cpc_buf_set;
2310N/A cpc_buf_sub;
2310N/A cpc_buf_tick;
2310N/A cpc_buf_zero;
2310N/A cpc_caps;
2310N/A cpc_cciname;
2367N/A cpc_close;
2310N/A cpc_cpuref;
2310N/A cpc_disable;
2367N/A cpc_enable;
2367N/A cpc_npic;
2367N/A cpc_open;
2367N/A cpc_request_preset;
2310N/A cpc_set_add_request;
2310N/A cpc_set_create;
2310N/A cpc_set_destroy;
2310N/A cpc_seterrhndlr;
2479N/A cpc_set_restart;
2479N/A cpc_set_sample;
2479N/A cpc_unbind;
2479N/A cpc_walk_attrs;
2479N/A cpc_walk_events_all;
2479N/A cpc_walk_events_pic;
2479N/A cpc_walk_requests;
2310N/A
2310N/A # On all platforms other than amd64, SUNW_1.2 inherts SUNW_1.1,
2310N/A # which supplies additional functions. On amd64, there is no SUNW_1.1.
2310N/A$if !(_x86 && _ELF64)
2310N/A} SUNW_1.1 ;
2310N/A
2310N/ASYMBOL_VERSION SUNW_1.1 {
2310N/A global:
2479N/A cpc_access;
2479N/A cpc_bind_event;
2479N/A cpc_count_sys_events;
2448N/A cpc_count_usr_events;
2310N/A cpc_event_accum;
2310N/A cpc_event_diff;
2310N/A cpc_eventtostr;
2374N/A cpc_getcciname;
2374N/A cpc_getcpuref;
2374N/A cpc_getcpuver;
2310N/A cpc_getnpic;
2310N/A cpc_getusage;
2479N/A cpc_pctx_bind_event;
2310N/A cpc_pctx_invalidate;
2310N/A cpc_pctx_rele;
2310N/A cpc_pctx_take_sample;
2310N/A cpc_rele;
2479N/A cpc_seterrfn;
2858N/A cpc_shared_bind_event;
2479N/A cpc_shared_close;
2310N/A cpc_shared_open;
2310N/A cpc_shared_rele;
2858N/A cpc_shared_take_sample;
2310N/A cpc_strtoevent;
2310N/A cpc_take_sample;
2310N/A cpc_version;
2310N/A cpc_walk_names;
2310N/A$endif
2310N/A};
2310N/A
2310N/ASYMBOL_VERSION SUNWprivate_1.1 {
2367N/A global:
2367N/A SUNWprivate_1.1;
2310N/A cpc_terminate;
2310N/A local:
2310N/A *;
2310N/A};
2310N/A