xref: /titanic_53/usr/src/pkg/manifests/diagnostic-cpu-counters.mf (revision 53548f91e84cd97a638c23b5b295cc69089a5030)
1ead1f93eSLiane Praza#
2ead1f93eSLiane Praza# CDDL HEADER START
3ead1f93eSLiane Praza#
4ead1f93eSLiane Praza# The contents of this file are subject to the terms of the
5ead1f93eSLiane Praza# Common Development and Distribution License (the "License").
6ead1f93eSLiane Praza# You may not use this file except in compliance with the License.
7ead1f93eSLiane Praza#
8ead1f93eSLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9ead1f93eSLiane Praza# or http://www.opensolaris.org/os/licensing.
10ead1f93eSLiane Praza# See the License for the specific language governing permissions
11ead1f93eSLiane Praza# and limitations under the License.
12ead1f93eSLiane Praza#
13ead1f93eSLiane Praza# When distributing Covered Code, include this CDDL HEADER in each
14ead1f93eSLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15ead1f93eSLiane Praza# If applicable, add the following below this CDDL HEADER, with the
16ead1f93eSLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying
17ead1f93eSLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner]
18ead1f93eSLiane Praza#
19ead1f93eSLiane Praza# CDDL HEADER END
20ead1f93eSLiane Praza#
21ead1f93eSLiane Praza
22ead1f93eSLiane Praza#
23ebbab6bbSDan Price# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24a9478106SYuri Pankov# Copyright 2012 Nexenta Systems, Inc. All rights reserved.
25ead1f93eSLiane Praza#
26ead1f93eSLiane Praza
27ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/diagnostic/cpu-counters@$(PKGVERS)
28ebbab6bbSDan Priceset name=pkg.description \
29ebbab6bbSDan Price    value="CPU Performance Counter libraries and utilities"
30ead1f93eSLiane Prazaset name=pkg.summary value="CPU Performance Counter libraries and utilities"
31ead1f93eSLiane Prazaset name=info.classification value=org.opensolaris.category.2008:System/Core
32ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH)
33ead1f93eSLiane Prazadir path=usr group=sys
34ead1f93eSLiane Prazadir path=usr/bin
35ead1f93eSLiane Praza$(i386_ONLY)dir path=usr/bin/$(ARCH32)
36ead1f93eSLiane Prazadir path=usr/bin/$(ARCH64)
37ead1f93eSLiane Prazadir path=usr/include
38ead1f93eSLiane Prazadir path=usr/include/sys
39ead1f93eSLiane Prazadir path=usr/kernel group=sys
40ead1f93eSLiane Prazadir path=usr/kernel/pcbe group=sys
41ead1f93eSLiane Prazadir path=usr/kernel/pcbe/$(ARCH64) group=sys
42ead1f93eSLiane Prazadir path=usr/lib
43ead1f93eSLiane Prazadir path=usr/lib/$(ARCH64)
44ead1f93eSLiane Prazadir path=usr/sbin
45c10c16deSRichard Lowedir path=usr/share/man/man1
46c10c16deSRichard Lowedir path=usr/share/man/man1m
47c10c16deSRichard Lowedir path=usr/share/man/man3cpc
48c10c16deSRichard Lowedir path=usr/share/man/man3lib
49ead1f93eSLiane Praza$(i386_ONLY)file path=usr/bin/$(ARCH32)/cputrack mode=0555
50ead1f93eSLiane Prazafile path=usr/bin/$(ARCH64)/cputrack mode=0555
51ead1f93eSLiane Prazafile path=usr/include/libcpc.h
52ead1f93eSLiane Prazafile path=usr/include/libpctx.h
53ead1f93eSLiane Praza$(sparc_ONLY)file path=usr/kernel/pcbe/$(ARCH64)/pcbe.4.6 group=sys mode=0755
54ead1f93eSLiane Praza$(sparc_ONLY)file path=usr/kernel/pcbe/$(ARCH64)/pcbe.62 group=sys mode=0755
55ead1f93eSLiane Praza$(i386_ONLY)file path=usr/kernel/pcbe/$(ARCH64)/pcbe.AuthenticAMD group=sys \
56ead1f93eSLiane Praza    mode=0755
57ead1f93eSLiane Praza$(i386_ONLY)file path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.15 group=sys \
58ead1f93eSLiane Praza    mode=0755
59ebbab6bbSDan Price$(i386_ONLY)file path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.15 \
60ebbab6bbSDan Price    group=sys mode=0755
61ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/libcpc.so.1
62ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/libpctx.so.1
63ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/llib-lcpc.ln
64ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/llib-lpctx.ln
65ead1f93eSLiane Prazafile path=usr/lib/libcpc.so.1
66ead1f93eSLiane Prazafile path=usr/lib/libpctx.so.1
67ead1f93eSLiane Prazafile path=usr/lib/llib-lcpc
68ead1f93eSLiane Prazafile path=usr/lib/llib-lcpc.ln
69ead1f93eSLiane Prazafile path=usr/lib/llib-lpctx
70ead1f93eSLiane Prazafile path=usr/lib/llib-lpctx.ln
71ead1f93eSLiane Prazafile path=usr/sbin/cpustat mode=0555
72c10c16deSRichard Lowefile path=usr/share/man/man1/cputrack.1
73c10c16deSRichard Lowefile path=usr/share/man/man1m/cpustat.1m
74*53548f91SRobert Mustacchifile path=usr/share/man/man3cpc/bdw_de_events.3cpc
75*53548f91SRobert Mustacchifile path=usr/share/man/man3cpc/bdw_events.3cpc
76*53548f91SRobert Mustacchifile path=usr/share/man/man3cpc/bdx_events.3cpc
77*53548f91SRobert Mustacchifile path=usr/share/man/man3cpc/bnl_events.3cpc
78c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc.3cpc
79c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_access.3cpc
80c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_bind_curlwp.3cpc
81c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_bind_event.3cpc
82c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_buf_create.3cpc
83c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_count_usr_events.3cpc
84c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_enable.3cpc
85c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_event.3cpc
86c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_event_diff.3cpc
87c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_getcpuver.3cpc
88c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_npic.3cpc
89c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_open.3cpc
90c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_pctx_bind_event.3cpc
91c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_set_create.3cpc
92c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_seterrfn.3cpc
93c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_seterrhndlr.3cpc
94c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_shared_open.3cpc
95c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_strtoevent.3cpc
96c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_version.3cpc
97c10c16deSRichard Lowefile path=usr/share/man/man3cpc/generic_events.3cpc
98*53548f91SRobert Mustacchifile path=usr/share/man/man3cpc/glm_events.3cpc
99*53548f91SRobert Mustacchifile path=usr/share/man/man3cpc/glp_events.3cpc
100*53548f91SRobert Mustacchifile path=usr/share/man/man3cpc/hsw_events.3cpc
101*53548f91SRobert Mustacchifile path=usr/share/man/man3cpc/hsx_events.3cpc
102*53548f91SRobert Mustacchifile path=usr/share/man/man3cpc/ivb_events.3cpc
103*53548f91SRobert Mustacchifile path=usr/share/man/man3cpc/ivt_events.3cpc
104*53548f91SRobert Mustacchifile path=usr/share/man/man3cpc/jkt_events.3cpc
105*53548f91SRobert Mustacchifile path=usr/share/man/man3cpc/nhm_ep_events.3cpc
106*53548f91SRobert Mustacchifile path=usr/share/man/man3cpc/nhm_ex_events.3cpc
107c10c16deSRichard Lowefile path=usr/share/man/man3cpc/pctx_capture.3cpc
108c10c16deSRichard Lowefile path=usr/share/man/man3cpc/pctx_set_events.3cpc
109*53548f91SRobert Mustacchifile path=usr/share/man/man3cpc/skl_events.3cpc
110*53548f91SRobert Mustacchifile path=usr/share/man/man3cpc/skx_events.3cpc
111*53548f91SRobert Mustacchifile path=usr/share/man/man3cpc/slm_events.3cpc
112*53548f91SRobert Mustacchifile path=usr/share/man/man3cpc/snb_events.3cpc
113*53548f91SRobert Mustacchifile path=usr/share/man/man3cpc/wsm_ep_dp_events.3cpc
114*53548f91SRobert Mustacchifile path=usr/share/man/man3cpc/wsm_ep_sp_events.3cpc
115*53548f91SRobert Mustacchifile path=usr/share/man/man3cpc/wsm_ex_events.3cpc
116c10c16deSRichard Lowefile path=usr/share/man/man3lib/libcpc.3lib
117c10c16deSRichard Lowefile path=usr/share/man/man3lib/libpctx.3lib
118ead1f93eSLiane Prazahardlink path=usr/bin/cputrack target=../lib/isaexec
119ead1f93eSLiane Praza$(sparc_ONLY)hardlink path=usr/kernel/pcbe/$(ARCH64)/pcbe.23 target=pcbe.62
120ead1f93eSLiane Praza$(sparc_ONLY)hardlink path=usr/kernel/pcbe/$(ARCH64)/pcbe.4.7 target=pcbe.4.6
12171e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWcpcu desc="CPU Performance Counter libraries and utilities" \
12271e464e5SPeter Dennis - Sustaining Engineer    name="CPU Performance Counter libraries and utilities"
123ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun
124ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL
1255084e753SMark J. Nelson$(i386_ONLY)license usr/src/uts/intel/pcbe/THIRDPARTYLICENSE \
1265084e753SMark J. Nelson    license=usr/src/uts/intel/pcbe/THIRDPARTYLICENSE
1275084e753SMark J. Nelson$(sparc_ONLY)license usr/src/uts/sun4u/pcbe/THIRDPARTYLICENSE \
1285084e753SMark J. Nelson    license=usr/src/uts/sun4u/pcbe/THIRDPARTYLICENSE
129ead1f93eSLiane Praza$(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.23 \
130ead1f93eSLiane Praza    target=pcbe.GenuineIntel.6.15
131ead1f93eSLiane Praza$(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.26 \
132ead1f93eSLiane Praza    target=pcbe.GenuineIntel.6.15
133ead1f93eSLiane Praza$(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.28 \
134ead1f93eSLiane Praza    target=pcbe.GenuineIntel.6.15
135ead1f93eSLiane Praza$(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.29 \
136ead1f93eSLiane Praza    target=pcbe.GenuineIntel.6.15
137ead1f93eSLiane Praza$(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.30 \
138ead1f93eSLiane Praza    target=pcbe.GenuineIntel.6.15
139ead1f93eSLiane Praza$(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.31 \
140ead1f93eSLiane Praza    target=pcbe.GenuineIntel.6.15
141ead1f93eSLiane Praza$(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.37 \
142ead1f93eSLiane Praza    target=pcbe.GenuineIntel.6.15
143ead1f93eSLiane Praza$(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.44 \
144ead1f93eSLiane Praza    target=pcbe.GenuineIntel.6.15
145ead1f93eSLiane Praza$(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.46 \
146ead1f93eSLiane Praza    target=pcbe.GenuineIntel.6.15
147ac13ce24SAdrian Frost$(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.47 \
148ac13ce24SAdrian Frost    target=pcbe.GenuineIntel.6.15
149*53548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.122 \
150*53548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
151*53548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.142 \
152*53548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
153*53548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.158 \
154*53548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
155*53548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.38 \
156*53548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
157*53548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.39 \
158*53548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
159*53548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.42 \
160*53548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
161*53548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.45 \
162*53548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
163*53548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.53 \
164*53548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
165*53548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.54 \
166*53548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
167*53548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.55 \
168*53548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
169*53548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.58 \
170*53548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
171*53548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.60 \
172*53548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
173*53548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.61 \
174*53548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
175*53548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.62 \
176*53548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
177*53548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.63 \
178*53548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
179*53548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.69 \
180*53548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
181*53548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.70 \
182*53548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
183*53548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.71 \
184*53548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
185*53548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.76 \
186*53548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
187*53548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.77 \
188*53548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
189*53548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.78 \
190*53548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
191*53548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.79 \
192*53548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
193*53548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.85 \
194*53548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
195*53548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.86 \
196*53548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
197*53548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.92 \
198*53548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
199*53548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.94 \
200*53548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
201*53548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.95 \
202*53548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
203ead1f93eSLiane Prazalink path=usr/lib/$(ARCH64)/libcpc.so target=./libcpc.so.1
204ead1f93eSLiane Prazalink path=usr/lib/$(ARCH64)/libpctx.so target=./libpctx.so.1
205ead1f93eSLiane Prazalink path=usr/lib/libcpc.so target=./libcpc.so.1
206ead1f93eSLiane Prazalink path=usr/lib/libpctx.so target=./libpctx.so.1
207a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_bind_cpu.3cpc target=cpc_bind_curlwp.3cpc
208a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_bind_pctx.3cpc target=cpc_bind_curlwp.3cpc
209a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_buf_add.3cpc target=cpc_buf_create.3cpc
210a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_buf_copy.3cpc target=cpc_buf_create.3cpc
211a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_buf_destroy.3cpc \
212a9478106SYuri Pankov    target=cpc_buf_create.3cpc
213a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_buf_get.3cpc target=cpc_buf_create.3cpc
214a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_buf_hrtime.3cpc target=cpc_buf_create.3cpc
215a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_buf_set.3cpc target=cpc_buf_create.3cpc
216a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_buf_sub.3cpc target=cpc_buf_create.3cpc
217a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_buf_tick.3cpc target=cpc_buf_create.3cpc
218a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_buf_zero.3cpc target=cpc_buf_create.3cpc
219a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_caps.3cpc target=cpc_npic.3cpc
220a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_cciname.3cpc target=cpc_npic.3cpc
221a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_close.3cpc target=cpc_open.3cpc
222a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_count_sys_events.3cpc \
223a9478106SYuri Pankov    target=cpc_count_usr_events.3cpc
224a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_cpuref.3cpc target=cpc_npic.3cpc
225a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_disable.3cpc target=cpc_enable.3cpc
226a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_event_accum.3cpc \
227a9478106SYuri Pankov    target=cpc_event_diff.3cpc
228a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_eventtostr.3cpc target=cpc_strtoevent.3cpc
229a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_getcciname.3cpc target=cpc_getcpuver.3cpc
230a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_getcpuref.3cpc target=cpc_getcpuver.3cpc
231a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_getnpic.3cpc target=cpc_getcpuver.3cpc
232a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_getusage.3cpc target=cpc_getcpuver.3cpc
233a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_pctx_invalidate.3cpc \
234a9478106SYuri Pankov    target=cpc_pctx_bind_event.3cpc
235a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_pctx_rele.3cpc \
236a9478106SYuri Pankov    target=cpc_pctx_bind_event.3cpc
237a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_pctx_take_sample.3cpc \
238a9478106SYuri Pankov    target=cpc_pctx_bind_event.3cpc
239a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_rele.3cpc target=cpc_bind_event.3cpc
240a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_request_preset.3cpc \
241a9478106SYuri Pankov    target=cpc_bind_curlwp.3cpc
242a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_set_add_request.3cpc \
243a9478106SYuri Pankov    target=cpc_set_create.3cpc
244a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_set_destroy.3cpc \
245a9478106SYuri Pankov    target=cpc_set_create.3cpc
246a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_set_restart.3cpc \
247a9478106SYuri Pankov    target=cpc_bind_curlwp.3cpc
248a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_set_sample.3cpc target=cpc_buf_create.3cpc
249a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_shared_bind_event.3cpc \
250a9478106SYuri Pankov    target=cpc_shared_open.3cpc
251a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_shared_close.3cpc \
252a9478106SYuri Pankov    target=cpc_shared_open.3cpc
253a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_shared_rele.3cpc \
254a9478106SYuri Pankov    target=cpc_shared_open.3cpc
255a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_shared_take_sample.3cpc \
256a9478106SYuri Pankov    target=cpc_shared_open.3cpc
257a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_take_sample.3cpc \
258a9478106SYuri Pankov    target=cpc_bind_event.3cpc
259a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_unbind.3cpc target=cpc_bind_curlwp.3cpc
260a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_walk_attrs.3cpc target=cpc_npic.3cpc
261a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_walk_events_all.3cpc target=cpc_npic.3cpc
262a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_walk_events_pic.3cpc target=cpc_npic.3cpc
263a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_walk_generic_events_all.3cpc \
264a9478106SYuri Pankov    target=cpc_npic.3cpc
265a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_walk_generic_events_pic.3cpc \
266a9478106SYuri Pankov    target=cpc_npic.3cpc
267a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_walk_names.3cpc target=cpc_getcpuver.3cpc
268a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_walk_requests.3cpc \
269a9478106SYuri Pankov    target=cpc_set_create.3cpc
270a9478106SYuri Pankovlink path=usr/share/man/man3cpc/pctx_create.3cpc target=pctx_capture.3cpc
271a9478106SYuri Pankovlink path=usr/share/man/man3cpc/pctx_release.3cpc target=pctx_capture.3cpc
272a9478106SYuri Pankovlink path=usr/share/man/man3cpc/pctx_run.3cpc target=pctx_capture.3cpc
273