Re: [PATCH] perf probe: Fix failure to add multiple probes without debuginfo

2015-03-19 Thread Arnaldo Carvalho de Melo
Em Thu, Mar 19, 2015 at 06:02:04PM +0800, He Kuang escreveu: > Perf tries to find probe function addresses from map when debuginfo > could not be found. > > To the first added function, the value of ref_reloc_sym was set in > maps__set_kallsyms_ref_reloc_sym() and can be obtained from > host_machi

[PATCH] perf probe: Fix failure to add multiple probes without debuginfo

2015-03-19 Thread He Kuang
Perf tries to find probe function addresses from map when debuginfo could not be found. To the first added function, the value of ref_reloc_sym was set in maps__set_kallsyms_ref_reloc_sym() and can be obtained from host_machine->kmaps->maps. After that, new maps are added to host_machine->kmaps->m

[PATCH] perf probe: Fix failure to add multiple probes without debuginfo

2015-03-19 Thread He Kuang
From: hekuang Perf tries to find probe function addresses from map when debuginfo could not be found. To the first added function, the value of ref_reloc_sym was set in maps__set_kallsyms_ref_reloc_sym() and can be obtained from host_machine->kmaps->maps. After that, new maps are added to host_m