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*7640SJonathan.Haslam@Sun.COM# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 232522Sraf# Use is subject to license terms. 242522Sraf# 25*7640SJonathan.Haslam@Sun.COM 26*7640SJonathan.Haslam@Sun.COMSUNW_1.3 { 27*7640SJonathan.Haslam@Sun.COM global: 28*7640SJonathan.Haslam@Sun.COM cpc_walk_generic_events_pic; 29*7640SJonathan.Haslam@Sun.COM cpc_walk_generic_events_all; 30*7640SJonathan.Haslam@Sun.COM} SUNW_1.2; 312522Sraf 322522SrafSUNW_1.2 { 332522Sraf global: 342522Sraf cpc_bind_cpu; 352522Sraf cpc_bind_curlwp; 362522Sraf cpc_bind_pctx; 372522Sraf cpc_buf_add; 382522Sraf cpc_buf_copy; 392522Sraf cpc_buf_create; 402522Sraf cpc_buf_destroy; 412522Sraf cpc_buf_get; 422522Sraf cpc_buf_hrtime; 432522Sraf cpc_buf_set; 442522Sraf cpc_buf_sub; 452522Sraf cpc_buf_tick; 462522Sraf cpc_buf_zero; 472522Sraf cpc_caps; 482522Sraf cpc_cciname; 492522Sraf cpc_close; 502522Sraf cpc_cpuref; 512522Sraf cpc_disable; 522522Sraf cpc_enable; 532522Sraf cpc_npic; 542522Sraf cpc_open; 552522Sraf cpc_request_preset; 562522Sraf cpc_set_add_request; 572522Sraf cpc_set_create; 582522Sraf cpc_set_destroy; 592522Sraf cpc_seterrhndlr; 602522Sraf cpc_set_restart; 612522Sraf cpc_set_sample; 622522Sraf cpc_unbind; 632522Sraf cpc_walk_attrs; 642522Sraf cpc_walk_events_all; 652522Sraf cpc_walk_events_pic; 662522Sraf cpc_walk_requests; 672522Sraf}; 682522Sraf 692522SrafSUNWprivate_1.1 { 702522Sraf global: 712522Sraf SUNWprivate_1.1; 722522Sraf local: 732522Sraf *; 742522Sraf}; 75