diff options
author | zhaolei <zhaolei> | 2007-09-26 06:51:28 +0000 |
---|---|---|
committer | zhaolei <zhaolei> | 2007-09-26 06:51:28 +0000 |
commit | 67535ee31664cd0003bfa8cb73578eeb4724c857 (patch) | |
tree | 83ba4200e8e47e6524d7e801d0f1d2047ed7bc96 /tapset | |
parent | c1e88488ce416934346fe4af40dac7644bff34b2 (diff) | |
download | systemtap-steved-67535ee31664cd0003bfa8cb73578eeb4724c857.tar.gz systemtap-steved-67535ee31664cd0003bfa8cb73578eeb4724c857.tar.xz systemtap-steved-67535ee31664cd0003bfa8cb73578eeb4724c857.zip |
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").
Diffstat (limited to 'tapset')
-rw-r--r-- | tapset/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tapset/ChangeLog b/tapset/ChangeLog index 46ebb7ad..e313629f 100644 --- a/tapset/ChangeLog +++ b/tapset/ChangeLog @@ -1,6 +1,14 @@ 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"). + +2007-09-26 Zhaolei <zhaolei@cn.fujitsu.com> + + From Lai Jiangshan <laijs@cn.fujitsu.com> modify field-access operator from "." to "->" in all files. 2007-09-26 Zhaolei <zhaolei@cn.fujitsu.com> |