[PATCH 1/3] perf probe: Use existing routine to look for a kernel module by dso->short_name

2015-09-25 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo We have map_groups__find_by_name() to look at the list of modules that are in place for a given machine, so use it instead of traversing the machine dso list, which also includes DSOs for userspace. When merging the user and kernel DSO lists a bug was introduced

[PATCH 1/3] perf probe: Use existing routine to look for a kernel module by dso->short_name

2015-09-25 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo We have map_groups__find_by_name() to look at the list of modules that are in place for a given machine, so use it instead of traversing the machine dso list, which also includes DSOs for userspace. When merging the user and kernel DSO lists a bug