This is the mail archive of the systemtap@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]

Re: obsolete syscall probe points in tapset for ppc64?


On Thu, 2006-02-16 at 14:53 +0800, Gui,Jian wrote:

> 
> The errors come from the probe points for sys_fstat, sys_mmap2
> defined in tapset/syscalls.stp and the probe points for sys_stat,
> sys_setgroups16 in tapset/syscalls2.stp.
> 
> I grep /proc/kallsyms and found these four syscalls are not exported.
> 
> I check the kernel source and find they are replaced by newer versions
> or removed (?) in ppc64 kernel:
>     sys_fstat --> sys_newfstat
>     sys_mmap2  --> sys32_mmap2
>     sys_setgroups16  --> ?
>     sys_stat --> sys_newstat

Thanks for reporting these. I have not had a chance to test on ppc yet.
I will make the proper changes.

Martin



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