1fasttrap(7D) Devices fasttrap(7D)
2
3
4
6 fasttrap - DTrace user instruction tracing provider
7
9 The fasttrap driver is a DTrace dynamic tracing provider that performs
10 dynamic instrumentation of arbitrary instructions in Solaris processes.
11 The fasttrap driver implements the DTrace fasttrap and pid providers.
12
13
14 The fasttrap driver is not a public interface and you access instrumen‐
15 tation offered by this provider through DTrace. Refer to the Solaris
16 Dynamic Tracing Guide for a description of the public documented inter‐
17 faces available for the DTrace facility and the probes offered by the
18 fasttrap provider.
19
21 The fasttrap provider provides a DTrace probe that fires each time a
22 user process executes an instruction. The pid provider allows for the
23 dynamic creation of DTrace probes corresponding to instruction loca‐
24 tions inside any user process specified using a process ID and an
25 instruction address or symbol name. Together these providers permit
26 DTrace users to perform instrumentation of Solaris user processes and
27 to trace the interactions between processes and the operating system.
28 See the chapter entitled "User Process Tracing" in the Solaris Dynamic
29 Tracing Guide for information on how to use these providers to instru‐
30 ment processes.
31
33 See attributes(5) for a description of the following attributes:
34
35
36
37
38 ┌─────────────────────────────┬─────────────────────────────┐
39 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
40 ├─────────────────────────────┼─────────────────────────────┤
41 │Availability │SUNWdtrp │
42 ├─────────────────────────────┼─────────────────────────────┤
43 │Interface Stability │Private │
44 └─────────────────────────────┴─────────────────────────────┘
45
47 dtrace(1M), attributes(5), dtrace(7D)
48
49
50 Solaris Dynamic Tracing Guide
51
52
53
54SunOS 5.11 4 Sep 2003 fasttrap(7D)