From: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> To: Arnaldo Carvalho de Melo <acme@redhat.com>, Ingo Molnar <mingo@elte.hu> Cc: Frederic Weisbecker <fweisbec@gmail.com>, Peter Zijlstra <peterz@infradead.org>, Pekka Enberg <penberg@kernel.org>, linux-kernel@vger.kernel.org, yrl.pp-manager.tt@hitachi.com Subject: [PATCH -tip v2 0/9]perf probe bugfixes Date: Thu, 11 Aug 2011 20:02:20 +0900 [thread overview] Message-ID: <20110811110220.19900.54963.stgit@fedora15> (raw) Hi, Here is the updated version of bugfix series for perf probe. I've added some bugfixes which come up with newer gcc. Changes: - Update against recent changes on tip tree. - Add several actual outputs of the command for explaining the bugfix. - Add a line-walker bugfix for showing file-based probe-able lines correctly. - Rewrite variable searching scope bugfix into 2 patches. - Add 2 new debuginfo related bugfixes which I've found with newer gcc on fedora 15. Thank you, --- Masami Hiramatsu (9): [BUGFIX] perf probe: Filter out redundant inline-instances [BUGFIX] perf probe: Search concrete out-of-line instances [BUGFIX] perf probe: Avoid searching variables in intermediate scopes [BUGFIX] perf probe: Fix to search local variables in appropriate scope [BUGFIX] perf probe: Warn when more than one line are given [BUGFIX] perf probe: Fix to walk all inline instances [BUGFIX] perf probe: Fix to search nested inlined functions in CU [BUGFIX] perf probe: Fix line walker to check CU correctly [BUGFIX] perf-probe: Fix a memory leak for scopes array tools/perf/builtin-probe.c | 14 ++ tools/perf/util/dwarf-aux.c | 210 ++++++++++++++++++++++++++++++++++-- tools/perf/util/dwarf-aux.h | 11 ++ tools/perf/util/probe-finder.c | 231 +++++++++++++++++++++++++--------------- tools/perf/util/probe-finder.h | 2 5 files changed, 360 insertions(+), 108 deletions(-) -- Masami HIRAMATSU Software Platform Research Dept. Linux Technology Center Hitachi, Ltd., Yokohama Research Laboratory E-mail: masami.hiramatsu.pt@hitachi.com
next reply other threads:[~2011-08-11 11:26 UTC|newest] Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top 2011-08-11 11:02 Masami Hiramatsu [this message] 2011-08-11 11:02 ` [PATCH -tip v2 1/9] [BUGFIX] perf-probe: Fix a memory leak for scopes array Masami Hiramatsu 2011-08-14 15:39 ` [tip:perf/core] perf probe: " tip-bot for Masami Hiramatsu 2011-08-11 11:02 ` [PATCH -tip v2 2/9] [BUGFIX] perf probe: Fix line walker to check CU correctly Masami Hiramatsu 2011-08-14 15:40 ` [tip:perf/core] " tip-bot for Masami Hiramatsu 2011-08-11 11:02 ` [PATCH -tip v2 3/9] [BUGFIX] perf probe: Fix to search nested inlined functions in CU Masami Hiramatsu 2011-08-14 15:41 ` [tip:perf/core] " tip-bot for Masami Hiramatsu 2011-08-11 11:02 ` [PATCH -tip v2 4/9] [BUGFIX] perf probe: Fix to walk all inline instances Masami Hiramatsu 2011-08-14 15:42 ` [tip:perf/core] " tip-bot for Masami Hiramatsu 2011-08-11 11:02 ` [PATCH -tip v2 5/9] [BUGFIX] perf probe: Warn when more than one line are given Masami Hiramatsu 2011-08-14 15:44 ` [tip:perf/core] " tip-bot for Masami Hiramatsu 2011-08-11 11:02 ` [PATCH -tip v2 6/9] [BUGFIX] perf probe: Fix to search local variables in appropriate scope Masami Hiramatsu 2011-08-14 15:45 ` [tip:perf/core] " tip-bot for Masami Hiramatsu 2011-08-11 11:03 ` [PATCH -tip v2 7/9] [BUGFIX] perf probe: Avoid searching variables in intermediate scopes Masami Hiramatsu 2011-08-14 15:47 ` [tip:perf/core] " tip-bot for Masami Hiramatsu 2011-08-11 11:03 ` [PATCH -tip v2 8/9] [BUGFIX] perf probe: Search concrete out-of-line instances Masami Hiramatsu 2011-08-14 15:48 ` [tip:perf/core] " tip-bot for Masami Hiramatsu 2011-08-11 11:03 ` [PATCH -tip v2 9/9] [BUGFIX] perf probe: Filter out redundant inline-instances Masami Hiramatsu 2011-08-14 15:50 ` [tip:perf/core] " tip-bot for Masami Hiramatsu
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20110811110220.19900.54963.stgit@fedora15 \ --to=masami.hiramatsu.pt@hitachi.com \ --cc=acme@redhat.com \ --cc=fweisbec@gmail.com \ --cc=linux-kernel@vger.kernel.org \ --cc=mingo@elte.hu \ --cc=penberg@kernel.org \ --cc=peterz@infradead.org \ --cc=yrl.pp-manager.tt@hitachi.com \ --subject='Re: [PATCH -tip v2 0/9]perf probe bugfixes' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.