diff options
author | Richard Lowe <richlowe@richlowe.net> | 2022-02-26 16:40:47 -0600 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2022-03-10 01:14:35 -0600 |
commit | bbf215553c7233fbab8a0afdf1fac74c44781867 (patch) | |
tree | e698415c5d1265b368c58c56199244dc2be86500 /usr/src/man/man3cpc/cpc_bind_curlwp.3cpc | |
parent | 236cb9a89d936b4b681853751c9af1adccc35ef9 (diff) | |
download | illumos-gate-bbf215553c7233fbab8a0afdf1fac74c44781867.tar.gz |
14443 resection manual pages per IPD4
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Andy Fiddaman <andy@omnios.org>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/man/man3cpc/cpc_bind_curlwp.3cpc')
-rw-r--r-- | usr/src/man/man3cpc/cpc_bind_curlwp.3cpc | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/usr/src/man/man3cpc/cpc_bind_curlwp.3cpc b/usr/src/man/man3cpc/cpc_bind_curlwp.3cpc index 666bf6bb74..47c7854fcd 100644 --- a/usr/src/man/man3cpc/cpc_bind_curlwp.3cpc +++ b/usr/src/man/man3cpc/cpc_bind_curlwp.3cpc @@ -241,7 +241,7 @@ the example makes use of two counters to measure external cache references and external cache hits. These options are only appropriate for UltraSPARC processors. By setting the EVENT0 and EVENT1 environment variables to other strings (a list of which can be obtained from the \fB-h\fR option of the -\fBcpustat\fR(1M) or \fBcputrack\fR(1) utilities), other events can be counted. +\fBcpustat\fR(8) or \fBcputrack\fR(1) utilities), other events can be counted. The \fBerror()\fR routine is assumed to be a user-provided routine analogous to the familiar \fBprintf\fR(3C) function from the C library that also performs an \fBexit\fR(2) after printing the message. @@ -423,7 +423,7 @@ library and creates a set: .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -441,9 +441,14 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBcpustat\fR(1M), \fBcputrack\fR(1), \fBpsrinfo\fR(1M), -\fBprocessor_bind\fR(2), \fBcpc_seterrhndlr\fR(3CPC), -\fBcpc_set_sample\fR(3CPC), \fBlibcpc\fR(3LIB), \fBattributes\fR(5) +.BR cputrack (1), +.BR processor_bind (2), +.BR cpc_set_sample (3CPC), +.BR cpc_seterrhndlr (3CPC), +.BR libcpc (3LIB), +.BR attributes (7), +.BR cpustat (8), +.BR psrinfo (8) .SH NOTES .sp .LP @@ -524,7 +529,7 @@ hardware counters per physical processor. To use \fBcpc_bind_curlwp()\fR or \fBcpc_bind_pctx()\fR to measure per-\fBLWP\fR events on a system with Pentium 4 HT processors, a system administrator must first take processors in the system offline until each physical processor has only one hardware thread -online (See the \fB-p\fR option to \fBpsrinfo\fR(1M)). If a second hardware +online (See the \fB-p\fR option to \fBpsrinfo\fR(8)). If a second hardware thread is brought online, all per-\fBLWP\fR bound contexts will be invalidated and any attempt to sample or bind a CPC set will return \fBEAGAIN\fR. .sp |