Displaying 1 result from an estimated 1 matches for "ip_loopback_src_or_dst".
2007 Jul 11
5
Error trying to count return points in functions.
...ell. The next step was:
# dtrace -n ''fbt:ip::return{@home[strjoin(probefunc,(string)arg0)] =
count();}''
but the output was not quite so friendly:
dtrace: description ''fbt:ip::return'' matched 1653 probes
dtrace: error on enabled probe ID 1574 (ID 23867:
fbt:ip:ip_loopback_src_or_dst:return): invalid address (0x30) in action
#2 at DIF offset 48
dtrace: error on enabled probe ID 769 (ID 25479:
fbt:ip:ilm_lookup_ill:return): invalid address (0x52) in action #2 at
DIF offset 48
...
and all is not well. I''ve also tried stringof(arg0) but the result is
similar.
By way...