Re: [PATCH 1/2] perf probe: Fix module probe issue if no dwarf support

From: Ravi Bangoria
Date: Tue Apr 26 2016 - 11:13:07 EST




On Tuesday 26 April 2016 08:04 PM, Arnaldo Carvalho de Melo wrote:
Em Tue, Apr 26, 2016 at 07:55:40PM +0530, Ravi Bangoria escreveu:
Perf is not able to register probe in kernel module when dwarf supprt
is not there(and so it goes for symtab). Perf passes full path of
module where only module name is required which is causing the problem.
This patch fixes this issue.
Is this v3? What has changed from v2?

- Arnaldo

Yes Arnaldo. But I changed it from [RFC] to [PATCH], so didn't include
version. Here is [RFC v2] link: https://lkml.org/lkml/2016/4/26/114

Changes w.r.t. [RFC v2]:
- Swapped patch in series and move definition of find_module_name in other patch.

Regards,
Ravi