8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man7d / systrace.7d
blobb7fc81fcdb627b699115c0ae3574b27c04111c44
1 '\" te
2 .\"  Copyright (c) 2003, Sun Microsystems, Inc.  All Rights Reserved
3 .\" 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.
4 .\" 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.
5 .\" 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]
6 .TH SYSTRACE 7D "Sep 4, 2003"
7 .SH NAME
8 systrace \- DTrace system call tracing provider
9 .SH DESCRIPTION
10 .sp
11 .LP
12 The \fBsystrace\fR driver implements the DTrace \fBsyscall\fR dynamic tracing
13 provider. The syscall provider performs dynamic instrumentation to offer probes
14 that fire whenever a thread enters or returns from a kernel system call entry
15 point.
16 .sp
17 .LP
18 The \fBsystrace\fR driver is not a public interface and you access the
19 instrumentation offered by this provider through DTrace. Refer to the
20 \fISolaris Dynamic Tracing Guide\fR for a description of the public documented
21 interfaces available for the DTrace facility and the probes offered by the
22 \fBsyscall\fR provider.
23 .SH ATTRIBUTES
24 .sp
25 .LP
26 See \fBattributes\fR(5) for a description of the following attributes:
27 .sp
29 .sp
30 .TS
31 box;
32 c | c
33 l | l .
34 ATTRIBUTE TYPE  ATTRIBUTE VALUE
36 Interface Stability     Private
37 .TE
39 .SH SEE ALSO
40 .sp
41 .LP
42 \fBdtrace\fR(1M), \fBattributes\fR(5), \fBdtrace\fR(7D)
43 .sp
44 .LP
45 \fISolaris Dynamic Tracing Guide\fR