diff options
Diffstat (limited to 'usr/src/man/man3tnf/tracing.3tnf')
-rw-r--r-- | usr/src/man/man3tnf/tracing.3tnf | 33 |
1 files changed, 6 insertions, 27 deletions
diff --git a/usr/src/man/man3tnf/tracing.3tnf b/usr/src/man/man3tnf/tracing.3tnf index 7bbe76804d..6ecbdad3c8 100644 --- a/usr/src/man/man3tnf/tracing.3tnf +++ b/usr/src/man/man3tnf/tracing.3tnf @@ -4,7 +4,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH tracing 3TNF "4 Mar 1997" "SunOS 5.11" "TNF Library Functions" +.TH TRACING 3TNF "Mar 4, 1997" .SH NAME tracing \- overview of tnf tracing system .SH DESCRIPTION @@ -19,12 +19,10 @@ and identify the conditions that produced a bug. The core elements of \fBtracing\fR are: .sp .ne 2 -.mk .na \fB\fBTNF_PROBE_*(\|)\fR\fR .ad .RS 25n -.rt The \fBTNF_PROBE_*(\|)\fR macros define "probes" to be placed in code which, when enabled and executed, cause information to be added to a trace file. See \fBTNF_PROBE\fR(3TNF). If there are insufficient \fBTNF_PROBE_*\fR macros to @@ -34,23 +32,19 @@ See \fBTNF_DECLARE_RECORD\fR(3TNF). .sp .ne 2 -.mk .na \fB\fBprex\fR\fR .ad .RS 25n -.rt Displays and controls probes in running software. See prex(1). .RE .sp .ne 2 -.mk .na \fB\fBkernel\fR \fBprobes\fR\fR .ad .RS 25n -.rt A set of probes built into the Solaris kernel which capture information about system calls, multithreading, page faults, swapping, memory management, and I/O. You can use these probes to obtain detailed traces of kernel activity @@ -59,36 +53,30 @@ under your application workloads. See \fBtnf_kernel_probes\fR(4). .sp .ne 2 -.mk .na \fB\fBtnfxtract\fR\fR .ad .RS 25n -.rt A program that extracts the trace data from the kernel's in-memory buffer into a file. See \fBtnfxtract\fR(1). .RE .sp .ne 2 -.mk .na \fB\fBtnfdump\fR\fR .ad .RS 25n -.rt A program that displays the information from a trace file. See \fBtnfdump\fR(1). .RE .sp .ne 2 -.mk .na \fB\fBlibtnfctl\fR\fR .ad .RS 25n -.rt A library of interfaces that controls probes in a process. See \fBlibtnfctl\fR(3TNF). \fBprex\fR(1) also utilizes this library. Other tools and processes use the \fBlibtnfctl\fR interfaces to exercise fine control over @@ -97,48 +85,40 @@ their own probes. .sp .ne 2 -.mk .na \fB\fBtnf_process_enable()\fR\fR .ad .RS 25n -.rt A routine called by a process to turn on tracing and probe functions for the current process. See \fBtnf_process_enable\fR(3TNF). .RE .sp .ne 2 -.mk .na \fB\fBtnf_process_disable()\fR\fR .ad .RS 25n -.rt A routine called by a process to turn off tracing and probe functions for the current process. See \fBtnf_process_disable\fR(3TNF). .RE .sp .ne 2 -.mk .na \fB\fBtnf_thread_enable()\fR\fR .ad .RS 25n -.rt A routine called by a process to turn on tracing and probe functions for the currently running thread. See \fBtnf_thread_enable\fR(3TNF). .RE .sp .ne 2 -.mk .na \fB\fBtnf_thread_disable()\fR\fR .ad .RS 25n -.rt A routine called by a process to turn off tracing and probe functions for the currently running thread. See \fBtnf_thread_disable\fR(3TNF). .RE @@ -311,13 +291,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes: .sp .TS -tab() box; -cw(2.75i) |cw(2.75i) -lw(2.75i) |lw(2.75i) -. -ATTRIBUTE TYPEATTRIBUTE VALUE +box; +c | c +l | l . +ATTRIBUTE TYPE ATTRIBUTE VALUE _ -MT LevelMT-Safe +MT Level MT-Safe .TE .SH SEE ALSO |