linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/3] perf symbols: debuglink and arm mapping symbols changes
@ 2015-01-22  4:52 Victor Kamensky
  2015-01-22  4:52 ` [PATCH V2 1/3] perf symbols: Ignore mapping symbols on aarch64 Victor Kamensky
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Victor Kamensky @ 2015-01-22  4:52 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo, Namhyung Kim, David Ahern, Will Deacon
  Cc: Russell King, Peter Zijlstra, Paul Mackerras, Ingo Molnar,
	Adrian Hunter, Jiri Olsa, Avi Kivity, Masami Hiramatsu,
	Anton Blanchard, Dave Martin, linux-kernel, linux-arm-kernel,
	Victor Kamensky

Hi Folks,

Here is second version of mini-series that addresses couple issues
in perf symbols handling.

Changes since V1:

o 'perf symbols: Ignore mapping symbols on aarch64': based on feedback
from Will Deacon and Russell King [1] added code that handles ARM/Aarch64
mapping symbols like "$d.<any>". Code uses similar snipet to handle
ARM mapping symbols as in another places in kernel, but it has its
own version of the code. Added proper Acked-by.

o 'perf symbols: debuglink should take symfs option into account':
based on feedback from David Ahern [2] picked more simple version that
does not make malloced copy of 'filename', that makes patch simpler.
Added proper 'Acked-and-tested-by'.

[1] https://lkml.org/lkml/2015/1/13/507

[2] https://lkml.org/lkml/2015/1/13/508

Victor Kamensky (3):
  perf symbols: Ignore mapping symbols on aarch64
  perf symbols: improve abi compliance in arm mapping symbols handling
  perf symbols: debuglink should take symfs option into account

 tools/perf/util/dso.c        |  6 +++---
 tools/perf/util/symbol-elf.c | 13 ++++++++++---
 2 files changed, 13 insertions(+), 6 deletions(-)

-- 
1.9.3


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

end of thread, other threads:[~2015-01-22 16:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-22  4:52 [PATCH V2 0/3] perf symbols: debuglink and arm mapping symbols changes Victor Kamensky
2015-01-22  4:52 ` [PATCH V2 1/3] perf symbols: Ignore mapping symbols on aarch64 Victor Kamensky
2015-01-22 15:27   ` Russell King - ARM Linux
2015-01-22  4:52 ` [PATCH V2 2/3] perf symbols: improve abi compliance in arm mapping symbols handling Victor Kamensky
2015-01-22 15:29   ` Russell King - ARM Linux
2015-01-22 16:02     ` Victor Kamensky
2015-01-22  4:52 ` [PATCH V2 3/3] perf symbols: debuglink should take symfs option into account Victor Kamensky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).