From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19179 invoked by alias); 4 May 2007 20:11:13 -0000 Received: (qmail 19045 invoked by uid 48); 4 May 2007 20:11:01 -0000 Date: Fri, 04 May 2007 20:11:00 -0000 Message-ID: <20070504201101.19044.qmail@sourceware.org> From: "swagiaal at redhat dot com" To: frysk-bugzilla@sourceware.org In-Reply-To: <20070321224851.4250.cagney@redhat.com> References: <20070321224851.4250.cagney@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/4250] ftrace does not follow threads X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2007-q2/txt/msg00197.txt.bz2 List-Id: ------- Additional Comments From swagiaal at redhat dot com 2007-05-04 21:11 ------- Fixed: [swagiaal@toner ~]$ grep -v 21736.21736 /tmp/ftrace.out 1:Ftrace.main() Proc.getPid() 21736 2:Ftrace.main() Proc.getExe() /usr/local/bin/ftrace 429:Ftrace.main() Proc.getExe() /usr/local/bin/ftrace 430:21736.21737 set_robust_list () 21736.21737 = 0 431:21736.21737 futex (0x41bec,1,1,0x25888) 21736.21737 = 1 2007-05-04 Sami Wagiaalla * TestFtrace.java: New file. 2007-05-04 Sami Wagiaalla * 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 * 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 * observers/SysCallUtilyInfo.java: Replaced use of SyscallEventInfo.arg() with Syscall.getArgument(). Replaced use of SyscallEventInfo.returnCode() with Syscall.getReturnCode(). -- What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED http://sourceware.org/bugzilla/show_bug.cgi?id=4250 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.