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 man/stapprobes.signal.5.in tapset/LKET/Cha ...


CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	guanglei@sourceware.org	2006-10-10 08:32:06

Modified files:
	man            : stapprobes.signal.5.in 
	tapset/LKET    : Changelog hookid_defs.stp iosyscall.stp nfs.stp 
	                 nfs_proc.stp register_event.stp signal.stp 
Added files:
	man            : ChangeLog 

Log message:
	stapprobes.signal.5.in:
	document signal syscall
	
	hookiddefs.stp:
	some changes to the hookid:
	
	Now the hookid of a return type event(addevent.*.return)
	should be an even number and its value should be the
	corresponding entry event hookid +1.
	
	The hookid of a non-return type event should be an odd
	number.
	
	Add the hookid of HOOKID_REGEVTDESC
	
	register_event.stp:
	
	add register_evt_desc() to register the description of an event.
	
	Change the register_sys_event() to add the an argument
	representing event description
	
	Allow to use empty format string and empty field name when
	calling register_event().
	
	Change all calling to register_sys_event() to add an
	argument which represents the event description.
	
	Change register_evt_desc() and register_event() to add an argument
	representing the event description string, which could help
	facilitate the error debugging.
	
	iosyscall.stp:
	bugfix to add the variable GroupID and hookID
	
	nfs.stp:
	bugfix to add some omitted probe definitions.
	
	nfs_proc.stp:
	bugfix of the wrong calling to _lket_trace() for
	nfs_proc.remove.entry.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/man/ChangeLog.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/man/stapprobes.signal.5.in.diff?cvsroot=systemtap&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/LKET/Changelog.diff?cvsroot=systemtap&r1=1.21&r2=1.22
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/LKET/hookid_defs.stp.diff?cvsroot=systemtap&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/LKET/iosyscall.stp.diff?cvsroot=systemtap&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/LKET/nfs.stp.diff?cvsroot=systemtap&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/LKET/nfs_proc.stp.diff?cvsroot=systemtap&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/LKET/register_event.stp.diff?cvsroot=systemtap&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/LKET/signal.stp.diff?cvsroot=systemtap&r1=1.2&r2=1.3


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