dtrace pid provider on entry == segfault process

Adrian Chadd adrian at freebsd.org
Tue Jul 29 23:10:40 UTC 2014


Ugh, that sent too quickly.

Let me clarify:

[root at darkwatch] /data/blockd# cat test2.d

pid$target:libc*:memcpy:entry
{
@[execname] = quantize(arg2);
}

this doesn't work right (it doesn't count events at all) and it has a
100% chance of SIGSEGV'ing the monitored process when you finish
sampling (via ctrl-C.)


-a


More information about the freebsd-dtrace mailing list