Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S274885AbTHKW62 (ORCPT ); Mon, 11 Aug 2003 18:58:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S274889AbTHKW62 (ORCPT ); Mon, 11 Aug 2003 18:58:28 -0400 Received: from e6.ny.us.ibm.com ([32.97.182.106]:49053 "EHLO e6.ny.us.ibm.com") by vger.kernel.org with ESMTP id S274885AbTHKW5v (ORCPT ); Mon, 11 Aug 2003 18:57:51 -0400 Date: Mon, 11 Aug 2003 16:00:44 -0700 From: "Martin J. Bligh" To: William Lee Irwin III cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: 2.6.0-test3-mm1 Message-ID: <886340000.1060642844@flay> In-Reply-To: <884580000.1060642229@flay> References: <20030811113943.47e5fd85.akpm@osdl.org> <873510000.1060633024@flay> <20030811221628.GR1715@holomorphy.com> <884580000.1060642229@flay> X-Mailer: Mulberry/2.1.2 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1371 Lines: 34 >> On Mon, Aug 11, 2003 at 01:17:04PM -0700, Martin J. Bligh wrote: >>> Buggered if I know what Letext is doing there ??? >>> 6577 3.9% total >>> 1157 0.0% Letext >>> 937 0.0% direct_strnlen_user >>> 748 440.0% filp_close >>> 722 21.2% __copy_from_user_ll >>> 610 2.6% page_remove_rmap >>> 492 487.1% file_ra_state_init >>> 452 12.4% find_get_page >>> 405 7.6% __copy_to_user_ll >>> 402 28.6% schedule >>> 386 0.0% kpmd_ctor >>> 348 4.4% __d_lookup >>> 310 16.6% atomic_dec_and_lock >>> 300 174.4% may_open >> >> You can figure out what it is by reading addresses directly out of >> /proc/profile that would correspond to it (i.e. modifying readprofile) >> and correlating it with an area of text in a disassembled kernel. > > Was more interested in which patch screwed up the profiling really ... > I suspect someone knows already ;-) Looks to me like all the .text.lock.foo stuff got dumped under Letext actually .... oops. Sometime between test2-mm1 and test2-mm3, I think? M. - 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/