Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754061AbbBTJm3 (ORCPT ); Fri, 20 Feb 2015 04:42:29 -0500 Received: from mail7.hitachi.co.jp ([133.145.228.42]:40414 "EHLO mail7.hitachi.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752029AbbBTJm2 (ORCPT ); Fri, 20 Feb 2015 04:42:28 -0500 X-AuditID: 85900ec0-bfcf5b9000002d32-bf-54e7014b4730 Subject: [perf/core PATCH v4 0/2] perf-buildid-cache: Enhance --update and add --purge From: Masami Hiramatsu To: Arnaldo Carvalho de Melo Cc: Peter Zijlstra , Adrian Hunter , linux-kernel@vger.kernel.org, Ingo Molnar , Paul Mackerras , Jiri Olsa , Namhyung Kim , Borislav Petkov , Hemant Kumar Date: Fri, 20 Feb 2015 18:41:45 +0900 Message-ID: <20150220094145.4942.22046.stgit@localhost.localdomain> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1367 Lines: 38 Hi, Here is the 4th version of of perf buildid-cache update. This has a small updates from v2 for each patch. According to Arnaldo's comment, I updated the document about --update option in the first patch, and renamed --remove-all to --purge in the second patch (it also updated document). Only one change from 3rd to 4th version. - Release a buffer allocated by build_id_cache__dirname_from_path() in build_id_cache__add_s() [patch 2/2] Thank you, --- Masami Hiramatsu (2): perf buildid-cache: Add new buildid cache if update target is not cached perf buildid-cache: Add --purge FILE to remove all caches of FILE tools/perf/Documentation/perf-buildid-cache.txt | 24 ++++-- tools/perf/builtin-buildid-cache.c | 50 +++++++++++- tools/perf/util/build-id.c | 98 +++++++++++++++++++---- tools/perf/util/build-id.h | 2 4 files changed, 148 insertions(+), 26 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/