OpenSolaris

Printable Version Enter a New Search
Bug ID 6194426
Synopsis quantize() missing an argument in user process tracing example
State 8-Fix Available (Fix has been made (either putback, or just prior))
Category:Subcategory doc:dtrace
Keywords
Responsible Engineer Paul Echeverri
Reported Against snv_01
Duplicate Of
Introduced In
Commit to Fix s10u6_fcs
Fixed In s10u6_fcs
Release Fixed
Related Bugs 6635500
Submit Date 12-November-2004
Last Update Date 28-August-2008
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
Work Around
N/A
Comments
N/A