Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753359AbbBZGzq (ORCPT ); Thu, 26 Feb 2015 01:55:46 -0500 Received: from mail9.hitachi.co.jp ([133.145.228.44]:56028 "EHLO mail9.hitachi.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752920AbbBZGzp (ORCPT ); Thu, 26 Feb 2015 01:55:45 -0500 Subject: [perf/core PATCH v5 0/4] 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: Thu, 26 Feb 2015 15:54:33 +0900 Message-ID: <20150226065433.23912.75229.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 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1452 Lines: 42 Hi, Here is the 5th version of of perf buildid-cache update. This updates the 2nd patch and add 2 patches just for cleanup and improve usability a bit. Here are the changes in v5. - [2/4] Remove NULL check before calling strlist__delete() (Thanks to Hemant!) - [3/4] Use pr_debug instead of verbose && pr_info (Thanks to Namhyung!) - [4/4] Show usage with incorrect params Thank you, --- Masami Hiramatsu (4): 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 perf-buildid-cache: Use pr_debug instead of verbose && pr_info perf-buildid-cache: Show usage with incorrect params tools/perf/Documentation/perf-buildid-cache.txt | 24 ++++-- tools/perf/builtin-buildid-cache.c | 69 ++++++++++++++-- tools/perf/util/build-id.c | 97 +++++++++++++++++++---- tools/perf/util/build-id.h | 2 4 files changed, 157 insertions(+), 35 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/