Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756629AbbBJOKS (ORCPT ); Tue, 10 Feb 2015 09:10:18 -0500 Received: from mail-pd0-f180.google.com ([209.85.192.180]:45875 "EHLO mail-pd0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756194AbbBJOKO (ORCPT ); Tue, 10 Feb 2015 09:10:14 -0500 Date: Tue, 10 Feb 2015 23:09:43 +0900 From: Namhyung Kim To: Masami Hiramatsu Cc: Arnaldo Carvalho de Melo , Peter Zijlstra , Adrian Hunter , linux-kernel@vger.kernel.org, Ingo Molnar , Paul Mackerras , Jiri Olsa , Borislav Petkov , Hemant Kumar Subject: Re: [perf/core PATCH v2 0/4] perf-buildid-cache: Cleanup, enhance --update and add --remove-all Message-ID: <20150210140943.GB27487@danjae> References: <20150210091849.19264.63698.stgit@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20150210091849.19264.63698.stgit@localhost.localdomain> 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 Content-Length: 1728 Lines: 53 Hi Masami, On Tue, Feb 10, 2015 at 06:18:49PM +0900, Masami Hiramatsu wrote: > Hi, > > Here is the 2nd version of of perf buildid-cache update. > I've fixed a bug in patch 4/4 reported by Namhyung, Thanks! > > The first 2 patches are cleanup code, just reducing the > redundant code. The 3rd one modifies --update option not > to fail but just add new binary if there is no cache entry > which has same build-id of given binary. The 4th one adds > --remove-all option which allows us to cleanup all caches > which related to given path. For this series, Acked-by: Namhyung Kim Thanks, Namhyung > > > Thank you, > > > --- > > Masami Hiramatsu (4): > perf-buildid-cache: Remove unneeded debugdir parameters > perf buildid-cache: Consolidate .build-id cache path generators > perf buildid-cache: Add new buildid cache if update target is not cached > perf buildid-cache: Add --remove-all FILE to remove all caches of FILE > > > tools/perf/Documentation/perf-buildid-cache.txt | 8 + > tools/perf/builtin-buildid-cache.c | 85 ++++++++-- > tools/perf/util/build-id.c | 189 +++++++++++++++++------ > tools/perf/util/build-id.h | 6 - > 4 files changed, 210 insertions(+), 78 deletions(-) > > -- > Masami HIRAMATSU > Software Platform Research Dpt. Linux Technology Center > Hitachi, Ltd., Yokohama Research Laboratory > E-mail: masami.hiramatsu.pt@hitachi.com -- 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/