Re: [PATCH] perf probe: Fix segfault when glob matching function without debuginfo

2015-05-29 Thread Masami Hiramatsu
On 2015/05/29 18:45, Wang Nan wrote: > Commit 4c859351226c920b227fec040a3b447f0d482af3 ("perf probe: Support > glob wildcards for function name") introduces segfault problems when > debuginfo is not available: > > # perf probe 'sys_w*' > Added new events: > Segmentation fault > > The first

Re: [PATCH] perf probe: Fix segfault when glob matching function without debuginfo

2015-05-29 Thread Arnaldo Carvalho de Melo
Em Fri, May 29, 2015 at 09:45:47AM +, Wang Nan escreveu: > Commit 4c859351226c920b227fec040a3b447f0d482af3 ("perf probe: Support > glob wildcards for function name") introduces segfault problems when > debuginfo is not available: > > # perf probe 'sys_w*' > Added new events: >

[PATCH] perf probe: Fix segfault when glob matching function without debuginfo

2015-05-29 Thread Wang Nan
Commit 4c859351226c920b227fec040a3b447f0d482af3 ("perf probe: Support glob wildcards for function name") introduces segfault problems when debuginfo is not available: # perf probe 'sys_w*' Added new events: Segmentation fault The first problem resides in find_probe_trace_events_from_map().

[PATCH] perf probe: Fix segfault when glob matching function without debuginfo

2015-05-29 Thread Wang Nan
Commit 4c859351226c920b227fec040a3b447f0d482af3 (perf probe: Support glob wildcards for function name) introduces segfault problems when debuginfo is not available: # perf probe 'sys_w*' Added new events: Segmentation fault The first problem resides in find_probe_trace_events_from_map(). In

Re: [PATCH] perf probe: Fix segfault when glob matching function without debuginfo

2015-05-29 Thread Arnaldo Carvalho de Melo
Em Fri, May 29, 2015 at 09:45:47AM +, Wang Nan escreveu: Commit 4c859351226c920b227fec040a3b447f0d482af3 (perf probe: Support glob wildcards for function name) introduces segfault problems when debuginfo is not available: # perf probe 'sys_w*' Added new events: Segmentation fault

Re: [PATCH] perf probe: Fix segfault when glob matching function without debuginfo

2015-05-29 Thread Masami Hiramatsu
On 2015/05/29 18:45, Wang Nan wrote: Commit 4c859351226c920b227fec040a3b447f0d482af3 (perf probe: Support glob wildcards for function name) introduces segfault problems when debuginfo is not available: # perf probe 'sys_w*' Added new events: Segmentation fault The first problem