Print this page
1681 support for BUILD64=# no longer works
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/pkg/manifests/diagnostic-cpu-counters.mf
+++ new/usr/src/pkg/manifests/diagnostic-cpu-counters.mf
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
↓ open down ↓ |
14 lines elided |
↑ open up ↑ |
15 15 # If applicable, add the following below this CDDL HEADER, with the
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
21 21
22 22 #
23 23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24 24 # Copyright 2012 Nexenta Systems, Inc. All rights reserved.
25 +# Copyright 2014 Andrew Stormont.
25 26 #
26 27
27 28 set name=pkg.fmri value=pkg:/diagnostic/cpu-counters@$(PKGVERS)
28 29 set name=pkg.description \
29 30 value="CPU Performance Counter libraries and utilities"
30 31 set name=pkg.summary value="CPU Performance Counter libraries and utilities"
31 32 set name=info.classification value=org.opensolaris.category.2008:System/Core
32 33 set name=variant.arch value=$(ARCH)
33 34 dir path=usr group=sys
34 35 dir path=usr/bin
35 36 $(i386_ONLY)dir path=usr/bin/$(ARCH32)
36 -dir path=usr/bin/$(ARCH64)
37 +$(BUILD64)dir path=usr/bin/$(ARCH64)
37 38 dir path=usr/include
38 39 dir path=usr/include/sys
39 40 dir path=usr/kernel group=sys
40 41 dir path=usr/kernel/pcbe group=sys
41 42 dir path=usr/kernel/pcbe/$(ARCH64) group=sys
42 43 dir path=usr/lib
43 -dir path=usr/lib/$(ARCH64)
44 +$(BUILD64)dir path=usr/lib/$(ARCH64)
44 45 dir path=usr/sbin
45 46 dir path=usr/share/man/man1
46 47 dir path=usr/share/man/man1m
47 48 dir path=usr/share/man/man3cpc
48 49 dir path=usr/share/man/man3lib
49 50 $(i386_ONLY)file path=usr/bin/$(ARCH32)/cputrack mode=0555
50 -file path=usr/bin/$(ARCH64)/cputrack mode=0555
51 +$(BUILD64)file path=usr/bin/$(ARCH64)/cputrack mode=0555
51 52 file path=usr/include/libcpc.h
52 53 file path=usr/include/libpctx.h
53 54 $(sparc_ONLY)file path=usr/kernel/pcbe/$(ARCH64)/pcbe.4.6 group=sys mode=0755
54 55 $(sparc_ONLY)file path=usr/kernel/pcbe/$(ARCH64)/pcbe.62 group=sys mode=0755
55 56 $(i386_ONLY)file path=usr/kernel/pcbe/$(ARCH64)/pcbe.AuthenticAMD group=sys \
56 57 mode=0755
57 58 $(i386_ONLY)file path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.15 group=sys \
58 59 mode=0755
59 60 $(i386_ONLY)file path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6 group=sys \
60 61 mode=0755
61 62 $(i386_ONLY)file path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.15 \
62 63 group=sys mode=0755
63 64 $(i386_ONLY)file path=usr/kernel/pcbe/pcbe.AuthenticAMD group=sys mode=0755
64 65 $(i386_ONLY)file path=usr/kernel/pcbe/pcbe.GenuineIntel.15 group=sys mode=0755
65 66 $(i386_ONLY)file path=usr/kernel/pcbe/pcbe.GenuineIntel.6 group=sys mode=0755
66 67 $(i386_ONLY)file path=usr/kernel/pcbe/pcbe.GenuineIntel.6.15 group=sys \
67 68 mode=0755
68 -file path=usr/lib/$(ARCH64)/libcpc.so.1
69 -file path=usr/lib/$(ARCH64)/libpctx.so.1
70 -file path=usr/lib/$(ARCH64)/llib-lcpc.ln
71 -file path=usr/lib/$(ARCH64)/llib-lpctx.ln
69 +$(BUILD64)file path=usr/lib/$(ARCH64)/libcpc.so.1
70 +$(BUILD64)file path=usr/lib/$(ARCH64)/libpctx.so.1
71 +$(BUILD64)file path=usr/lib/$(ARCH64)/llib-lcpc.ln
72 +$(BUILD64)file path=usr/lib/$(ARCH64)/llib-lpctx.ln
72 73 file path=usr/lib/libcpc.so.1
73 74 file path=usr/lib/libpctx.so.1
74 75 file path=usr/lib/llib-lcpc
75 76 file path=usr/lib/llib-lcpc.ln
76 77 file path=usr/lib/llib-lpctx
77 78 file path=usr/lib/llib-lpctx.ln
78 79 file path=usr/sbin/cpustat mode=0555
79 80 file path=usr/share/man/man1/cputrack.1
80 81 file path=usr/share/man/man1m/cpustat.1m
81 82 file path=usr/share/man/man3cpc/cpc.3cpc
82 83 file path=usr/share/man/man3cpc/cpc_access.3cpc
83 84 file path=usr/share/man/man3cpc/cpc_bind_curlwp.3cpc
84 85 file path=usr/share/man/man3cpc/cpc_bind_event.3cpc
85 86 file path=usr/share/man/man3cpc/cpc_buf_create.3cpc
86 87 file path=usr/share/man/man3cpc/cpc_count_usr_events.3cpc
87 88 file path=usr/share/man/man3cpc/cpc_enable.3cpc
88 89 file path=usr/share/man/man3cpc/cpc_event.3cpc
89 90 file path=usr/share/man/man3cpc/cpc_event_diff.3cpc
90 91 file path=usr/share/man/man3cpc/cpc_getcpuver.3cpc
91 92 file path=usr/share/man/man3cpc/cpc_npic.3cpc
92 93 file path=usr/share/man/man3cpc/cpc_open.3cpc
93 94 file path=usr/share/man/man3cpc/cpc_pctx_bind_event.3cpc
94 95 file path=usr/share/man/man3cpc/cpc_set_create.3cpc
95 96 file path=usr/share/man/man3cpc/cpc_seterrfn.3cpc
96 97 file path=usr/share/man/man3cpc/cpc_seterrhndlr.3cpc
97 98 file path=usr/share/man/man3cpc/cpc_shared_open.3cpc
98 99 file path=usr/share/man/man3cpc/cpc_strtoevent.3cpc
99 100 file path=usr/share/man/man3cpc/cpc_version.3cpc
100 101 file path=usr/share/man/man3cpc/generic_events.3cpc
101 102 file path=usr/share/man/man3cpc/pctx_capture.3cpc
102 103 file path=usr/share/man/man3cpc/pctx_set_events.3cpc
103 104 file path=usr/share/man/man3lib/libcpc.3lib
104 105 file path=usr/share/man/man3lib/libpctx.3lib
105 106 hardlink path=usr/bin/cputrack target=../lib/isaexec
106 107 $(sparc_ONLY)hardlink path=usr/kernel/pcbe/$(ARCH64)/pcbe.23 target=pcbe.62
107 108 $(sparc_ONLY)hardlink path=usr/kernel/pcbe/$(ARCH64)/pcbe.4.7 target=pcbe.4.6
108 109 $(i386_ONLY)hardlink path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.5 \
109 110 target=pcbe.GenuineIntel.6
110 111 $(i386_ONLY)hardlink path=usr/kernel/pcbe/pcbe.GenuineIntel.5 \
111 112 target=pcbe.GenuineIntel.6
112 113 legacy pkg=SUNWcpcu desc="CPU Performance Counter libraries and utilities" \
113 114 name="CPU Performance Counter libraries and utilities"
114 115 license cr_Sun license=cr_Sun
115 116 license lic_CDDL license=lic_CDDL
116 117 $(i386_ONLY)license usr/src/uts/intel/pcbe/THIRDPARTYLICENSE \
117 118 license=usr/src/uts/intel/pcbe/THIRDPARTYLICENSE
118 119 $(sparc_ONLY)license usr/src/uts/sun4u/pcbe/THIRDPARTYLICENSE \
119 120 license=usr/src/uts/sun4u/pcbe/THIRDPARTYLICENSE
120 121 $(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.23 \
121 122 target=pcbe.GenuineIntel.6.15
122 123 $(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.26 \
123 124 target=pcbe.GenuineIntel.6.15
124 125 $(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.28 \
125 126 target=pcbe.GenuineIntel.6.15
126 127 $(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.29 \
127 128 target=pcbe.GenuineIntel.6.15
128 129 $(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.30 \
129 130 target=pcbe.GenuineIntel.6.15
130 131 $(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.31 \
131 132 target=pcbe.GenuineIntel.6.15
132 133 $(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.37 \
133 134 target=pcbe.GenuineIntel.6.15
134 135 $(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.44 \
135 136 target=pcbe.GenuineIntel.6.15
136 137 $(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.46 \
137 138 target=pcbe.GenuineIntel.6.15
138 139 $(i386_ONLY)link path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.47 \
139 140 target=pcbe.GenuineIntel.6.15
140 141 $(i386_ONLY)link path=usr/kernel/pcbe/pcbe.GenuineIntel.6.23 \
141 142 target=pcbe.GenuineIntel.6.15
142 143 $(i386_ONLY)link path=usr/kernel/pcbe/pcbe.GenuineIntel.6.26 \
143 144 target=pcbe.GenuineIntel.6.15
144 145 $(i386_ONLY)link path=usr/kernel/pcbe/pcbe.GenuineIntel.6.28 \
145 146 target=pcbe.GenuineIntel.6.15
146 147 $(i386_ONLY)link path=usr/kernel/pcbe/pcbe.GenuineIntel.6.29 \
147 148 target=pcbe.GenuineIntel.6.15
148 149 $(i386_ONLY)link path=usr/kernel/pcbe/pcbe.GenuineIntel.6.30 \
149 150 target=pcbe.GenuineIntel.6.15
↓ open down ↓ |
68 lines elided |
↑ open up ↑ |
150 151 $(i386_ONLY)link path=usr/kernel/pcbe/pcbe.GenuineIntel.6.31 \
151 152 target=pcbe.GenuineIntel.6.15
152 153 $(i386_ONLY)link path=usr/kernel/pcbe/pcbe.GenuineIntel.6.37 \
153 154 target=pcbe.GenuineIntel.6.15
154 155 $(i386_ONLY)link path=usr/kernel/pcbe/pcbe.GenuineIntel.6.44 \
155 156 target=pcbe.GenuineIntel.6.15
156 157 $(i386_ONLY)link path=usr/kernel/pcbe/pcbe.GenuineIntel.6.46 \
157 158 target=pcbe.GenuineIntel.6.15
158 159 $(i386_ONLY)link path=usr/kernel/pcbe/pcbe.GenuineIntel.6.47 \
159 160 target=pcbe.GenuineIntel.6.15
160 -link path=usr/lib/$(ARCH64)/libcpc.so target=./libcpc.so.1
161 -link path=usr/lib/$(ARCH64)/libpctx.so target=./libpctx.so.1
161 +$(BUILD64)link path=usr/lib/$(ARCH64)/libcpc.so target=./libcpc.so.1
162 +$(BUILD64)link path=usr/lib/$(ARCH64)/libpctx.so target=./libpctx.so.1
162 163 link path=usr/lib/libcpc.so target=./libcpc.so.1
163 164 link path=usr/lib/libpctx.so target=./libpctx.so.1
164 165 link path=usr/share/man/man3cpc/cpc_bind_cpu.3cpc target=cpc_bind_curlwp.3cpc
165 166 link path=usr/share/man/man3cpc/cpc_bind_pctx.3cpc target=cpc_bind_curlwp.3cpc
166 167 link path=usr/share/man/man3cpc/cpc_buf_add.3cpc target=cpc_buf_create.3cpc
167 168 link path=usr/share/man/man3cpc/cpc_buf_copy.3cpc target=cpc_buf_create.3cpc
168 169 link path=usr/share/man/man3cpc/cpc_buf_destroy.3cpc \
169 170 target=cpc_buf_create.3cpc
170 171 link path=usr/share/man/man3cpc/cpc_buf_get.3cpc target=cpc_buf_create.3cpc
171 172 link path=usr/share/man/man3cpc/cpc_buf_hrtime.3cpc target=cpc_buf_create.3cpc
172 173 link path=usr/share/man/man3cpc/cpc_buf_set.3cpc target=cpc_buf_create.3cpc
173 174 link path=usr/share/man/man3cpc/cpc_buf_sub.3cpc target=cpc_buf_create.3cpc
174 175 link path=usr/share/man/man3cpc/cpc_buf_tick.3cpc target=cpc_buf_create.3cpc
175 176 link path=usr/share/man/man3cpc/cpc_buf_zero.3cpc target=cpc_buf_create.3cpc
176 177 link path=usr/share/man/man3cpc/cpc_caps.3cpc target=cpc_npic.3cpc
177 178 link path=usr/share/man/man3cpc/cpc_cciname.3cpc target=cpc_npic.3cpc
178 179 link path=usr/share/man/man3cpc/cpc_close.3cpc target=cpc_open.3cpc
179 180 link path=usr/share/man/man3cpc/cpc_count_sys_events.3cpc \
180 181 target=cpc_count_usr_events.3cpc
181 182 link path=usr/share/man/man3cpc/cpc_cpuref.3cpc target=cpc_npic.3cpc
182 183 link path=usr/share/man/man3cpc/cpc_disable.3cpc target=cpc_enable.3cpc
183 184 link path=usr/share/man/man3cpc/cpc_event_accum.3cpc \
184 185 target=cpc_event_diff.3cpc
185 186 link path=usr/share/man/man3cpc/cpc_eventtostr.3cpc target=cpc_strtoevent.3cpc
186 187 link path=usr/share/man/man3cpc/cpc_getcciname.3cpc target=cpc_getcpuver.3cpc
187 188 link path=usr/share/man/man3cpc/cpc_getcpuref.3cpc target=cpc_getcpuver.3cpc
188 189 link path=usr/share/man/man3cpc/cpc_getnpic.3cpc target=cpc_getcpuver.3cpc
189 190 link path=usr/share/man/man3cpc/cpc_getusage.3cpc target=cpc_getcpuver.3cpc
190 191 link path=usr/share/man/man3cpc/cpc_pctx_invalidate.3cpc \
191 192 target=cpc_pctx_bind_event.3cpc
192 193 link path=usr/share/man/man3cpc/cpc_pctx_rele.3cpc \
193 194 target=cpc_pctx_bind_event.3cpc
194 195 link path=usr/share/man/man3cpc/cpc_pctx_take_sample.3cpc \
195 196 target=cpc_pctx_bind_event.3cpc
196 197 link path=usr/share/man/man3cpc/cpc_rele.3cpc target=cpc_bind_event.3cpc
197 198 link path=usr/share/man/man3cpc/cpc_request_preset.3cpc \
198 199 target=cpc_bind_curlwp.3cpc
199 200 link path=usr/share/man/man3cpc/cpc_set_add_request.3cpc \
200 201 target=cpc_set_create.3cpc
201 202 link path=usr/share/man/man3cpc/cpc_set_destroy.3cpc \
202 203 target=cpc_set_create.3cpc
203 204 link path=usr/share/man/man3cpc/cpc_set_restart.3cpc \
204 205 target=cpc_bind_curlwp.3cpc
205 206 link path=usr/share/man/man3cpc/cpc_set_sample.3cpc target=cpc_buf_create.3cpc
206 207 link path=usr/share/man/man3cpc/cpc_shared_bind_event.3cpc \
207 208 target=cpc_shared_open.3cpc
208 209 link path=usr/share/man/man3cpc/cpc_shared_close.3cpc \
209 210 target=cpc_shared_open.3cpc
210 211 link path=usr/share/man/man3cpc/cpc_shared_rele.3cpc \
211 212 target=cpc_shared_open.3cpc
212 213 link path=usr/share/man/man3cpc/cpc_shared_take_sample.3cpc \
213 214 target=cpc_shared_open.3cpc
214 215 link path=usr/share/man/man3cpc/cpc_take_sample.3cpc \
215 216 target=cpc_bind_event.3cpc
216 217 link path=usr/share/man/man3cpc/cpc_unbind.3cpc target=cpc_bind_curlwp.3cpc
217 218 link path=usr/share/man/man3cpc/cpc_walk_attrs.3cpc target=cpc_npic.3cpc
218 219 link path=usr/share/man/man3cpc/cpc_walk_events_all.3cpc target=cpc_npic.3cpc
219 220 link path=usr/share/man/man3cpc/cpc_walk_events_pic.3cpc target=cpc_npic.3cpc
220 221 link path=usr/share/man/man3cpc/cpc_walk_generic_events_all.3cpc \
221 222 target=cpc_npic.3cpc
222 223 link path=usr/share/man/man3cpc/cpc_walk_generic_events_pic.3cpc \
223 224 target=cpc_npic.3cpc
224 225 link path=usr/share/man/man3cpc/cpc_walk_names.3cpc target=cpc_getcpuver.3cpc
225 226 link path=usr/share/man/man3cpc/cpc_walk_requests.3cpc \
226 227 target=cpc_set_create.3cpc
227 228 link path=usr/share/man/man3cpc/pctx_create.3cpc target=pctx_capture.3cpc
228 229 link path=usr/share/man/man3cpc/pctx_release.3cpc target=pctx_capture.3cpc
229 230 link path=usr/share/man/man3cpc/pctx_run.3cpc target=pctx_capture.3cpc
↓ open down ↓ |
58 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX