Re: [PATCH] perf probe: Move kernel_get_module_dso() to be built only with DWARF support

2015-05-28 Thread Namhyung Kim
Hi Masami, On Fri, May 29, 2015 at 08:45:16AM +0900, Masami Hiramatsu wrote: > Hi, > > Wang has already sent the patch (and I acked). Please check this > https://lkml.org/lkml/2015/5/27/1013 Ah, ok then. Please ignore this.. :) Thanks, Namhyung -- To unsubscribe from this list: send the line "

Re: [PATCH] perf probe: Move kernel_get_module_dso() to be built only with DWARF support

2015-05-28 Thread Masami Hiramatsu
Hi, Wang has already sent the patch (and I acked). Please check this https://lkml.org/lkml/2015/5/27/1013 Thank you! On 2015/05/28 14:43, Namhyung Kim wrote: > The kernel_get_module_dso() is called only from open_debugginfo() and > the latter is defined only if HAVE_DWARF_SUPPORT is defined. So

[PATCH] perf probe: Move kernel_get_module_dso() to be built only with DWARF support

2015-05-27 Thread Namhyung Kim
The kernel_get_module_dso() is called only from open_debugginfo() and the latter is defined only if HAVE_DWARF_SUPPORT is defined. So build without dwarf failed like below: CC util/probe-event.o util/probe-event.c:203:12: error: ‘kernel_get_module_dso’ defined but not used