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 runtime/staprun/staprun.h runtime/staprun/ ...


CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	kenistoj@sourceware.org	2007-10-08 21:52:12

Modified files:
	runtime/staprun: staprun.h staprun_funcs.c staprun.c common.c 
	runtime/uprobes: uprobes_i386.c uprobes.c uprobes.h 
	.              : tapsets.cxx session.h main.cxx buildrun.cxx 
	                 buildrun.h Makefile.am 
Added files:
	runtime/uprobes: Makefile 

Log message:
	PR 5709
	* main.cxx: Add pass 4.5: make uprobes.ko in runtime/uprobes
	* buildrun.cxx: Add uprobes_enabled() and make_uprobes().
	Factor run_make_cmd() out of compile_pass().
	* buildrun.h: Add uprobes_enabled and make_uprobes decls.
	* tapsets.cxx: Do correct #include for modprobed uprobes.ko;
	set need_uprobes in pass 2.
	* session.h: Add need_uprobes
	
	* runtime/staprun/common.c: Add -u option -> need_uprobes
	* runtime/staprun/staprun_funcs.c: Generalize insert_module()
	to support inserting uprobes.ko.
	* runtime/staprun/staprun.c: Add enable_uprobes().  insert_module
	call becomes insert_stap_module().
	* runtime/staprun/staprun.h: Reflect insert_module() and
	need_uprobes changes
	
	* runtime/uprobes/*.[c,h]: uprobes is built as a module,
	rather than included into the source of the stap-generated
	module.
	* runtime/uprobes/Makefile: Added

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/staprun.h.diff?cvsroot=systemtap&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/staprun_funcs.c.diff?cvsroot=systemtap&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/staprun.c.diff?cvsroot=systemtap&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/common.c.diff?cvsroot=systemtap&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/uprobes/Makefile.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/uprobes/uprobes_i386.c.diff?cvsroot=systemtap&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/uprobes/uprobes.c.diff?cvsroot=systemtap&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/uprobes/uprobes.h.diff?cvsroot=systemtap&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapsets.cxx.diff?cvsroot=systemtap&r1=1.217&r2=1.218
http://sourceware.org/cgi-bin/cvsweb.cgi/src/session.h.diff?cvsroot=systemtap&r1=1.22&r2=1.23
http://sourceware.org/cgi-bin/cvsweb.cgi/src/main.cxx.diff?cvsroot=systemtap&r1=1.79&r2=1.80
http://sourceware.org/cgi-bin/cvsweb.cgi/src/buildrun.cxx.diff?cvsroot=systemtap&r1=1.44&r2=1.45
http://sourceware.org/cgi-bin/cvsweb.cgi/src/buildrun.h.diff?cvsroot=systemtap&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/Makefile.am.diff?cvsroot=systemtap&r1=1.89&r2=1.90


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