I am newbie trying to follow the example on page 350 of the Dtrace guide...
I can't tell if I'm doing something wrong or if the example has a typo...

Thanks,
Russ

Just like page 350:
root>  dtrace -n syscall::write:entry'/pid == 22089/{ @writes[arg2] = quantize(); }'

dtrace: invalid probe specifier syscall::write:entry/pid == 22089/{ @writes[arg2] = quantize(); }: in action list: quantize( ) prototype mismatch: 0 args passed, 1 expected

_______________________________________________
dtrace-discuss mailing list
[email protected]

Reply via email to