Re: [PATCH perf/core 0/4] perf-probe bugfixes

2015-06-12 Thread Arnaldo Carvalho de Melo
Em Fri, Jun 12, 2015 at 02:08:06PM +0900, Masami Hiramatsu escreveu: > Masami Hiramatsu (4): > [BUGFIX] perf probe: List probes in stdout > [BUGFIX] perf probe: Cut off the postfixes from event name > [BUGFIX] perf probe: Check non-probe-able symbols when using symbol map >

[PATCH perf/core 0/4] perf-probe bugfixes

2015-06-11 Thread Masami Hiramatsu
Hi Arnaldo, Here is a series of bugfix patches for perf-probe. I've fixed some bugs on non-debuginfo environment. This series fixes below bugs; - --list shows the list of probes in stderr. (It is refined from https://lkml.org/lkml/2015/5/30/34) - failed to probe on gcc optimized symbols whic