Re: [PATCH perf/core 2/4] [BUGFIX] perf probe: Cut off the postfixes from event name

2015-06-12 Thread Arnaldo Carvalho de Melo
Em Fri, Jun 12, 2015 at 02:08:20PM +0900, Masami Hiramatsu escreveu: > Cut off the postfixes which gcc added for optimized routines > from the event name automatically generated from symbol name, > since *probe-events doesn't accept it. > Those symbols will be used if we don't use debuginfo to find

[PATCH perf/core 2/4] [BUGFIX] perf probe: Cut off the postfixes from event name

2015-06-11 Thread Masami Hiramatsu
Cut off the postfixes which gcc added for optimized routines from the event name automatically generated from symbol name, since *probe-events doesn't accept it. Those symbols will be used if we don't use debuginfo to find target functions. E.g. without this fix; - # perf probe -va alloc_b