summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 280cb68e..5e4922e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.