From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27003 invoked by alias); 15 Mar 2008 00:02:02 -0000 Received: (qmail 26963 invoked by uid 9593); 15 Mar 2008 00:02:01 -0000 Date: Sat, 15 Mar 2008 00:02:00 -0000 Message-ID: <20080315000201.26961.qmail@sourceware.org> From: hiramatu@sourceware.org To: systemtap-cvs@sourceware.org Subject: src ./ChangeLog ./buildrun.cxx ./tapsets.cxx r ... Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: X-SW-Source: 2008-q1/txt/msg00195.txt.bz2 CVSROOT: /cvs/systemtap Module name: src Changes by: hiramatu@sourceware.org 2008-03-15 00:02:01 Modified files: . : ChangeLog buildrun.cxx tapsets.cxx runtime : ChangeLog Added files: runtime : autoconf-unregister-kprobes.c Log message: 2008-03-14 Masami Hiramatsu 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. * runtime/autoconf-unregister-kprobes.c : New file. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.808&r2=1.809 http://sourceware.org/cgi-bin/cvsweb.cgi/src/buildrun.cxx.diff?cvsroot=systemtap&r1=1.51&r2=1.52 http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapsets.cxx.diff?cvsroot=systemtap&r1=1.252&r2=1.253 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/autoconf-unregister-kprobes.c.diff?cvsroot=systemtap&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/ChangeLog.diff?cvsroot=systemtap&r1=1.245&r2=1.246