Date: Thu, 11 Sep 2014 17:46:37 +0400 From: Anton Yuzhaninov <citrin+bsd@citrin.ru> To: freebsd-dtrace@freebsd.org Subject: Pid provider Message-ID: <5411A7BD.7020705@citrin.ru>
next in thread | raw e-mail | index | archive | help
Is PID provider is usable in FreeBSD?
I try to list probes with
dtrace -ln 'pid$target:::entry' -p NNN
And for most processes no function from main binary shown (only functions from
shared libraries are listed). For some only some functions are shown, e. g. for
tcsh only two functions shown:
ID PROVIDER MODULE FUNCTION NAME
61372 pid57232 tcsh glob entry
61373 pid57232 tcsh globfree entry
Also there is bug_or_feature: examined process terminated if dtrace command
terminated, e. g. run:
dtrace -ln 'pid$target:::entry' -p XX | less
then type q to quit from less - process with pid XX will be terminated.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5411A7BD.7020705>
