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: [PATCH v4] Fix nd_syscalls.stp for architectures using SYSCALL_WRAPPERS.


On 05/23/2009 01:30 AM, Przemyslaw Pawelczyk wrote:
Add kprobe.function("SyS_*") probe points to nd_syscall.* probe aliases.
Analogue of commit 132c337c with two exceptions:
- remove sufficiency of these new probe points (use '?' instead of '!'),
   because translator always considers them resolved,
- make non-SyS probe points optional in probe aliases affected by
   syscall wrappers, because otherwise they will fail on such
   architectures.

Committed, thanks!


Josh


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