]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/tcl_ins.d.1m
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Man / man1m / tcl_ins.d.1m
1 .TH tcl_calls.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 tcl_calls.d - count Tcl calls (method/...) using DTrace.
4 .SH SYNOPSIS
5 .B tcl_calls.d
6
7 .SH DESCRIPTION
8 This traces activity from all Tcl processes on the system with DTrace
9 provider support (tcl8.4.16).
10
11 TYPEs:
12 inst            instruction
13 .SH OS
14 Any
15 .SH STABILITY
16 Evolving - uses the DTrace Tcl provider, which may change 
17 as additional features are introduced. Check Tcl/Readme
18 to see what version these scripts are based on.
19 .SH EXAMPLES
20 .TP
21 Default output,
22
23 .B tcl_calls.d
24 .PP
25 .SH FIELDS
26 .TP
27 PID
28 Process ID
29 .TP
30 TYPE
31 Type of call (see below)
32 .TP
33 NAME
34 Name of call
35 .TP
36 COUNT
37 Number of calls during sample
38 .PP
39 .SH DOCUMENTATION
40 See the DTraceToolkit for further documentation under the 
41 Examples, Notes and Docs directories. The example files may be
42 especially useful as they aim to demonstrate how to interpret
43 the output.
44 .SH EXIT
45 tcl_calls.d will run until Ctrl-C is hit.
46 .SH AUTHOR
47 Brendan Gregg
48 [CA, USA]
49 .SH SEE ALSO
50 dtrace(1M)