Hi!

Heres a fun one on stable/10:


This one works:

[root@darkwatch] /data/blockd# cat test.d
pid$target:libc*:memcpy:return
{
@[execname, ustack()] = count();
}


END

{

trunc(@, 3);

}

This one however doesn't!

[root@darkwatch] /data/blockd# cat test2.d
pid$target:libc*:memcpy:entry
{
 [execname] = quantize(arg2);
}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-dtrace
To unsubscribe, send any mail to "[email protected]"

Reply via email to