Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761940Ab2FVJsK (ORCPT ); Fri, 22 Jun 2012 05:48:10 -0400 Received: from casper.infradead.org ([85.118.1.10]:35384 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761898Ab2FVJsI convert rfc822-to-8bit (ORCPT ); Fri, 22 Jun 2012 05:48:08 -0400 Message-ID: <1340358478.18025.51.camel@twins> Subject: Re: [RFC/PATCHSET 0/8] perf tools: Minimal build without libelf dependency (v2) From: Peter Zijlstra To: Namhyung Kim Cc: Arnaldo Carvalho de Melo , Paul Mackerras , Ingo Molnar , LKML , Jiri Olsa , David Ahern Date: Fri, 22 Jun 2012 11:47:58 +0200 In-Reply-To: <1340343462-15556-1-git-send-email-namhyung@kernel.org> References: <1340343462-15556-1-git-send-email-namhyung@kernel.org> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 721 Lines: 15 On Fri, 2012-06-22 at 14:37 +0900, Namhyung Kim wrote: > And then I realized that the perf record needs to know about the > build-id's anyway. :( So I implemented a poor man's version of elf > parser only for parsing the build-id info. Why? the very first versions didn't know about any of that nonsense :-) It works just fine as long as you don't go change binaries around. That said, you did the work already, so no objection, just saying builtids aren't that important. -- 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/