diff options
Diffstat (limited to 'usr/src/man/man7d')
-rw-r--r-- | usr/src/man/man7d/dtrace.7d | 12 | ||||
-rw-r--r-- | usr/src/man/man7d/fasttrap.7d | 19 | ||||
-rw-r--r-- | usr/src/man/man7d/fbt.7d | 14 | ||||
-rw-r--r-- | usr/src/man/man7d/lockstat.7d | 14 | ||||
-rw-r--r-- | usr/src/man/man7d/profile.7d | 12 | ||||
-rw-r--r-- | usr/src/man/man7d/sdt.7d | 14 | ||||
-rw-r--r-- | usr/src/man/man7d/systrace.7d | 12 |
7 files changed, 48 insertions, 49 deletions
diff --git a/usr/src/man/man7d/dtrace.7d b/usr/src/man/man7d/dtrace.7d index 9d7b427ea8..cefee6a2cd 100644 --- a/usr/src/man/man7d/dtrace.7d +++ b/usr/src/man/man7d/dtrace.7d @@ -3,21 +3,19 @@ .\" 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 DTRACE 7D "Sep 4, 2003" +.TH DTRACE 7D "Dec 10, 2017" .SH NAME dtrace \- DTrace dynamic tracing facility .SH DESCRIPTION -.sp .LP The \fBdtrace\fR driver provides the dynamic instrumentation and tracing facilities for the DTrace software, as well as the built-in \fBdtrace\fR provider. The \fBdtrace\fR driver is not a public interface and you access the instrumentation offered by this provider through DTrace tools such as -\fBdtrace\fR(1M). Refer to the \fISolaris Dynamic Tracing Guide\fR for a +\fBdtrace\fR(1M). Refer to the \fIDynamic Tracing Guide\fR for a description of the public documented interfaces available for the DTrace facility and dtrace provider probes. .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for a description of the following attributes: .sp @@ -33,9 +31,11 @@ Interface Stability Private .TE .SH SEE ALSO -.sp .LP \fBdtrace\fR(1M), \fBlibdtrace\fR(3LIB), \fBattributes\fR(5) .sp .LP -\fISolaris Dynamic Tracing Guide\fR +\fIDynamic Tracing Guide\fR: +.sp +.LP +https://illumos.org/books/dtrace/ diff --git a/usr/src/man/man7d/fasttrap.7d b/usr/src/man/man7d/fasttrap.7d index c2ed44f936..63a1335e25 100644 --- a/usr/src/man/man7d/fasttrap.7d +++ b/usr/src/man/man7d/fasttrap.7d @@ -3,37 +3,34 @@ .\" 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 FASTTRAP 7D "Sep 4, 2003" +.TH FASTTRAP 7D "Dec 10, 2017" .SH NAME fasttrap \- DTrace user instruction tracing provider .SH DESCRIPTION -.sp .LP The \fBfasttrap\fR driver is a DTrace dynamic tracing provider that performs -dynamic instrumentation of arbitrary instructions in Solaris processes. The +dynamic instrumentation of arbitrary instructions in illumos processes. The \fBfasttrap\fR driver implements the DTrace \fBfasttrap\fR and \fBpid\fR providers. .sp .LP The \fBfasttrap\fR driver is not a public interface and you access instrumentation offered by this provider through DTrace. Refer to the -\fISolaris Dynamic Tracing Guide\fR for a description of the public documented +\fIDynamic Tracing Guide\fR for a description of the public documented interfaces available for the DTrace facility and the probes offered by the \fBfasttrap\fR provider. .SH SPARC ONLY -.sp .LP The \fBfasttrap\fR provider provides a DTrace probe that fires each time a user process executes an instruction. The \fBpid\fR provider allows for the dynamic creation of DTrace probes corresponding to instruction locations inside any user process specified using a process ID and an instruction address or symbol name. Together these providers permit DTrace users to perform instrumentation -of Solaris user processes and to trace the interactions between processes and +of user processes and to trace the interactions between processes and the operating system. See the chapter entitled "User Process Tracing" in the -\fISolaris Dynamic Tracing Guide\fR for information on how to use these +\fIDynamic Tracing Guide\fR for information on how to use these providers to instrument processes. .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for a description of the following attributes: .sp @@ -49,9 +46,11 @@ Interface Stability Private .TE .SH SEE ALSO -.sp .LP \fBdtrace\fR(1M), \fBattributes\fR(5), \fBdtrace\fR(7D) .sp .LP -\fISolaris Dynamic Tracing Guide\fR +\fIDynamic Tracing Guide\fR: +.sp +.LP +https://illumos.org/books/dtrace/ diff --git a/usr/src/man/man7d/fbt.7d b/usr/src/man/man7d/fbt.7d index 0c2700bf6a..3b62aa3392 100644 --- a/usr/src/man/man7d/fbt.7d +++ b/usr/src/man/man7d/fbt.7d @@ -3,14 +3,13 @@ .\" 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 FBT 7D "Sep 4, 2003" +.TH FBT 7D "Dec 10, 2017" .SH NAME fbt \- DTrace function boundary tracing provider .SH DESCRIPTION -.sp .LP The \fBfbt\fR driver is a DTrace dynamic tracing provider that performs dynamic -instrumentation at function boundaries in the Solaris kernel. +instrumentation at function boundaries in the kernel. .sp .LP The function is the fundamental unit of program text. In a well-designed @@ -25,11 +24,10 @@ offering the instrumentation as a set of DTrace probes. .LP The \fBfbt\fR driver is not a public interface and you access the instrumentation offered by this provider through DTrace. Refer to the -\fISolaris Dynamic Tracing Guide\fR for a description of the public documented +\fIDynamic Tracing Guide\fR for a description of the public documented interfaces available for the DTrace facility and the probes offered by the \fBfbt\fR provider. .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for a description of the following attributes: .sp @@ -45,9 +43,11 @@ Interface Stability Private .TE .SH SEE ALSO -.sp .LP \fBdtrace\fR(1M), \fBattributes\fR(5), \fBdtrace\fR(7D) .sp .LP -\fISolaris Dynamic Tracing Guide\fR +\fIDynamic Tracing Guide\fR: +.sp +.LP +https://illumos.org/books/dtrace/ diff --git a/usr/src/man/man7d/lockstat.7d b/usr/src/man/man7d/lockstat.7d index 3c333dc7c2..8bd748536f 100644 --- a/usr/src/man/man7d/lockstat.7d +++ b/usr/src/man/man7d/lockstat.7d @@ -3,14 +3,13 @@ .\" 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 LOCKSTAT 7D "Sep 3, 2003" +.TH LOCKSTAT 7D "Dec 10, 2017" .SH NAME lockstat \- DTrace kernel lock instrumentation provider .SH DESCRIPTION -.sp .LP The \fBlockstat\fR driver is a DTrace dynamic tracing provider that performs -dynamic instrumentation for locking primitives in the Solaris kernel. +dynamic instrumentation for locking primitives in the kernel. .sp .LP The \fBlockstat\fR provider makes probes available that you can use to discern @@ -22,11 +21,10 @@ data. .LP The \fBlockstat\fR driver is not a public interface and you access the instrumentation offered by this provider through DTrace. Refer to the -\fISolaris Dynamic Tracing Guide\fR for a description of the public documented +\fIDynamic Tracing Guide\fR for a description of the public documented interfaces available for the DTrace facility and the probes offered by the \fBlockstat\fR provider. .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for a description of the following attributes: .sp @@ -42,9 +40,11 @@ Interface Stability Private .TE .SH SEE ALSO -.sp .LP \fBdtrace\fR(1M), \fBlockstat\fR(1M), \fBattributes\fR(5), \fBdtrace\fR(7D) .sp .LP -\fISolaris Dynamic Tracing Guide\fR +\fIDynamic Tracing Guide\fR: +.sp +.LP +https://illumos.org/books/dtrace/ diff --git a/usr/src/man/man7d/profile.7d b/usr/src/man/man7d/profile.7d index b2d59580e5..26f6722179 100644 --- a/usr/src/man/man7d/profile.7d +++ b/usr/src/man/man7d/profile.7d @@ -3,11 +3,10 @@ .\" 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 PROFILE 7D "Sep 4, 2003" +.TH PROFILE 7D "Dec 10, 2017" .SH NAME profile \- DTrace profile interrupt provider .SH DESCRIPTION -.sp .LP The \fBprofile\fR driver is a DTrace dynamic tracing provider that adds time-based interrupt event sources that can be used as DTrace probes. @@ -26,11 +25,10 @@ fires. .LP The \fBprofile\fR driver is not a public interface and you access the instrumentation offered by this provider through DTrace. Refer to the -\fISolaris Dynamic Tracing Guide\fR for a description of the public documented +\fIDynamic Tracing Guide\fR for a description of the public documented interfaces available for the DTrace facility and the probes offered by the profile provider. .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for a description of the following attributes: .sp @@ -46,9 +44,11 @@ Interface Stability Private .TE .SH SEE ALSO -.sp .LP \fBdtrace\fR(1M), \fBattributes\fR(5), \fBdtrace\fR(7D) .sp .LP -\fISolaris Dynamic Tracing Guide\fR +\fIDynamic Tracing Guide\fR: +.sp +.LP +https://illumos.org/books/dtrace/ diff --git a/usr/src/man/man7d/sdt.7d b/usr/src/man/man7d/sdt.7d index 3fd2c7f03e..f42b6885a9 100644 --- a/usr/src/man/man7d/sdt.7d +++ b/usr/src/man/man7d/sdt.7d @@ -3,14 +3,13 @@ .\" 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 SDT 7D "Sep 4, 2003" +.TH SDT 7D "Dec 10, 2017" .SH NAME sdt \- DTrace statically defined tracing provider .SH DESCRIPTION -.sp .LP The \fBsdt\fR driver is a DTrace dynamic tracing provider that performs dynamic -instrumentation at statically-defined locations in the Solaris kernel. +instrumentation at statically-defined locations in the kernel. .sp .LP The \fBsdt\fR provider allows kernel developers to explicitly create probes at @@ -21,12 +20,11 @@ that point with the choice of probe name and a relevant set of arguments. .sp .LP The \fBsdt\fR driver is not a public interface and you access instrumentation -offered by this provider through DTrace. Refer to the \fISolaris Dynamic +offered by this provider through DTrace. Refer to the \fIDynamic Tracing Guide\fR for a description of the public documented interfaces available for the DTrace facility and the probes offered by the \fBsdt\fR provider. .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for a description of the following attributes: .sp @@ -42,9 +40,11 @@ Interface Stability Private .TE .SH SEE ALSO -.sp .LP \fBdtrace\fR(1M), \fBattributes\fR(5), \fBdtrace\fR(7D) .sp .LP -\fISolaris Dynamic Tracing Guide\fR +\fIDynamic Tracing Guide\fR: +.sp +.LP +https://illumos.org/books/dtrace/ diff --git a/usr/src/man/man7d/systrace.7d b/usr/src/man/man7d/systrace.7d index b7fc81fcdb..aab1fa03fd 100644 --- a/usr/src/man/man7d/systrace.7d +++ b/usr/src/man/man7d/systrace.7d @@ -3,11 +3,10 @@ .\" 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 SYSTRACE 7D "Sep 4, 2003" +.TH SYSTRACE 7D "Dec 10, 2017" .SH NAME systrace \- DTrace system call tracing provider .SH DESCRIPTION -.sp .LP The \fBsystrace\fR driver implements the DTrace \fBsyscall\fR dynamic tracing provider. The syscall provider performs dynamic instrumentation to offer probes @@ -17,11 +16,10 @@ point. .LP The \fBsystrace\fR driver is not a public interface and you access the instrumentation offered by this provider through DTrace. Refer to the -\fISolaris Dynamic Tracing Guide\fR for a description of the public documented +\fIDynamic Tracing Guide\fR for a description of the public documented interfaces available for the DTrace facility and the probes offered by the \fBsyscall\fR provider. .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for a description of the following attributes: .sp @@ -37,9 +35,11 @@ Interface Stability Private .TE .SH SEE ALSO -.sp .LP \fBdtrace\fR(1M), \fBattributes\fR(5), \fBdtrace\fR(7D) .sp .LP -\fISolaris Dynamic Tracing Guide\fR +\fIDynamic Tracing Guide\fR: +.sp +.LP +https://illumos.org/books/dtrace/ |