]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dtrace: remove cleanup_module support
authorKris Van Hees <kris.van.hees@oracle.com>
Sat, 17 Dec 2016 23:08:44 +0000 (18:08 -0500)
committerKris Van Hees <kris.van.hees@oracle.com>
Sat, 24 Dec 2016 06:27:01 +0000 (01:27 -0500)
commit09d3d90fd292c5713a7b166ace935fc662eefc00
tree21f20d986d960e06f4b3743881bd5ac33c274e89
parentf2a3f85e8cf599f4ae23b9d3bfd4fb272d9b98d2
dtrace: remove cleanup_module support

There is no need anymore for providers to call a cleanup_module
function in provider modules.  The functionality that this function
provided is being rewritten.

Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
dtrace/dt_perf_mod.c
dtrace/dt_test_mod.c
dtrace/dtrace_dev.c
dtrace/fasttrap_dev.c
dtrace/include/dtrace/provider.h
dtrace/profile_mod.c
dtrace/sdt_mod.c
dtrace/systrace_mod.c