Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fasttrap(7d) [sunos man page]

fasttrap(7D)							      Devices							      fasttrap(7D)

NAME
fasttrap - DTrace user instruction tracing provider DESCRIPTION
The fasttrap driver is a DTrace dynamic tracing provider that performs dynamic instrumentation of arbitrary instructions in Solaris pro- cesses. The fasttrap driver implements the DTrace fasttrap and pid providers. The fasttrap driver is not a public interface and you access instrumentation offered by this provider through DTrace. Refer to the Solaris Dynamic Tracing Guide for a description of the public documented interfaces available for the DTrace facility and the probes offered by the fasttrap provider. SPARC ONLY
The fasttrap provider provides a DTrace probe that fires each time a user process executes an instruction. The pid provider allows for the dynamic creation of DTrace probes corresponding to instruction locations inside any user process specified using a process ID and an instruction address or symbol name. Together these providers permit DTrace users to perform instrumentation of Solaris user processes and to trace the interactions between processes and the operating system. See the chapter entitled "User Process Tracing" in the Solaris Dynamic Tracing Guide for information on how to use these providers to instrument processes. ATTRIBUTES
See attributes(5) for a description of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWdtrp | +-----------------------------+-----------------------------+ |Interface Stability |Private | +-----------------------------+-----------------------------+ SEE ALSO
dtrace(1M), attributes(5), dtrace(7D) Solaris Dynamic Tracing Guide SunOS 5.10 4 Sep 2003 fasttrap(7D)

Check Out this Related Man Page

systrace(7D)							      Devices							      systrace(7D)

NAME
systrace - DTrace system call tracing provider DESCRIPTION
The systrace driver implements the DTrace syscall dynamic tracing provider. The syscall provider performs dynamic instrumentation to offer probes that fire whenever a thread enters or returns from a kernel system call entry point. The systrace driver is not a public interface and you access the instrumentation offered by this provider through DTrace. Refer to the Solaris Dynamic Tracing Guide for a description of the public documented interfaces available for the DTrace facility and the probes offered by the syscall provider. ATTRIBUTES
See attributes(5) for a description of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWdtrp | +-----------------------------+-----------------------------+ |Interface Stability |Private | +-----------------------------+-----------------------------+ SEE ALSO
dtrace(1M), attributes(5), dtrace(7D) Solaris Dynamic Tracing Guide SunOS 5.11 4 Sep 2003 systrace(7D)
Man Page

11 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Dynamic MOTD

Hello all, I'm looking for a way to have motd display something different when users log in based on what groups they belong to. I'm network administratinng at a college and professors would like to have different posts come up to students when they log in based on the different classes they are... (1 Reply)
Discussion started by: hoppese
1 Replies

2. UNIX for Advanced & Expert Users

Tracing file modifications

Hello all! Is there a way or a utility to trace any kind of file changes in a particular directory on any UNIX machine? The purpose is that in Unix, there are multiple ways of opening and making changes to a file. But internally, there must be something common (a single pipe, etc.) that is... (3 Replies)
Discussion started by: gupta_ca
3 Replies

3. Cybersecurity

Tracing an e-mail address

(4 Replies)
Discussion started by: denverd0n
4 Replies

4. Shell Programming and Scripting

list the field only once

Hi when I do dtrace -l | awk '{print $2}' I get a list of providers. Some of them are similar providers. I want to receive only once the same provide name. Is there a way to do it? thx (2 Replies)
Discussion started by: melanie_pfefer
2 Replies

5. Solaris

Tracing a user and logging his actions

Dear All, I want to enable the tracing for a user and logging all things he do in a log file.......... Thaaanks (2 Replies)
Discussion started by: adel8483
2 Replies

6. Programming

Dynamic information of Kernel using multithreading

Hi , I am new to this forum. Can someone help me on this question, I have no clue how to proceed . Its urgent.. A continuous program should print out the following dynamic information (average of an interval). Internally, there should be two parameters with your program, one is the probing... (5 Replies)
Discussion started by: parkview
5 Replies

7. Solaris

Solaris Performace and Tools

I always had helpful replies from this site when ever I have posted a question. My current problem is that I am trying to read a book titled "Solaris(TM) Performance and Tools: DTrace and MDB Techniques for Solaris 10" and I am frustrated because inspite of the fact that it is a good book I just... (2 Replies)
Discussion started by: Tirmazi
2 Replies

8. IP Networking

Tracing a MAC address to IP address: Solaris

Hi there I lost connectivity to one of our remote systems and when I checked the messages log I found the following: Aug 10 23:42:34 host xntpd: time reset (step) 1.681729 s Aug 16 13:20:51 host ip: WARNING: node "mac address" is using our IP address x.x.x.x on aggr1 Aug 16 13:20:51 host... (9 Replies)
Discussion started by: notreallyhere
9 Replies

9. Solaris

Dynamic process

Command to check 1)the dynamic process in Solaris. 2)The time from which the server is running. (2 Replies)
Discussion started by: rafa_fed2
2 Replies

10. Shell Programming and Scripting

Solaris 10 processes slow

Hi Guys I have a Solaris 10 server running Oracle database most of the sessions are slow when forking resource/processes on the O/S. How can I resolve this issue or how do I see the time it takes to fork a process from the O/S? Thanks Pleasse help!!! (3 Replies)
Discussion started by: Phuti
3 Replies

11. AIX

PreRequisites for Dynamic LPAR actions

Hello All, To perform Dynamic Operations from HMC in command Line (such as adding cpu to an lpar for example) in order to avoid stopping Applications, What PreRequisites are needed ? AIX version ? HMC version ? Filesets (applied/committed) ? and what else should I have to check ...? What is... (2 Replies)
Discussion started by: LoLo92
2 Replies