This is the mail archive of the
frysk@sources.redhat.com
mailing list for the frysk project.
Re: System call number cached with help from SyscallObserver
Yao Qi wrote:
On Tue, Sep 19, 2006 at 04:44:10PM -0500, Phil Muldoon wrote:
Here is my patch to cache system call number.
In this patch,
1) add a new member syscallNumber in SyscallEventInfo to
cache the system call number.
2) add a new method getSyscall(Task task, boolean enterSyscall) to
differentiate it is called by updateSyscallEnter or updateSyscallExit.
+1.
The patch looks good to me
Regards
Phil