1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
|
Source: libcpc
Section: libs
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
dh-illumos,
gcc-multilib,
illumos-source-2.10,
lib32nvpair1-dev, libnvpair1-dev,
lib32proc1-dev, libproc1-dev,
quilt,
symlinks,
Standards-Version: 3.9.3
Homepage: https://www.illumos.org
Package: libpctx1
Section: libs
Priority: standard
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: process context library
This package contains libpctx shared library.
.
Functions in this library provide a simple means to access the underlying
facilities of proc(4) to allow a controlling process to manipulate the
state of a controlled process.
.
This library is primarily for use in conjunction with the libcpc
library. Used together, these libraries allow developers to construct
tools that can manipulate CPU performance counters in other processes.
Package: libpctx1-dev
Section: libdevel
Priority: optional
Architecture: illumos-any
Provides: libpctx-dev
Depends: libpctx1 (= ${binary:Version}), ${misc:Depends}, libc-dev
Description: process context library (development files)
This package contains the header files and symlinks needed
to compile applications that use libpctx.
.
Functions in this library provide a simple means to access the underlying
facilities of proc(4) to allow a controlling process to manipulate the
state of a controlled process.
.
This library is primarily for use in conjunction with the libcpc
library. Used together, these libraries allow developers to construct
tools that can manipulate CPU performance counters in other processes.
Package: lib32pctx1
Section: libs
Priority: standard
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: process context library (32 bit)
This package contains libpctx shared library.
.
Functions in this library provide a simple means to access the underlying
facilities of proc(4) to allow a controlling process to manipulate the
state of a controlled process.
.
This is a 32-bit version of the library.
Package: lib32pctx1-dev
Section: libdevel
Priority: optional
Architecture: illumos-amd64
Provides: lib32pctx-dev
Depends: lib32pctx1 (= ${binary:Version}), libpctx1-dev (= ${binary:Version}),
${misc:Depends}
Description: process context library (32-bit development files)
This package contains files needed to compile
32-bit applications that use libpctx.
.
libpctx provide a simple means to access the underlying
facilities of proc(4) to allow a controlling process to manipulate the
state of a controlled process.
Package: libcpc1
Section: libs
Priority: standard
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: CPU performance counter library
This package contains libcpc shared library.
.
Functions in this library provide access to CPU performance counters on
platforms that contain the appropriate hardware.
Package: libcpc1-dev
Section: libdevel
Priority: optional
Architecture: illumos-any
Provides: libcpc-dev
Depends: libcpc1 (= ${binary:Version}), ${misc:Depends}, libc-dev, libpctx1-dev
Description: CPU performance counter library (development files)
This package contains the header files and symlinks needed
to compile applications that use libcpc.
.
libcpc provides access to CPU performance counters on
platforms that contain the appropriate hardware.
Package: lib32cpc1
Section: libs
Priority: standard
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: CPU performance counter library (32 bit)
This package contains libcpc shared library.
.
Functions in this library provide access to CPU performance counters on
platforms that contain the appropriate hardware.
.
This is a 32-bit version of the library.
Package: lib32cpc1-dev
Section: libdevel
Priority: optional
Architecture: illumos-amd64
Provides: lib32cpc-dev
Depends: lib32cpc1 (= ${binary:Version}), libcpc1-dev (= ${binary:Version}),
${misc:Depends}
Description: CPU performance counter library (32-bit development files)
This package contains files needed to compile
32-bit applications that use libcpc.
.
libcpc provides access to CPU performance counters on
platforms that contain the appropriate hardware.
|