]> git.baikalelectronics.ru Git - kernel.git/commit
perf probe: Fix return probe support
authorMasami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Fri, 27 Aug 2010 11:38:53 +0000 (20:38 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 8 Sep 2010 14:47:18 +0000 (11:47 -0300)
commit96dd7fbc2f3c2c2d8ea761cc484cb853066f9b7d
tree9b0068acdfe3c5d27e7f573b35018ea77e78d18e
parent45e531e2ab0cae8b349400e33e08089b2e8e3956
perf probe: Fix return probe support

Fix a bug to support %return probe syntax again. Previous commit 34c5fbe has a
bug which disables the %return syntax on perf probe.

Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <20100827113852.22882.87447.stgit@ltc236.sdl.hitachi.co.jp>
Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/probe-event.c
tools/perf/util/probe-finder.c