Re: [PATCH perf/core v2 0/5] perf-probe: improve glibc support

2015-03-06 Thread Arnaldo Carvalho de Melo
Em Fri, Mar 06, 2015 at 04:31:18PM +0900, Masami Hiramatsu escreveu: > Hi, > > Here is a series of patches which improves perf-probe to > handle glibc's aliased symbols and weak symbols more > correctly. Ok, I have this, with the change I mentioned in another message, in my perf/core branch, plea

[PATCH perf/core v2 0/5] perf-probe: improve glibc support

2015-03-05 Thread Masami Hiramatsu
Hi, Here is a series of patches which improves perf-probe to handle glibc's aliased symbols and weak symbols more correctly. This version includes 2 new patches from Namhyung (Thanks!) which solves a problem on weak symbols. I added a fix on his latter patch to modify find_alternative_probe_point