Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753567AbZKPTCS (ORCPT ); Mon, 16 Nov 2009 14:02:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752487AbZKPTCS (ORCPT ); Mon, 16 Nov 2009 14:02:18 -0500 Received: from mail-bw0-f227.google.com ([209.85.218.227]:63398 "EHLO mail-bw0-f227.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752299AbZKPTCR (ORCPT ); Mon, 16 Nov 2009 14:02:17 -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=uFnRnIXChJt4Od8ldr4TivQBZGcLrQ5jKbHH4QGhtMJPxgBH69Ui6ZwyyT9vAxAd0P h8Aa8pRqbCtXDx/JDWtQKHgmkUKQrRxBQydtBx1CHgv8ETd8oUrpscuftVSir+PwpLeb y2z69ZdnxR2m4oQ+b/TDr8nroF3k8ydjv1l58= Date: Mon, 16 Nov 2009 20:02:24 +0100 From: Frederic Weisbecker To: Arnaldo Carvalho de Melo Cc: Ingo Molnar , linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Mike Galbraith , Paul Mackerras , Peter Zijlstra Subject: Re: [PATCH 3/5] perf tools: Generalize perf_header__adds_read Message-ID: <20091116190221.GC5293@nowhere> References: <1258396365-29217-1-git-send-email-acme@infradead.org> <1258396365-29217-2-git-send-email-acme@infradead.org> <1258396365-29217-3-git-send-email-acme@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1258396365-29217-3-git-send-email-acme@infradead.org> 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: 885 Lines: 23 On Mon, Nov 16, 2009 at 04:32:43PM -0200, Arnaldo Carvalho de Melo wrote: > From: Arnaldo Carvalho de Melo > > Renaming it to perf_header__process_sections and passing a callback to > handle each feature. > > The next changesets will introduce 'perf buildid-list' that will handle > just the HEADER_BUILD_ID table, ignoring all the other features. > > Cc: Frederic Weisbecker > Cc: Mike Galbraith > Cc: Paul Mackerras > Cc: Peter Zijlstra > Signed-off-by: Arnaldo Carvalho de Melo Looks much proper this way, indeed :) -- 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/