JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Solaris Dynamic Tracing Guide
search filter icon
search icon

Document Information

Preface

1.  Introduction

2.  Types, Operators, and Expressions

3.  Variables

4.  D Program Structure

5.  Pointers and Arrays

6.  Strings

7.  Structs and Unions

8.  Type and Constant Definitions

9.  Aggregations

10.  Actions and Subroutines

11.  Buffers and Buffering

12.  Output Formatting

13.  Speculative Tracing

14.  dtrace(1M) Utility

15.  Scripting

16.  Options and Tunables

17.  dtrace Provider

18.  lockstat Provider

19.  profile Provider

20.  fbt Provider

21.  syscall Provider

22.  sdt Provider

23.  sysinfo Provider

24.  vminfo Provider

25.  proc Provider

26.  sched Provider

27.  io Provider

28.  mib Provider

29.  fpuinfo Provider

30.  pid Provider

31.  plockstat Provider

32.  fasttrap Provider

33.  User Process Tracing

34.  Statically Defined Tracing for User Applications

35.  Security

36.  Anonymous Tracing

37.  Postmortem Tracing

38.  Performance Considerations

39.  Stability

40.  Translators

41.  Versioning

Glossary

Index

Numbers and Symbols

A

B

C

D

E

F

H

I

K

L

M

O

P

Q

R

S

T

U

V

W

A

actions
alloca, alloca()
basename, basename()
bcopy, bcopy()
cleanpath, cleanpath()
copyin, copyin()
copyinstr, copyinstr()
copyinto, copyinto()
data recording, Data Recording Actions
default, Default Action
destructive, Destructive Actions
breakpoint, breakpoint()
chill, chill()
copyout, copyout()
copyoutstr, copyoutstr()
panic, panic()
raise, raise()
stop, stop()
system, system()
dirname, dirname()
exit, exit()
jstack, jstack()
msgsize, msgsize()
mutex_owned, mutex_owned()
mutex_owner, mutex_owner()
mutex_type_adaptive, mutex_type_adaptive()
printa, printa()
printf, printf()
progenyof, progenyof()
rand, rand()
rw_iswriter, rw_iswriter()
rw_write_held, rw_write_held()
special, Special Actions
speculation, speculation()
stack, stack()
and aggregators, stack()
strjoin, strjoin()
strlen, strlen()
trace, trace()
tracemem, tracemem()
ustack, ustack()
adaptive lock probes, Adaptive Lock Probes
aggregations, Use Aggregations
aggregator
clearing, Clearing Aggregations
drops, Minimizing Drops
normalization, Data Normalization
output, Printing Aggregations
truncating, Truncating aggregations
aggregators, Aggregations
anonymous enabling, Anonymous Enablings
anonymous tracing, Anonymous Enablings
claiming anonymous state, Claiming Anonymous State
example of use, Anonymous Tracing Examples
arg0, Built-in Variables
arg1, Built-in Variables
arg2, Built-in Variables
arg3, Built-in Variables
arg4, Built-in Variables
arg5, Built-in Variables
arg6, Built-in Variables
arg7, Built-in Variables
arg8, Built-in Variables
arg9, Built-in Variables
args[], Built-in Variables
arrays
and and pointers, Pointer and Array Relationship
multi-dimensional scalar, Multi-Dimensional Arrays
associative arrays, Associative Arrays
and dynamic variable drops, Associative Arrays
and explicit variable declarations, Associative Arrays
and keys, Associative Arrays
and tuples
Associative Arrays
Associative Arrays
assigned to zero, Associative Arrays
defining, Associative Arrays
differences from normal arrays, Associative Arrays
object types, Associative Arrays
unassigned, Associative Arrays
uses of, Associative Arrays
avg, Aggregations