xref: /titanic_51/usr/src/pkg/manifests/diagnostic-cpu-counters.mf (revision 3db3a4ac8d5c81055f03a962e4d709dc5e13e2df)
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*3db3a4acSRobert Mustacchi$(i386_ONLY)file path=usr/share/man/man3cpc/amd_f17h_events.3cpc
75055ba460SPeter Tribble$(i386_ONLY)file path=usr/share/man/man3cpc/bdw_de_events.3cpc
76055ba460SPeter Tribble$(i386_ONLY)file path=usr/share/man/man3cpc/bdw_events.3cpc
77055ba460SPeter Tribble$(i386_ONLY)file path=usr/share/man/man3cpc/bdx_events.3cpc
78055ba460SPeter Tribble$(i386_ONLY)file path=usr/share/man/man3cpc/bnl_events.3cpc
795fc40de0SRobert Mustacchi$(i386_ONLY)file path=usr/share/man/man3cpc/clx_events.3cpc
80c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc.3cpc
81c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_access.3cpc
82c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_bind_curlwp.3cpc
83c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_bind_event.3cpc
84c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_buf_create.3cpc
85c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_count_usr_events.3cpc
86c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_enable.3cpc
87c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_event.3cpc
88c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_event_diff.3cpc
89c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_getcpuver.3cpc
90c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_npic.3cpc
91c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_open.3cpc
92c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_pctx_bind_event.3cpc
93c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_set_create.3cpc
94c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_seterrfn.3cpc
95c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_seterrhndlr.3cpc
96c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_shared_open.3cpc
97c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_strtoevent.3cpc
98c10c16deSRichard Lowefile path=usr/share/man/man3cpc/cpc_version.3cpc
99c10c16deSRichard Lowefile path=usr/share/man/man3cpc/generic_events.3cpc
100055ba460SPeter Tribble$(i386_ONLY)file path=usr/share/man/man3cpc/glm_events.3cpc
101055ba460SPeter Tribble$(i386_ONLY)file path=usr/share/man/man3cpc/glp_events.3cpc
102055ba460SPeter Tribble$(i386_ONLY)file path=usr/share/man/man3cpc/hsw_events.3cpc
103055ba460SPeter Tribble$(i386_ONLY)file path=usr/share/man/man3cpc/hsx_events.3cpc
104055ba460SPeter Tribble$(i386_ONLY)file path=usr/share/man/man3cpc/ivb_events.3cpc
105055ba460SPeter Tribble$(i386_ONLY)file path=usr/share/man/man3cpc/ivt_events.3cpc
106055ba460SPeter Tribble$(i386_ONLY)file path=usr/share/man/man3cpc/jkt_events.3cpc
107055ba460SPeter Tribble$(i386_ONLY)file path=usr/share/man/man3cpc/nhm_ep_events.3cpc
108055ba460SPeter Tribble$(i386_ONLY)file path=usr/share/man/man3cpc/nhm_ex_events.3cpc
109c10c16deSRichard Lowefile path=usr/share/man/man3cpc/pctx_capture.3cpc
110c10c16deSRichard Lowefile path=usr/share/man/man3cpc/pctx_set_events.3cpc
111055ba460SPeter Tribble$(i386_ONLY)file path=usr/share/man/man3cpc/skl_events.3cpc
112055ba460SPeter Tribble$(i386_ONLY)file path=usr/share/man/man3cpc/skx_events.3cpc
113055ba460SPeter Tribble$(i386_ONLY)file path=usr/share/man/man3cpc/slm_events.3cpc
114055ba460SPeter Tribble$(i386_ONLY)file path=usr/share/man/man3cpc/snb_events.3cpc
115055ba460SPeter Tribble$(i386_ONLY)file path=usr/share/man/man3cpc/wsm_ep_dp_events.3cpc
116055ba460SPeter Tribble$(i386_ONLY)file path=usr/share/man/man3cpc/wsm_ep_sp_events.3cpc
117055ba460SPeter Tribble$(i386_ONLY)file path=usr/share/man/man3cpc/wsm_ex_events.3cpc
118c10c16deSRichard Lowefile path=usr/share/man/man3lib/libcpc.3lib
119c10c16deSRichard Lowefile path=usr/share/man/man3lib/libpctx.3lib
120ead1f93eSLiane Prazahardlink path=usr/bin/cputrack target=../lib/isaexec
121ead1f93eSLiane Praza$(sparc_ONLY)hardlink path=usr/kernel/pcbe/$(ARCH64)/pcbe.23 target=pcbe.62
122ead1f93eSLiane Praza$(sparc_ONLY)hardlink path=usr/kernel/pcbe/$(ARCH64)/pcbe.4.7 target=pcbe.4.6
12371e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWcpcu desc="CPU Performance Counter libraries and utilities" \
12471e464e5SPeter Dennis - Sustaining Engineer    name="CPU Performance Counter libraries and utilities"
125ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun
126ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL
1275084e753SMark J. Nelson$(i386_ONLY)license usr/src/uts/intel/pcbe/THIRDPARTYLICENSE \
1285084e753SMark J. Nelson    license=usr/src/uts/intel/pcbe/THIRDPARTYLICENSE
1295084e753SMark J. Nelson$(sparc_ONLY)license usr/src/uts/sun4u/pcbe/THIRDPARTYLICENSE \
1305084e753SMark J. Nelson    license=usr/src/uts/sun4u/pcbe/THIRDPARTYLICENSE
131ead1f93eSLiane Praza$(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.23 \
132ead1f93eSLiane Praza    target=pcbe.GenuineIntel.6.15
133ead1f93eSLiane Praza$(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.26 \
134ead1f93eSLiane Praza    target=pcbe.GenuineIntel.6.15
135ead1f93eSLiane Praza$(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.28 \
136ead1f93eSLiane Praza    target=pcbe.GenuineIntel.6.15
137ead1f93eSLiane Praza$(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.29 \
138ead1f93eSLiane Praza    target=pcbe.GenuineIntel.6.15
139ead1f93eSLiane Praza$(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.30 \
140ead1f93eSLiane Praza    target=pcbe.GenuineIntel.6.15
141ead1f93eSLiane Praza$(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.31 \
142ead1f93eSLiane Praza    target=pcbe.GenuineIntel.6.15
143ead1f93eSLiane Praza$(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.37 \
144ead1f93eSLiane Praza    target=pcbe.GenuineIntel.6.15
145ead1f93eSLiane Praza$(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.44 \
146ead1f93eSLiane Praza    target=pcbe.GenuineIntel.6.15
147ead1f93eSLiane Praza$(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.46 \
148ead1f93eSLiane Praza    target=pcbe.GenuineIntel.6.15
149ac13ce24SAdrian Frost$(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.47 \
150ac13ce24SAdrian Frost    target=pcbe.GenuineIntel.6.15
15153548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.122 \
15253548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
15353548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.142 \
15453548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
15553548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.158 \
15653548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
15753548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.38 \
15853548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
15953548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.39 \
16053548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
16153548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.42 \
16253548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
16353548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.45 \
16453548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
16553548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.53 \
16653548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
16753548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.54 \
16853548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
16953548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.55 \
17053548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
17153548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.58 \
17253548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
17353548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.60 \
17453548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
17553548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.61 \
17653548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
17753548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.62 \
17853548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
17953548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.63 \
18053548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
18153548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.69 \
18253548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
18353548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.70 \
18453548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
18553548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.71 \
18653548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
18753548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.76 \
18853548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
18953548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.77 \
19053548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
19153548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.78 \
19253548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
19353548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.79 \
19453548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
19553548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.85 \
19653548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
19753548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.86 \
19853548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
19953548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.92 \
20053548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
20153548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.94 \
20253548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
20353548f91SRobert Mustacchi$(i386_ONLY)link path=usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.95 \
20453548f91SRobert Mustacchi    target=pcbe.GenuineIntel.6.15
205ead1f93eSLiane Prazalink path=usr/lib/$(ARCH64)/libcpc.so target=./libcpc.so.1
206ead1f93eSLiane Prazalink path=usr/lib/$(ARCH64)/libpctx.so target=./libpctx.so.1
207ead1f93eSLiane Prazalink path=usr/lib/libcpc.so target=./libcpc.so.1
208ead1f93eSLiane Prazalink path=usr/lib/libpctx.so target=./libpctx.so.1
209a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_bind_cpu.3cpc target=cpc_bind_curlwp.3cpc
210a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_bind_pctx.3cpc target=cpc_bind_curlwp.3cpc
211a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_buf_add.3cpc target=cpc_buf_create.3cpc
212a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_buf_copy.3cpc target=cpc_buf_create.3cpc
213a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_buf_destroy.3cpc \
214a9478106SYuri Pankov    target=cpc_buf_create.3cpc
215a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_buf_get.3cpc target=cpc_buf_create.3cpc
216a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_buf_hrtime.3cpc target=cpc_buf_create.3cpc
217a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_buf_set.3cpc target=cpc_buf_create.3cpc
218a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_buf_sub.3cpc target=cpc_buf_create.3cpc
219a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_buf_tick.3cpc target=cpc_buf_create.3cpc
220a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_buf_zero.3cpc target=cpc_buf_create.3cpc
221a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_caps.3cpc target=cpc_npic.3cpc
222a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_cciname.3cpc target=cpc_npic.3cpc
223a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_close.3cpc target=cpc_open.3cpc
224a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_count_sys_events.3cpc \
225a9478106SYuri Pankov    target=cpc_count_usr_events.3cpc
226a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_cpuref.3cpc target=cpc_npic.3cpc
227a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_disable.3cpc target=cpc_enable.3cpc
228a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_event_accum.3cpc \
229a9478106SYuri Pankov    target=cpc_event_diff.3cpc
230a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_eventtostr.3cpc target=cpc_strtoevent.3cpc
231a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_getcciname.3cpc target=cpc_getcpuver.3cpc
232a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_getcpuref.3cpc target=cpc_getcpuver.3cpc
233a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_getnpic.3cpc target=cpc_getcpuver.3cpc
234a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_getusage.3cpc target=cpc_getcpuver.3cpc
235a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_pctx_invalidate.3cpc \
236a9478106SYuri Pankov    target=cpc_pctx_bind_event.3cpc
237a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_pctx_rele.3cpc \
238a9478106SYuri Pankov    target=cpc_pctx_bind_event.3cpc
239a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_pctx_take_sample.3cpc \
240a9478106SYuri Pankov    target=cpc_pctx_bind_event.3cpc
241a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_rele.3cpc target=cpc_bind_event.3cpc
242a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_request_preset.3cpc \
243a9478106SYuri Pankov    target=cpc_bind_curlwp.3cpc
244a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_set_add_request.3cpc \
245a9478106SYuri Pankov    target=cpc_set_create.3cpc
246a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_set_destroy.3cpc \
247a9478106SYuri Pankov    target=cpc_set_create.3cpc
248a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_set_restart.3cpc \
249a9478106SYuri Pankov    target=cpc_bind_curlwp.3cpc
250a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_set_sample.3cpc target=cpc_buf_create.3cpc
251a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_shared_bind_event.3cpc \
252a9478106SYuri Pankov    target=cpc_shared_open.3cpc
253a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_shared_close.3cpc \
254a9478106SYuri Pankov    target=cpc_shared_open.3cpc
255a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_shared_rele.3cpc \
256a9478106SYuri Pankov    target=cpc_shared_open.3cpc
257a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_shared_take_sample.3cpc \
258a9478106SYuri Pankov    target=cpc_shared_open.3cpc
259a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_take_sample.3cpc \
260a9478106SYuri Pankov    target=cpc_bind_event.3cpc
261a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_unbind.3cpc target=cpc_bind_curlwp.3cpc
262a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_walk_attrs.3cpc target=cpc_npic.3cpc
263a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_walk_events_all.3cpc target=cpc_npic.3cpc
264a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_walk_events_pic.3cpc target=cpc_npic.3cpc
265a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_walk_generic_events_all.3cpc \
266a9478106SYuri Pankov    target=cpc_npic.3cpc
267a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_walk_generic_events_pic.3cpc \
268a9478106SYuri Pankov    target=cpc_npic.3cpc
269a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_walk_names.3cpc target=cpc_getcpuver.3cpc
270a9478106SYuri Pankovlink path=usr/share/man/man3cpc/cpc_walk_requests.3cpc \
271a9478106SYuri Pankov    target=cpc_set_create.3cpc
272a9478106SYuri Pankovlink path=usr/share/man/man3cpc/pctx_create.3cpc target=pctx_capture.3cpc
273a9478106SYuri Pankovlink path=usr/share/man/man3cpc/pctx_release.3cpc target=pctx_capture.3cpc
274a9478106SYuri Pankovlink path=usr/share/man/man3cpc/pctx_run.3cpc target=pctx_capture.3cpc
275