Merge commit 'ad3ad82ad2fb99c424a8482bd1908d08b990ccea'
[unleashed.git] / share / man / man7d / fasttrap.7d
blob2651c4c7605fc0dafecdba5f2146c680e31680b8
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 "Sep 4, 2003"
7 .SH NAME
8 fasttrap \- DTrace user instruction tracing provider
9 .SH DESCRIPTION
10 .sp
11 .LP
12 The \fBfasttrap\fR driver is a DTrace dynamic tracing provider that performs
13 dynamic instrumentation of arbitrary instructions in Solaris processes. The
14 \fBfasttrap\fR driver implements the DTrace \fBfasttrap\fR and \fBpid\fR
15 providers.
16 .sp
17 .LP
18 The \fBfasttrap\fR driver is not a public interface and you access
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 \fBfasttrap\fR provider.
23 .SH SPARC ONLY
24 .sp
25 .LP
26 The \fBfasttrap\fR provider provides a DTrace probe that fires each time a user
27 process executes an instruction. The \fBpid\fR provider allows for the dynamic
28 creation of DTrace probes corresponding to instruction locations inside any
29 user process specified using a process ID and an instruction address or symbol
30 name. Together these providers permit DTrace users to perform instrumentation
31 of Solaris user processes and to trace the interactions between processes and
32 the operating system. See the chapter entitled "User Process Tracing"  in the
33 \fISolaris Dynamic Tracing Guide\fR for information on how to use these
34 providers to instrument processes.
35 .SH ATTRIBUTES
36 .sp
37 .LP
38 See \fBattributes\fR(5) for a description of the following attributes:
39 .sp
41 .sp
42 .TS
43 box;
44 c | c
45 l | l .
46 ATTRIBUTE TYPE  ATTRIBUTE VALUE
48 Interface Stability     Private
49 .TE
51 .SH SEE ALSO
52 .sp
53 .LP
54 \fBdtrace\fR(8), \fBattributes\fR(5), \fBdtrace\fR(7D)
55 .sp
56 .LP
57 \fISolaris Dynamic Tracing Guide\fR