RE: [PATCH v3] perf/probe: Search both .eh_frame and .debug_frame sections for probe location

2016-01-13 Thread / HIRAMATUMASAMI
From: Hemant Kumar [mailto:hem...@linux.vnet.ibm.com] > >perf probe through debuginfo__find_probes() in util/probe-finder.c >checks for the functions' frame descriptions in either .eh_frame section >of an ELF or the .debug_frame. The check is based on whether either one >of these sections is

RE: [PATCH v2] perf/probe: Search both .eh_frame and .debug_frame sections for probe location

2016-01-12 Thread / HIRAMATUMASAMI
Hi Hemant, >From: Hemant Kumar [mailto:hem...@linux.vnet.ibm.com] > >perf probe through debuginfo__find_probes() in util/probe-finder.c >checks for the functions' frame descriptions in either .eh_frame section >of an ELF or the .debug_frame. The check is based on whether either one >of these

RE: [PATCH] perf/probe: Search both .eh_frame and .debug_frame sections for probe location

2015-09-24 Thread / HIRAMATUMASAMI
From: Mark Wielaard [mailto:m...@redhat.com] > >Hi Hemant, > >On Thu, 2015-09-24 at 07:46 +0530, Hemant Kumar wrote: >> perf probe through debuginfo__find_probes() in util/probe-finder.c >> checks for the functions' frame descriptions in either .eh_frame section >> of an ELF or the .debug_frame.