]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove mostly-useless proc provider probes.
authormarkj <markj@FreeBSD.org>
Thu, 15 Nov 2018 23:02:59 +0000 (23:02 +0000)
committermarkj <markj@FreeBSD.org>
Thu, 15 Nov 2018 23:02:59 +0000 (23:02 +0000)
commitf4acf54f492241e15c0aea965b620a12d2ed36d7
tree03631b18ad38c54bf8498ebf1e95ac0f4bb72db3
parentb80883034aaa45ba0b84d5fd842cd321079b3022
Remove mostly-useless proc provider probes.

For some reason the proc UMA zone's ctor, dtor and init functions are
instrumented, but these functions are always available through FBT.
Moreover, the probes are not part of the original Solaris proc
provider, aren't documented, have no uses (e.g., in dwatch(8)) and
have no clear use to begin with.  Therefore, remove them.

Reviewed by: rpaulo
Differential Revision: https://reviews.freebsd.org/D2169
sys/kern/kern_proc.c