From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail143.messagelabs.com (mail143.messagelabs.com [216.82.254.35]) by kanga.kvack.org (Postfix) with SMTP id 2A3A66B004D for ; Thu, 30 Jul 2009 09:44:08 -0400 (EDT) Message-ID: <4A71A37B.3030306@redhat.com> Date: Thu, 30 Jul 2009 09:43:23 -0400 From: Rik van Riel MIME-Version: 1.0 Subject: Re: [PATCH 3/4] tracing, page-allocator: Add trace event for page traffic related to the buddy lists References: <1248901551-7072-1-git-send-email-mel@csn.ul.ie> <1248901551-7072-4-git-send-email-mel@csn.ul.ie> In-Reply-To: <1248901551-7072-4-git-send-email-mel@csn.ul.ie> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org To: Mel Gorman Cc: Larry Woodman , Ingo Molnar , Peter Zijlstra , LKML , linux-mm@kvack.org List-ID: Mel Gorman wrote: > The page allocation trace event reports that a page was successfully allocated > but it does not specify where it came from. When analysing performance, > it can be important to distinguish between pages coming from the per-cpu > allocator and pages coming from the buddy lists as the latter requires the > zone lock to the taken and more data structures to be examined. Acked-by: Rik van Riel -- All rights reversed. -- 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/ . Don't email: email@kvack.org