]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "perf probe: Fix to fall back to find probe point in symbols"
authorMasami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Fri, 6 Mar 2015 07:31:25 +0000 (16:31 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 12 Mar 2015 15:39:53 +0000 (12:39 -0300)
commit5faac7225e5ff184847e256a4da2d8011ee598fc
tree34f96844bb9bd90809bab18cc0aa558bf99feffc
parente75bba4b97704f6a062ec584fb5dc8e91c683c0b
Revert "perf probe: Fix to fall back to find probe point in symbols"

This reverts commit 4bfc955a1725 ("perf probe: Fix to fall back to find probe point in symbols").

Since 'perf probe' now retries with the address of given symbol searched from
map before this path, this fall back routine isn't needed anymore.

Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Naohiro Aota <naota@elisp.net>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20150306073124.6904.1751.stgit@localhost.localdomain
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/probe-event.c