Merge commit 'ad3ad82ad2fb99c424a8482bd1908d08b990ccea'
[unleashed.git] / share / man / man7d / fbt.7d
blobe8523b3a3649e0fe2ecb9dbd81257e1c57a8ad6e
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 FBT 7D "Sep 4, 2003"
7 .SH NAME
8 fbt \- DTrace function boundary tracing provider
9 .SH DESCRIPTION
10 .sp
11 .LP
12 The \fBfbt\fR driver is a DTrace dynamic tracing provider that performs dynamic
13 instrumentation at function boundaries in the Solaris kernel.
14 .sp
15 .LP
16 The function is the fundamental unit of program text. In a well-designed
17 system, the function performs a discrete and well-defined operation on a
18 specified object or series of like objects. Most functions are implemented by
19 themselves calling functions on encapsulated objects, but some functions
20 \(emso-called "leaf functions" \(em are implemented without making further
21 function calls. The Function Boundary Tracing \fBfbt\fR provider contains a
22 mechanism for instrumenting the vast majority of functions in the kernel and
23 offering the instrumentation as a set of DTrace probes.
24 .sp
25 .LP
26 The \fBfbt\fR driver is not a public interface and you access the
27 instrumentation offered by this provider through DTrace. Refer to the
28 \fISolaris Dynamic Tracing Guide\fR for a description of the public documented
29 interfaces available for the DTrace facility and the probes offered by the
30 \fBfbt\fR provider.
31 .SH ATTRIBUTES
32 .sp
33 .LP
34 See \fBattributes\fR(5) for a description of the following attributes:
35 .sp
37 .sp
38 .TS
39 box;
40 c | c
41 l | l .
42 ATTRIBUTE TYPE  ATTRIBUTE VALUE
44 Interface Stability     Private
45 .TE
47 .SH SEE ALSO
48 .sp
49 .LP
50 \fBdtrace\fR(8), \fBattributes\fR(5), \fBdtrace\fR(7D)
51 .sp
52 .LP
53 \fISolaris Dynamic Tracing Guide\fR