From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755288AbaGWNLf (ORCPT ); Wed, 23 Jul 2014 09:11:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3374 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751509AbaGWNLe (ORCPT ); Wed, 23 Jul 2014 09:11:34 -0400 Date: Wed, 23 Jul 2014 15:10:50 +0200 From: Jiri Olsa To: Arnaldo Carvalho de Melo Cc: Adrian Hunter , Peter Zijlstra , linux-kernel@vger.kernel.org, David Ahern , Frederic Weisbecker , Namhyung Kim , Paul Mackerras , Stephane Eranian Subject: Re: [PATCH 52/52] perf tools: Add support for 32-bit compatibility VDSOs Message-ID: <20140723131050.GB17252@krava.brq.redhat.com> References: <1406035081-14301-1-git-send-email-adrian.hunter@intel.com> <1406035081-14301-53-git-send-email-adrian.hunter@intel.com> <20140723130525.GA17252@krava.brq.redhat.com> <20140723130949.GH20303@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140723130949.GH20303@kernel.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 23, 2014 at 10:09:49AM -0300, Arnaldo Carvalho de Melo wrote: > Em Wed, Jul 23, 2014 at 03:05:25PM +0200, Jiri Olsa escreveu: > > On Tue, Jul 22, 2014 at 04:18:01PM +0300, Adrian Hunter wrote: > > > 'perf record' post-processes the event stream to create > > > a list of build-ids for object files for which sample > > > events have been recorded. That results in those object > > > files being recorded in the build-id cache. > > > > > > In the case of VDSO, perf tools reads it from memory > > > and copies it into a temporary file, which as decribed > > > above, gets added to the build-id cache. > > > > > > Then when the perf.data file is processed by other > > > tools, the build-id of VDSO is listed in the perf.data > > > file and the VDSO can be read from the build-id cache. > > > In that case the name of the map, the short name of the > > > DSO, and the entry in the build-id cache are all > > > "[vdso]". > > > > > > > heya, > > I reviewed vdso changes: > > > > perf tools: Pass machine to vdso__dso_findnew() > > perf tools: Group VDSO global variables into a structure > > perf tools: Fix the lifetime of the VDSO temporary file > > perf tools: Add vdso__new() > > perf tools: Separate the VDSO map name from the VDSO dso name > > perf tools: Build programs to copy 32-bit compatibility VDSOs > > perf tools: Add dso__type() > > perf tools: Add thread parameter to vdso__dso_findnew() > > perf tools: Add support for 32-bit compatibility VDSOs > > > > apart from small comments for above patches: > > > > Acked-by: Jiri Olsa > > > > Arnaldo, > > I can handle those if needed, please let me know > > I can take those after I go thru them, will add your acked-by. But since > you sayd "I reviewed", wouldn't it be better to s/Acked-by/Reviewed-by/g ok, both's fine with me jirka