aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util/probe-finder.c
diff options
context:
space:
mode:
authorMasami Hiramatsu <masami.hiramatsu.pt@hitachi.com>2015-05-06 21:46:49 +0900
committerArnaldo Carvalho de Melo <acme@redhat.com>2015-05-08 16:05:02 -0300
commit5a51fcd1f30c0f93bb54cec7201a3690032470cb (patch)
tree258089a468c0d89202537bba8df7bfa2898d4d41 /tools/perf/util/probe-finder.c
parentperf probe: Make --line checks validate C-style function name (diff)
downloadwireguard-linux-5a51fcd1f30c0f93bb54cec7201a3690032470cb.tar.xz
wireguard-linux-5a51fcd1f30c0f93bb54cec7201a3690032470cb.zip
perf probe: Skip kernel symbols which is out of .text
Skip the kernel symbols which is out of .text, e.g. the functions in .inittext. Those are found in debuginfo/kallsyms, but already freed from memory. e.g. ---- # perf probe vfs_caches_init vfs_caches_init+0 is out of .text, skip it. Probe point 'vfs_caches_init' not found. Error: Failed to add events. ---- Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Ananth N Mavinakayanahalli <ananth@in.ibm.com> Cc: David Ahern <dsahern@gmail.com> Cc: Hemant Kumar <hemant@linux.vnet.ibm.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/20150506124649.4961.56249.stgit@localhost.localdomain Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/probe-finder.c')
0 files changed, 0 insertions, 0 deletions