Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756009AbYKKMaU (ORCPT ); Tue, 11 Nov 2008 07:30:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755471AbYKKMaI (ORCPT ); Tue, 11 Nov 2008 07:30:08 -0500 Received: from ug-out-1314.google.com ([66.249.92.173]:54303 "EHLO ug-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755080AbYKKMaG (ORCPT ); Tue, 11 Nov 2008 07:30:06 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=ncWVS2DfQxYzMYRvLRvSI6YtWui6zu8CV2kc8AB+OshXkhfb7IV8SD49KjHclnBmdq BhXlfHF7J6ykbW2j5sulX15qGpyud68YNzDjUqQS+j/1eXvI3I5GUottfS/6RW/A67pl CfcXNnZiOQ12yJ5NjimqKEBuNZaRy9jsgTlpo= Date: Tue, 11 Nov 2008 15:33:27 +0300 From: Alexey Dobriyan To: Marcin Slusarz Cc: Ingo Molnar , Andrew Morton , Ken Chen , linux-kernel@vger.kernel.org, Peter Zijlstra Subject: Re: [patch] add /proc/pid/stack to dump task's stack trace Message-ID: <20081111123327.GA12167@x200.localdomain> References: <20081107003021.GA18666@google.com> <20081107004824.GA28780@x200.localdomain> <20081107074147.GA26607@elte.hu> <20081107075925.GA1825@elte.hu> <20081107082003.GA15800@x200.localdomain> <20081107083249.GD4435@elte.hu> <20081107084943.GA16147@x200.localdomain> <20081107085352.GA27245@elte.hu> <20081107090304.GA30540@elte.hu> <20081111122531.GA5836@joi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081111122531.GA5836@joi> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1635 Lines: 47 On Tue, Nov 11, 2008 at 01:25:36PM +0100, Marcin Slusarz wrote: > On Fri, Nov 07, 2008 at 10:03:04AM +0100, Ingo Molnar wrote: > > > > btw., the feature works beautifully: > > > > task sleeping/blocked: > > > > # cat /proc/1/stack > > [] do_select+0x51a/0x582 > > [] core_sys_select+0x17c/0x218 > > [] sys_select+0x99/0xc1 > > [] system_call_fastpath+0x16/0x1b > > [] 0xffffffffffffffff > > > > task running on this CPU: > > > > # cat /proc/self/stack > > [] save_stack_trace_tsk+0x26/0x44 > > [] proc_pid_stack+0x6e/0xd3 > > [] proc_info_read+0x68/0xba > > [] vfs_read+0xa9/0xe3 > > [] sys_read+0x4c/0x73 > > [] system_call_fastpath+0x16/0x1b > > [] 0xffffffffffffffff > > > > task running on another CPU in user-space: > > > > # cat /proc/18579/stack > > [] 0xffffffffffffffff > > so this file provides view of _kernel_ stack only? Of course! > shouldn't it be named kernel-stack then? > > > task running on another CPU in kernel-space: > > > > # cat /proc/18579/stack > > [] audit_syscall_exit+0x9c/0xed > > [] syscall_trace_leave+0x94/0xbb > > [] 0xffffffffffffffff -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/