|
Description
|
[mws, 11Nov2004]
In the Solaris Dynamic Tracing Guide, User Process Tracing chapter,
section "syscall Provider", the second command-line example
says this:
dtrace -n syscall::write:entry'/pid == 31337/{ @writes[arg2] = quantize(); }'
The quantize() call should have arg2 as its argument.
xxxxx@xxxxx.com 2004-11-12 01:14:28 GMT
|