Re: [RFC PATCH 5/8] perf probe powerpc: Allow matching against dot symbols

2014-12-10 Thread Michael Ellerman
On Tue, 2014-12-09 at 23:04 +0530, Naveen N. Rao wrote: > Allow perf probe to work on powerpc ABIv1 without the need to specify the > leading dot '.' for functions. 'perf probe do_fork' works with this patch. > > Signed-off-by: Naveen N. Rao > --- > tools/perf/util/probe-event.c | 9 + >

[RFC PATCH 5/8] perf probe powerpc: Allow matching against dot symbols

2014-12-09 Thread Naveen N. Rao
Allow perf probe to work on powerpc ABIv1 without the need to specify the leading dot '.' for functions. 'perf probe do_fork' works with this patch. Signed-off-by: Naveen N. Rao --- tools/perf/util/probe-event.c | 9 + 1 file changed, 9 insertions(+) diff --git a/tools/perf/util/probe-e