From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932846AbbKMPYV (ORCPT ); Fri, 13 Nov 2015 10:24:21 -0500 Received: from mail.kernel.org ([198.145.29.136]:50855 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932303AbbKMPYU (ORCPT ); Fri, 13 Nov 2015 10:24:20 -0500 Date: Fri, 13 Nov 2015 12:24:16 -0300 From: Arnaldo Carvalho de Melo To: Adrian Hunter Cc: Jiri Olsa , linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] perf tools: 3 fixes Message-ID: <20151113152416.GI7160@kernel.org> References: <1447408112-1920-1-git-send-email-adrian.hunter@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1447408112-1920-1-git-send-email-adrian.hunter@intel.com> X-Url: http://acmel.wordpress.com 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 Em Fri, Nov 13, 2015 at 11:48:29AM +0200, Adrian Hunter escreveu: > Hi > > Here are a 3 fixes. The patches apply cleanly to 4.3, although > the problems go back further than that. Thanks for the patches and for the before/after for the rbtree problem, I reproduced it here, fixes the problem! - Arnaldo > > Adrian Hunter (3): > perf tools: Fix dso lookup by long name and missing buildids > perf buildid-list: Requires ordered events > perf inject: Also re-pipe lost_samples event > > tools/perf/builtin-inject.c | 1 + > tools/perf/util/build-id.c | 1 + > tools/perf/util/dso.c | 17 +++++++++++++++++ > tools/perf/util/dso.h | 1 + > tools/perf/util/machine.c | 1 + > 5 files changed, 21 insertions(+) > > > Regards > Adrian