This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src ./ChangeLog ./buildrun.cxx ./tapsets.cxx r ...


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 <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.
	* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]