Merge commit 'ad3ad82ad2fb99c424a8482bd1908d08b990ccea'
[unleashed.git] / share / man / man7d / sdt.7d
blob1df168cb8a4b3637525d83fe3a6371adaa53a8d4
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 SDT 7D "Sep 4, 2003"
7 .SH NAME
8 sdt \- DTrace statically defined tracing provider
9 .SH DESCRIPTION
10 .sp
11 .LP
12 The \fBsdt\fR driver is a DTrace dynamic tracing provider that performs dynamic
13 instrumentation at statically-defined locations in the Solaris kernel.
14 .sp
15 .LP
16 The \fBsdt\fR provider allows kernel developers to explicitly create probes at
17 formally designated locations in the operating system kernel and loadable
18 modules, allowing the implementor to consciously choose the points in their
19 code that are desired probe points, and to convey some semantic knowledge about
20 that point with the choice of probe name and a relevant set of arguments.
21 .sp
22 .LP
23 The \fBsdt\fR driver is not a public interface and you access instrumentation
24 offered by this provider through DTrace. Refer to the \fISolaris Dynamic
25 Tracing Guide\fR for a description of the public documented interfaces
26 available for the DTrace facility and the probes offered by the \fBsdt\fR
27 provider.
28 .SH ATTRIBUTES
29 .sp
30 .LP
31 See \fBattributes\fR(5) for a description of the following attributes:
32 .sp
34 .sp
35 .TS
36 box;
37 c | c
38 l | l .
39 ATTRIBUTE TYPE  ATTRIBUTE VALUE
41 Interface Stability     Private
42 .TE
44 .SH SEE ALSO
45 .sp
46 .LP
47 \fBdtrace\fR(8), \fBattributes\fR(5), \fBdtrace\fR(7D)
48 .sp
49 .LP
50 \fISolaris Dynamic Tracing Guide\fR