Re: [PATCH perf/core 1/4] perf-probe: Fix to show correct locations for events on modules

2017-01-10 Thread Masami Hiramatsu
On Tue, 10 Jan 2017 10:18:35 -0300 Arnaldo Carvalho de Melo wrote: > Em Sat, Jan 07, 2017 at 02:25:09PM +0900, Masami Hiramatsu escreveu: > > Fix to show correct locations for events on modules by > > relocating given address. Currently the relocation is > > done when we failed

Re: [PATCH perf/core 1/4] perf-probe: Fix to show correct locations for events on modules

2017-01-10 Thread Masami Hiramatsu
On Tue, 10 Jan 2017 10:18:35 -0300 Arnaldo Carvalho de Melo wrote: > Em Sat, Jan 07, 2017 at 02:25:09PM +0900, Masami Hiramatsu escreveu: > > Fix to show correct locations for events on modules by > > relocating given address. Currently the relocation is > > done when we failed to find the

Re: [PATCH perf/core 1/4] perf-probe: Fix to show correct locations for events on modules

2017-01-10 Thread Masami Hiramatsu
On Tue, 10 Jan 2017 10:18:35 -0300 Arnaldo Carvalho de Melo wrote: > Em Sat, Jan 07, 2017 at 02:25:09PM +0900, Masami Hiramatsu escreveu: > > Fix to show correct locations for events on modules by > > relocating given address. Currently the relocation is > > done when we failed

Re: [PATCH perf/core 1/4] perf-probe: Fix to show correct locations for events on modules

2017-01-10 Thread Masami Hiramatsu
On Tue, 10 Jan 2017 10:18:35 -0300 Arnaldo Carvalho de Melo wrote: > Em Sat, Jan 07, 2017 at 02:25:09PM +0900, Masami Hiramatsu escreveu: > > Fix to show correct locations for events on modules by > > relocating given address. Currently the relocation is > > done when we failed to find the

Re: [PATCH perf/core 1/4] perf-probe: Fix to show correct locations for events on modules

2017-01-10 Thread Arnaldo Carvalho de Melo
Em Sat, Jan 07, 2017 at 02:25:09PM +0900, Masami Hiramatsu escreveu: > Fix to show correct locations for events on modules by > relocating given address. Currently the relocation is > done when we failed to find the address in debuginfo, > but for modules it always makes a mistakes. Try to

Re: [PATCH perf/core 1/4] perf-probe: Fix to show correct locations for events on modules

2017-01-10 Thread Arnaldo Carvalho de Melo
Em Sat, Jan 07, 2017 at 02:25:09PM +0900, Masami Hiramatsu escreveu: > Fix to show correct locations for events on modules by > relocating given address. Currently the relocation is > done when we failed to find the address in debuginfo, > but for modules it always makes a mistakes. Try to