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/tapset/test README build.sh ctostp.sh genc ...


CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	kevinrs@sourceware.org	2005-12-23 21:09:32

Added files:
	tapset/test    : README build.sh ctostp.sh gencfiles.sh master.c 
	                 run.sh 

Log message:
	2005-12-23  Kevin Stafford <krstaffo@us.ibm.com>
	SCRIPTS:
	run.sh - This is the driver for automated testing.
	To run: ./run.sh stpdirectory c_binaries_directory
	Result: log/timestamp.log discerpancy report
	
	ctostp.sh - This script generates corresponding stp probe script
	files for every C file found in the input directory.
	To Run: ctostp.sh input output where input is the
	directory containing the C files to convert. Output
	is the directory to store the corresponding stp
	files.
	
	build.sh - This script expedites the process of compiling all
	of the c files. When the "compile" flag is given
	it creates a directory called bin, which stores the
	compiled C programs. ./build.sh clean removes the
	binaries, and ./build.sh run attempts to execute all
	of the programs in cfiles/bin.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/test/README.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/test/build.sh.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/test/ctostp.sh.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/test/gencfiles.sh.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/test/master.c.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/test/run.sh.diff?cvsroot=systemtap&r1=NONE&r2=1.1


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