This is the mail archive of the systemtap-cvs@sources.redhat.com 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/probes README build scf/scf.c shel ...


CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2005-06-18 07:06:41

Modified files:
	runtime/probes : README build 
	runtime/probes/scf: scf.c 
	runtime/probes/shellsnoop: shellsnoop.c 
	runtime/probes/test4: test4.c 
	runtime/probes/where_func: README kprobe_where_funct.c 
Added files:
	runtime/probes : ChangeLog Makefile.template build_probe 
	runtime/probes/agg: README build count1.c count2.c stat1.c stp 
	                    targets 
	runtime/probes/scf: build targets 
	runtime/probes/shellsnoop: build targets 
	runtime/probes/tasklet: build targets 
	runtime/probes/test4: build targets 
	runtime/probes/where_func: build targets 
Removed files:
	runtime/probes/scf: Makefile 
	runtime/probes/shellsnoop: Makefile 
	runtime/probes/tasklet: Makefile 
	runtime/probes/test4: Makefile 
	runtime/probes/where_func: Makefile 

Log message:
	2005-06-18  Martin Hunt  <hunt@redhat.com>
	
	* build: Modified to use build_probe.
	
	* build_probe: New file. This does the work of building
	a single probe or set of probes in a directory.
	
	* Makefile.template: New file. Template used by
	build_probe to create Makefiles.
	
	* agg: New set of probes to test/demonstrate
	Counter and Stat aggregations.
	
	* all probes modified for latest changes and new build
	process.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/ChangeLog.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/Makefile.template.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/build_probe.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/README.diff?cvsroot=systemtap&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/build.diff?cvsroot=systemtap&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/agg/README.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/agg/build.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/agg/count1.c.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/agg/count2.c.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/agg/stat1.c.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/agg/stp.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/agg/targets.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/scf/build.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/scf/targets.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/scf/scf.c.diff?cvsroot=systemtap&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/scf/Makefile.diff?cvsroot=systemtap&r1=1.2&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/shellsnoop/build.diff?cvsroot=systemtap&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/shellsnoop/targets.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/shellsnoop/shellsnoop.c.diff?cvsroot=systemtap&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/shellsnoop/Makefile.diff?cvsroot=systemtap&r1=1.5&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/tasklet/build.diff?cvsroot=systemtap&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/tasklet/targets.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/tasklet/Makefile.diff?cvsroot=systemtap&r1=1.4&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/test4/build.diff?cvsroot=systemtap&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/test4/targets.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/test4/test4.c.diff?cvsroot=systemtap&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/test4/Makefile.diff?cvsroot=systemtap&r1=1.5&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/where_func/build.diff?cvsroot=systemtap&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/where_func/targets.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/where_func/README.diff?cvsroot=systemtap&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/where_func/kprobe_where_funct.c.diff?cvsroot=systemtap&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/probes/where_func/Makefile.diff?cvsroot=systemtap&r1=1.4&r2=NONE


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