From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 26 Jun 2001 11:38:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 26 Jun 2001 11:38:28 -0400 Received: from m355-mp1-cvx1c.col.ntl.com ([213.104.77.99]:45956 "EHLO [213.104.77.99]") by vger.kernel.org with ESMTP id ; Tue, 26 Jun 2001 11:38:15 -0400 To: Marcelo Tosatti Cc: , Subject: Re: VM tuning through fault trace gathering [with actual code] In-Reply-To: From: John Fremlin Date: 26 Jun 2001 16:38:07 +0100 In-Reply-To: (Marcelo Tosatti's message of "Tue, 26 Jun 2001 10:52:16 -0300 (BRT)") Message-ID: User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.1 (GTK) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Marcelo Tosatti writes: > #################################################################### > Event Time PID Length Description > #################################################################### > > Trap entry 991,299,585,597,016 678 12 TRAP: page fault; EIP : 0x40067785 That looks like just the generic interrupt handling. It does not do what I want to do, i.e. record some more info about the fault saying where it comes from. -- http://ape.n3.net From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: VM tuning through fault trace gathering [with actual code] References: From: John Fremlin Date: 26 Jun 2001 16:38:07 +0100 In-Reply-To: (Marcelo Tosatti's message of "Tue, 26 Jun 2001 10:52:16 -0300 (BRT)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-linux-mm@kvack.org Return-Path: To: Marcelo Tosatti Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org List-ID: Marcelo Tosatti writes: > #################################################################### > Event Time PID Length Description > #################################################################### > > Trap entry 991,299,585,597,016 678 12 TRAP: page fault; EIP : 0x40067785 That looks like just the generic interrupt handling. It does not do what I want to do, i.e. record some more info about the fault saying where it comes from. -- http://ape.n3.net -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/