diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2008-03-14 Masami Hiramatsu <mhiramat@redhat.com> + + PR 3542 + * buildrun.cxx (compile_pass): Add an autoconf to check the kernel + supports batch unregistration. + * tapsets.cxx (dwarf_derived_probe_group::emit_module_decls): Add an + array of probe pointers for batch unregistration. + * tapsets.cxx (dwarf_derived_probe_group::emit_module_exit): Use + unregister_k(ret)probes if it is supported. + 2008-03-13 Frank Ch. Eigler <fche@elastic.org> PR 5928. |