public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [perf/core PATCH v4 0/2] perf-buildid-cache: Enhance --update and add --purge
@ 2015-02-20  9:41 Masami Hiramatsu
  2015-02-20  9:41 ` [perf/core PATCH v4 1/2] perf buildid-cache: Add new buildid cache if update target is not cached Masami Hiramatsu
  2015-02-20  9:41 ` [perf/core PATCH v4 2/2] perf buildid-cache: Add --purge FILE to remove all caches of FILE Masami Hiramatsu
  0 siblings, 2 replies; 7+ messages in thread
From: Masami Hiramatsu @ 2015-02-20  9:41 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo
  Cc: Peter Zijlstra, Adrian Hunter, linux-kernel, Ingo Molnar,
	Paul Mackerras, Jiri Olsa, Namhyung Kim, Borislav Petkov,
	Hemant Kumar

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-02-23  6:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20  9:41 [perf/core PATCH v4 0/2] perf-buildid-cache: Enhance --update and add --purge Masami Hiramatsu
2015-02-20  9:41 ` [perf/core PATCH v4 1/2] perf buildid-cache: Add new buildid cache if update target is not cached Masami Hiramatsu
2015-02-20  9:41 ` [perf/core PATCH v4 2/2] perf buildid-cache: Add --purge FILE to remove all caches of FILE Masami Hiramatsu
2015-02-20 19:07   ` Hemant Kumar
2015-02-23  6:07     ` Masami Hiramatsu
2015-02-21 13:56   ` Namhyung Kim
2015-02-23  6:06     ` Masami Hiramatsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox