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 +
>
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