public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* src/tapset syscalls.stp
@ 2007-09-26  6:49 zhaolei
  0 siblings, 0 replies; 11+ messages in thread
From: zhaolei @ 2007-09-26  6:49 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	zhaolei@sourceware.org	2007-09-26 06:49:10

Modified files:
	tapset         : syscalls.stp 

Log message:
	2007-09-26  Zhaolei  <zhaolei@cn.fujitsu.com>
	
	From Lai Jiangshan <laijs@cn.fujitsu.com>
	* syscall.stp (syscall.brk): Add probe point
	kernel.function("ia64_brk")
	* syscall.stp (syscall.mremap): Add probe point
	kernel.function("ia64_mremap")

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/syscalls.stp.diff?cvsroot=systemtap&r1=1.71&r2=1.72


^ permalink raw reply	[flat|nested] 11+ messages in thread

* src/tapset syscalls.stp
@ 2007-12-17  6:23 zhaolei
  0 siblings, 0 replies; 11+ messages in thread
From: zhaolei @ 2007-12-17  6:23 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	zhaolei@sourceware.org	2007-12-17 06:23:08

Modified files:
	tapset         : syscalls.stp 

Log message:
	2007-12-17  Zhaolei  <zhaolei@cn.fujitsu.com>
	
	From Bai Weidong <baiwd@cn.fujitsu.com>
	* syscalls.stp: Add missed compat* probes in syscalls.stp.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/syscalls.stp.diff?cvsroot=systemtap&r1=1.72&r2=1.73


^ permalink raw reply	[flat|nested] 11+ messages in thread

* src/tapset syscalls.stp
@ 2007-09-26  0:57 zhaolei
  0 siblings, 0 replies; 11+ messages in thread
From: zhaolei @ 2007-09-26  0:57 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	zhaolei@sourceware.org	2007-09-26 00:57:37

Modified files:
	tapset         : syscalls.stp 

Log message:
	2007-09-26  Zhaolei  <zhaolei@cn.fujitsu.com>
	
	* syscalls.stp (adjtimex.return): Improve retstr.
	* aux_syscalls.stp: Add a function(_adjtimex_return_str) for
	adjtimex.return.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/syscalls.stp.diff?cvsroot=systemtap&r1=1.70&r2=1.71


^ permalink raw reply	[flat|nested] 11+ messages in thread

* src/tapset syscalls.stp
@ 2007-09-21  6:54 zhaolei
  0 siblings, 0 replies; 11+ messages in thread
From: zhaolei @ 2007-09-21  6:54 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	zhaolei@sourceware.org	2007-09-21 06:54:26

Modified files:
	tapset         : syscalls.stp 

Log message:
	2007-09-21  Zhaolei  <zhaolei@cn.fujitsu.com>
	
	From Lai Jiangshan <laijs@cn.fujitsu.com>
	* aux_syscalls.stp (_sys_open_flag_str): Fix bug that missing
	"O_ASYNC".
	
	From Lai Jiangshan <laijs@cn.fujitsu.com>
	* aux_syscalls.stp: Add a function _mremap_flags.
	* syscalls.stp (syscall.mremap): Use _mremap_flags instead of
	_mmap_flags.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/syscalls.stp.diff?cvsroot=systemtap&r1=1.69&r2=1.70


^ permalink raw reply	[flat|nested] 11+ messages in thread

* src/tapset syscalls.stp
@ 2007-09-19  2:46 zhaolei
  0 siblings, 0 replies; 11+ messages in thread
From: zhaolei @ 2007-09-19  2:46 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	zhaolei@sourceware.org	2007-09-19 02:46:43

Modified files:
	tapset         : syscalls.stp 

Log message:
	2007-09-19  Zhaolei  <zhaolei@cn.fujitsu.com>
	
	* syscall.stp(getrusage) Fix the output of getrusage's argstr
	when who is set to -2.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/syscalls.stp.diff?cvsroot=systemtap&r1=1.67&r2=1.68


^ permalink raw reply	[flat|nested] 11+ messages in thread

* src/tapset syscalls.stp
@ 2007-08-28  0:18 zhaolei
  0 siblings, 0 replies; 11+ messages in thread
From: zhaolei @ 2007-08-28  0:18 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	zhaolei@sourceware.org	2007-08-28 00:18:55

Modified files:
	tapset         : syscalls.stp 

Log message:
	2007-08-28  Zhaolei  <zhaolei@cn.fujitsu.com>
	
	* syscalls.stp (bdflush): Add comma between args in argstr.
	Set second parameter(data)'s type by first parameter(func)'s
	value in argstr.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/syscalls.stp.diff?cvsroot=systemtap&r1=1.66&r2=1.67


^ permalink raw reply	[flat|nested] 11+ messages in thread

* src/tapset syscalls.stp
@ 2006-06-15 23:39 hunt
  0 siblings, 0 replies; 11+ messages in thread
From: hunt @ 2006-06-15 23:39 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2006-06-15 23:39:07

Modified files:
	tapset         : syscalls.stp 

Log message:
	

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/syscalls.stp.diff?cvsroot=systemtap&r1=1.28&r2=1.29


^ permalink raw reply	[flat|nested] 11+ messages in thread

* src/tapset syscalls.stp
@ 2006-06-12 17:38 hien
  0 siblings, 0 replies; 11+ messages in thread
From: hien @ 2006-06-12 17:38 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hien@sourceware.org	2006-06-12 17:38:32

Modified files:
	tapset         : syscalls.stp 

Log message:
	Fix ppc64 issue - sys_mmap

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/syscalls.stp.diff?cvsroot=systemtap&r1=1.24&r2=1.25


^ permalink raw reply	[flat|nested] 11+ messages in thread

* src/tapset syscalls.stp
@ 2006-05-30 21:24 hien
  0 siblings, 0 replies; 11+ messages in thread
From: hien @ 2006-05-30 21:24 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hien@sourceware.org	2006-05-30 21:24:10

Modified files:
	tapset         : syscalls.stp 

Log message:
	add mlock, mlockall

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/syscalls.stp.diff?cvsroot=systemtap&r1=1.20&r2=1.21


^ permalink raw reply	[flat|nested] 11+ messages in thread

* src/tapset syscalls.stp
@ 2006-03-09 21:23 hien
  0 siblings, 0 replies; 11+ messages in thread
From: hien @ 2006-03-09 21:23 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hien@sourceware.org	2006-03-09 21:23:06

Modified files:
	tapset         : syscalls.stp 

Log message:
	Moved the following to arch specific since ppc64 does not have them
	sys_acct
	sys_add_key

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/syscalls.stp.diff?cvsroot=systemtap&r1=1.8&r2=1.9


^ permalink raw reply	[flat|nested] 11+ messages in thread

* src/tapset syscalls.stp
@ 2006-02-20 22:41 hien
  0 siblings, 0 replies; 11+ messages in thread
From: hien @ 2006-02-20 22:41 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hien@sourceware.org	2006-02-20 22:41:00

Modified files:
	tapset         : syscalls.stp 

Log message:
	Move these aliases to arch specific areas
	sys_fstat
	sys_getegid16
	sys_geteuid16
	sys_getgid16
	sys_getgroups16
	sys_getuid16
	sys_lstat
	sys_mmap2
	sys_setgroups16
	sys_stat

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/syscalls.stp.diff?cvsroot=systemtap&r1=1.5&r2=1.6


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2007-12-17  6:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-26  6:49 src/tapset syscalls.stp zhaolei
  -- strict thread matches above, loose matches on Subject: below --
2007-12-17  6:23 zhaolei
2007-09-26  0:57 zhaolei
2007-09-21  6:54 zhaolei
2007-09-19  2:46 zhaolei
2007-08-28  0:18 zhaolei
2006-06-15 23:39 hunt
2006-06-12 17:38 hien
2006-05-30 21:24 hien
2006-03-09 21:23 hien
2006-02-20 22:41 hien

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).