From: Sami Wagiaalla <swagiaal@redhat.com>
To: frysk@sourceware.org
Subject: Re: frysk-gui ./.classpath frysk/bindir/ChangeLog ...
Date: Fri, 04 May 2007 23:08:00 -0000 [thread overview]
Message-ID: <463B95FC.9070302@redhat.com> (raw)
In-Reply-To: <20070504182654.32587.qmail@sourceware.org>
This is a revamp for ftrace.
Redundant code refactored. Between housekeeping and fixes the following
bugs are closed:
http://sourceware.org/bugzilla/show_bug.cgi?id=2916
http://sourceware.org/bugzilla/show_bug.cgi?id=2918
http://sourceware.org/bugzilla/show_bug.cgi?id=3053
http://sourceware.org/bugzilla/show_bug.cgi?id=4111
http://sourceware.org/bugzilla/show_bug.cgi?id=4142
http://sourceware.org/bugzilla/show_bug.cgi?id=4250
swagiaal@sourceware.org wrote:
> CVSROOT: /cvs/frysk
> Module name: frysk-gui
> Changes by: swagiaal@sourceware.org 2007-05-04 18:26:54
>
> Modified files:
> . : .classpath
> frysk/bindir : ChangeLog
> frysk/proc : ChangeLog LinuxIa32Syscall.java
> LinuxPowerPCSyscall.java LinuxX8664Syscall.java
> Syscall.java SyscallEventInfo.java
> TestTaskSyscallObserver.java
> frysk/util : ChangeLog Ftrace.java StracePrinter.java
> SyscallHandler.java
> frysk/gui/monitor: ChangeLog
> frysk/gui/monitor/observers: SysCallUtilyInfo.java
> Added files:
> frysk/bindir : TestFtrace.java
>
> Log message:
> 2007-05-04 Sami Wagiaalla <swagiaal@redhat.com>
>
> * TestFtrace.java: New file.
>
> 2007-05-04 Sami Wagiaalla <swagiaal@redhat.com>
>
> * TestTaskSyscallObserver.java: Added a syscall cache.
> Replaced SyscallEventInfo.arg() with Syscall.getArguments().
> Replaced SyscallEventInfo.returnCode() with Syscall.getReturnCode().
> * SyscallEventInfo.java (arg): Removed.
> (returnCode): Removed.
> * Syscall.java: Changed all calls to SyscallEventInfo.args() to
> this.getArgument().
> Changed all calls to SyscallEventInfo.returnCode() to
> this.getReturnCode().
> * LinuxIa32Syscall.java: Changed second argument of write system call
> to a string.
> * LinuxX8664Syscall.java: Ditto.
> * LinuxPowerPCSyscall.java: Ditto.
>
> 2007-05-04 Sami Wagiaalla <swagiaal@redhat.com>
>
> * StracePrinter.java: Removed SyscallEventInfo argument.
> Removed when argument.
> Split the handle function into handleEnter and handleExit.
> * SyscallHandler.java: Ditto.
> * Ftrace.java: Added forkObserver for properly following forked
> children.
> Stoped use of Refresh for finding forked children.
> Added procObserver to newly added Procs.
> Added tasksObserver to procs executed by ftrace; fix for bz 2916.
>
> 2007-05-04 Sami Wagiaalla <swagiaal@redhat.com>
>
> * observers/SysCallUtilyInfo.java: Replaced use of
> SyscallEventInfo.arg() with Syscall.getArgument().
> Replaced use of SyscallEventInfo.returnCode() with
> Syscall.getReturnCode().
>
> Patches:
> http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-top/.classpath.diff?cvsroot=frysk&r1=1.13&r2=1.14
> http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/bindir/TestFtrace.java.diff?cvsroot=frysk&r1=NONE&r2=1.1
> http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/bindir/ChangeLog.diff?cvsroot=frysk&r1=1.75&r2=1.76
> http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ChangeLog.diff?cvsroot=frysk&r1=1.682&r2=1.683
> http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/LinuxIa32Syscall.java.diff?cvsroot=frysk&r1=1.6&r2=1.7
> http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/LinuxPowerPCSyscall.java.diff?cvsroot=frysk&r1=1.6&r2=1.7
> http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/LinuxX8664Syscall.java.diff?cvsroot=frysk&r1=1.4&r2=1.5
> http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/Syscall.java.diff?cvsroot=frysk&r1=1.17&r2=1.18
> http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/SyscallEventInfo.java.diff?cvsroot=frysk&r1=1.5&r2=1.6
> http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TestTaskSyscallObserver.java.diff?cvsroot=frysk&r1=1.29&r2=1.30
> http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/util/ChangeLog.diff?cvsroot=frysk&r1=1.113&r2=1.114
> http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/util/Ftrace.java.diff?cvsroot=frysk&r1=1.7&r2=1.8
> http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/util/StracePrinter.java.diff?cvsroot=frysk&r1=1.2&r2=1.3
> http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/util/SyscallHandler.java.diff?cvsroot=frysk&r1=1.2&r2=1.3
> http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/monitor/ChangeLog.diff?cvsroot=frysk&r1=1.463&r2=1.464
> http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/monitor/observers/SysCallUtilyInfo.java.diff?cvsroot=frysk&r1=1.10&r2=1.11
>
>
parent reply other threads:[~2007-05-04 20:22 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20070504182654.32587.qmail@sourceware.org>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=463B95FC.9070302@redhat.com \
--to=swagiaal@redhat.com \
--cc=frysk@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).