9075 Improve ZFS pool import/load process and corrupted pool recovery
[unleashed.git] / usr / src / man / man7d / fasttrap.7d
blob63a1335e252dcdc95d70eb1fbb9434e1c97d28bd
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 FASTTRAP 7D "Dec 10, 2017"
7 .SH NAME
8 fasttrap \- DTrace user instruction tracing provider
9 .SH DESCRIPTION
10 .LP
11 The \fBfasttrap\fR driver is a DTrace dynamic tracing provider that performs
12 dynamic instrumentation of arbitrary instructions in illumos processes. The
13 \fBfasttrap\fR driver implements the DTrace \fBfasttrap\fR and \fBpid\fR
14 providers.
15 .sp
16 .LP
17 The \fBfasttrap\fR driver is not a public interface and you access
18 instrumentation offered by this provider through DTrace. Refer to the
19 \fIDynamic Tracing Guide\fR for a description of the public documented
20 interfaces available for the DTrace facility and the probes offered by the
21 \fBfasttrap\fR provider.
22 .SH SPARC ONLY
23 .LP
24 The \fBfasttrap\fR provider provides a DTrace probe that fires each time a user
25 process executes an instruction. The \fBpid\fR provider allows for the dynamic
26 creation of DTrace probes corresponding to instruction locations inside any
27 user process specified using a process ID and an instruction address or symbol
28 name. Together these providers permit DTrace users to perform instrumentation
29 of user processes and to trace the interactions between processes and
30 the operating system. See the chapter entitled "User Process Tracing"  in the
31 \fIDynamic Tracing Guide\fR for information on how to use these
32 providers to instrument processes.
33 .SH ATTRIBUTES
34 .LP
35 See \fBattributes\fR(5) for a description of the following attributes:
36 .sp
38 .sp
39 .TS
40 box;
41 c | c
42 l | l .
43 ATTRIBUTE TYPE  ATTRIBUTE VALUE
45 Interface Stability     Private
46 .TE
48 .SH SEE ALSO
49 .LP
50 \fBdtrace\fR(1M), \fBattributes\fR(5), \fBdtrace\fR(7D)
51 .sp
52 .LP
53 \fIDynamic Tracing Guide\fR:
54 .sp
55 .LP
56 https://illumos.org/books/dtrace/