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 ChangeLog aux_syscalls.stp syscalls ...


CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2007-08-22 20:41:32

Modified files:
	tapset         : ChangeLog aux_syscalls.stp syscalls.stp 
	                 syscalls2.stp 
	tapset/i686    : syscalls.stp 
	tapset/ppc64   : syscalls.stp 

Log message:
	2007-08-22  Martin Hunt  <hunt@redhat.com>
	
	* ppc64/syscalls.stp: Remove a bunch of
	non-ppc64 specific probes.
	
	* syscalls.stp (compat_sys_epoll_ctl): New.
	(compat_sys_epoll_wait): New.
	(sys_epoll_pwait): New.
	(compat_sys_epoll_pwait): New.
	(compat_sys_keyctl): New.
	(compat_sys_mq_open): New.
	(compat_sys_futex): New.
	(compat_sys_mq_timedsend): New.
	(compat_sys_mq_timedreceive): New.
	(compat_sys_mq_notify): New.
	(compat_sys_mq_getsetattr): New.
	(init_module): Make optional and quote args.
	(sys_eventfd): New.
	
	* syscalls2.stp (sys_splice): New.
	(sys_vmsplice): New.
	(compat_sys_vmsplice): New.
	(sys_tee): New.
	(sys_signalfd): New.
	(compat_sys_signalfd): New.
	(sys_timerfd): New.
	(compat_sys_timerfd): New.
	(old32_readdir): New.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/ChangeLog.diff?cvsroot=systemtap&r1=1.182&r2=1.183
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/aux_syscalls.stp.diff?cvsroot=systemtap&r1=1.48&r2=1.49
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/syscalls.stp.diff?cvsroot=systemtap&r1=1.65&r2=1.66
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/syscalls2.stp.diff?cvsroot=systemtap&r1=1.70&r2=1.71
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/i686/syscalls.stp.diff?cvsroot=systemtap&r1=1.22&r2=1.23
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/ppc64/syscalls.stp.diff?cvsroot=systemtap&r1=1.22&r2=1.23


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