xref: /illumos-gate/usr/src/lib/libcpc/common/mapfile-vers (revision 67ce1dada345581246cd990d73516418f321a793)
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 2008 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25
26SUNW_1.3 {
27    global:
28	cpc_walk_generic_events_pic;
29	cpc_walk_generic_events_all;
30} SUNW_1.2;
31
32SUNW_1.2 {
33    global:
34	cpc_bind_cpu;
35	cpc_bind_curlwp;
36	cpc_bind_pctx;
37	cpc_buf_add;
38	cpc_buf_copy;
39	cpc_buf_create;
40	cpc_buf_destroy;
41	cpc_buf_get;
42	cpc_buf_hrtime;
43	cpc_buf_set;
44	cpc_buf_sub;
45	cpc_buf_tick;
46	cpc_buf_zero;
47	cpc_caps;
48	cpc_cciname;
49	cpc_close;
50	cpc_cpuref;
51	cpc_disable;
52	cpc_enable;
53	cpc_npic;
54	cpc_open;
55	cpc_request_preset;
56	cpc_set_add_request;
57	cpc_set_create;
58	cpc_set_destroy;
59	cpc_seterrhndlr;
60	cpc_set_restart;
61	cpc_set_sample;
62	cpc_unbind;
63	cpc_walk_attrs;
64	cpc_walk_events_all;
65	cpc_walk_events_pic;
66	cpc_walk_requests;
67};
68
69SUNWprivate_1.1 {
70    global:
71	SUNWprivate_1.1;
72    local:
73	*;
74};
75