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 ./stapfuncs.5.in tapset/system_calls.stp t ...


CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	kevinrs@sourceware.org	2005-09-28 00:29:47

Modified files:
	.              : stapfuncs.5.in 
	tapset         : system_calls.stp 
Added files:
	tapset         : mask_string.stp string.stp 

Log message:
	tapset/mask_string.stp:
	wrote a few aux functions that can be used by tapsets to derive
	a bitmask symbolic string from a given number
	tapset/string.stp:
	strlen: Returns the length of the string argument
	substr: Returns a substring starting at start/ending at stop
	stapfuncs.5.in:
	Added a STRING category with aforementioned functions
	tapset/system_calls.stp
	Exported more variable for more system calls

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/stapfuncs.5.in.diff?cvsroot=systemtap&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/tapset/mask_string.stp.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/tapset/string.stp.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/tapset/system_calls.stp.diff?cvsroot=systemtap&r1=1.1&r2=1.2


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