/freebsd/sys/cddl/dev/dtrace/ |
H A D | dtrace_unload.c | diff 29f4e216f22f69380f86029fc282bf8b9002330c Sat Aug 24 23:13:38 CEST 2013 Mark Johnston <markj@FreeBSD.org> Rename the kld_unload event handler to kld_unload_try, and add a new kld_unload event handler which gets invoked after a linker file has been successfully unloaded. The kld_unload and kld_load event handlers are now invoked with the shared linker lock held, while kld_unload_try is invoked with the lock exclusively held.
Convert hwpmc(4) to use these event handlers instead of having kern_kldload() and kern_kldunload() invoke hwpmc(4) hooks whenever files are loaded or unloaded. This has no functional effect, but simplifes the linker code somewhat.
Reviewed by: jhb
|
H A D | dtrace_load.c | diff 29f4e216f22f69380f86029fc282bf8b9002330c Sat Aug 24 23:13:38 CEST 2013 Mark Johnston <markj@FreeBSD.org> Rename the kld_unload event handler to kld_unload_try, and add a new kld_unload event handler which gets invoked after a linker file has been successfully unloaded. The kld_unload and kld_load event handlers are now invoked with the shared linker lock held, while kld_unload_try is invoked with the lock exclusively held.
Convert hwpmc(4) to use these event handlers instead of having kern_kldload() and kern_kldunload() invoke hwpmc(4) hooks whenever files are loaded or unloaded. This has no functional effect, but simplifes the linker code somewhat.
Reviewed by: jhb
|
/freebsd/share/man/man9/ |
H A D | EVENTHANDLER.9 | diff 29f4e216f22f69380f86029fc282bf8b9002330c Sat Aug 24 23:13:38 CEST 2013 Mark Johnston <markj@FreeBSD.org> Rename the kld_unload event handler to kld_unload_try, and add a new kld_unload event handler which gets invoked after a linker file has been successfully unloaded. The kld_unload and kld_load event handlers are now invoked with the shared linker lock held, while kld_unload_try is invoked with the lock exclusively held.
Convert hwpmc(4) to use these event handlers instead of having kern_kldload() and kern_kldunload() invoke hwpmc(4) hooks whenever files are loaded or unloaded. This has no functional effect, but simplifes the linker code somewhat.
Reviewed by: jhb
|
/freebsd/sys/cddl/dev/sdt/ |
H A D | sdt.c | diff 29f4e216f22f69380f86029fc282bf8b9002330c Sat Aug 24 23:13:38 CEST 2013 Mark Johnston <markj@FreeBSD.org> Rename the kld_unload event handler to kld_unload_try, and add a new kld_unload event handler which gets invoked after a linker file has been successfully unloaded. The kld_unload and kld_load event handlers are now invoked with the shared linker lock held, while kld_unload_try is invoked with the lock exclusively held.
Convert hwpmc(4) to use these event handlers instead of having kern_kldload() and kern_kldunload() invoke hwpmc(4) hooks whenever files are loaded or unloaded. This has no functional effect, but simplifes the linker code somewhat.
Reviewed by: jhb
|
/freebsd/sys/sys/ |
H A D | pmckern.h | diff 29f4e216f22f69380f86029fc282bf8b9002330c Sat Aug 24 23:13:38 CEST 2013 Mark Johnston <markj@FreeBSD.org> Rename the kld_unload event handler to kld_unload_try, and add a new kld_unload event handler which gets invoked after a linker file has been successfully unloaded. The kld_unload and kld_load event handlers are now invoked with the shared linker lock held, while kld_unload_try is invoked with the lock exclusively held.
Convert hwpmc(4) to use these event handlers instead of having kern_kldload() and kern_kldunload() invoke hwpmc(4) hooks whenever files are loaded or unloaded. This has no functional effect, but simplifes the linker code somewhat.
Reviewed by: jhb
|
H A D | eventhandler.h | diff 29f4e216f22f69380f86029fc282bf8b9002330c Sat Aug 24 23:13:38 CEST 2013 Mark Johnston <markj@FreeBSD.org> Rename the kld_unload event handler to kld_unload_try, and add a new kld_unload event handler which gets invoked after a linker file has been successfully unloaded. The kld_unload and kld_load event handlers are now invoked with the shared linker lock held, while kld_unload_try is invoked with the lock exclusively held.
Convert hwpmc(4) to use these event handlers instead of having kern_kldload() and kern_kldunload() invoke hwpmc(4) hooks whenever files are loaded or unloaded. This has no functional effect, but simplifes the linker code somewhat.
Reviewed by: jhb
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
H A D | dtrace.c | diff 29f4e216f22f69380f86029fc282bf8b9002330c Sat Aug 24 23:13:38 CEST 2013 Mark Johnston <markj@FreeBSD.org> Rename the kld_unload event handler to kld_unload_try, and add a new kld_unload event handler which gets invoked after a linker file has been successfully unloaded. The kld_unload and kld_load event handlers are now invoked with the shared linker lock held, while kld_unload_try is invoked with the lock exclusively held.
Convert hwpmc(4) to use these event handlers instead of having kern_kldload() and kern_kldunload() invoke hwpmc(4) hooks whenever files are loaded or unloaded. This has no functional effect, but simplifes the linker code somewhat.
Reviewed by: jhb
|
/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_mod.c | diff 29f4e216f22f69380f86029fc282bf8b9002330c Sat Aug 24 23:13:38 CEST 2013 Mark Johnston <markj@FreeBSD.org> Rename the kld_unload event handler to kld_unload_try, and add a new kld_unload event handler which gets invoked after a linker file has been successfully unloaded. The kld_unload and kld_load event handlers are now invoked with the shared linker lock held, while kld_unload_try is invoked with the lock exclusively held.
Convert hwpmc(4) to use these event handlers instead of having kern_kldload() and kern_kldunload() invoke hwpmc(4) hooks whenever files are loaded or unloaded. This has no functional effect, but simplifes the linker code somewhat.
Reviewed by: jhb
|
/freebsd/sys/kern/ |
H A D | kern_linker.c | diff 29f4e216f22f69380f86029fc282bf8b9002330c Sat Aug 24 23:13:38 CEST 2013 Mark Johnston <markj@FreeBSD.org> Rename the kld_unload event handler to kld_unload_try, and add a new kld_unload event handler which gets invoked after a linker file has been successfully unloaded. The kld_unload and kld_load event handlers are now invoked with the shared linker lock held, while kld_unload_try is invoked with the lock exclusively held.
Convert hwpmc(4) to use these event handlers instead of having kern_kldload() and kern_kldunload() invoke hwpmc(4) hooks whenever files are loaded or unloaded. This has no functional effect, but simplifes the linker code somewhat.
Reviewed by: jhb
|