]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Implement refcount handling in DTrace modules to ensure that they cannot be
authorKris Van Hees <kris.van.hees@oracle.com>
Tue, 14 Feb 2012 21:22:33 +0000 (16:22 -0500)
committerKris Van Hees <kris.van.hees@oracle.com>
Tue, 14 Feb 2012 21:22:33 +0000 (16:22 -0500)
commit66e31344b108643a51f5f4b9757c95ba3e8177e1
tree6ea79c7933be5d1bc6a0c02f818cb9a5ba567da2
parent714d668243780b8757fab4adad6f57b14bf67872
Implement refcount handling in DTrace modules to ensure that they cannot be
unloaded while probes are enabled.

Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
13 files changed:
dtrace/dt_test.h
dtrace/dt_test_dev.c
dtrace/dt_test_mod.c
dtrace/dtrace.h
dtrace/profile.h
dtrace/profile_dev.c
dtrace/profile_mod.c
dtrace/sdt_dev.c
dtrace/sdt_impl.h
dtrace/sdt_mod.c
dtrace/systrace.h
dtrace/systrace_dev.c
dtrace/systrace_mod.c