summaryrefslogtreecommitdiff
path: root/tools/perf/.gitignore
diff options
context:
space:
mode:
authorMike Galbraith <efault@gmx.de>2009-09-23 11:20:58 +0200
committerIngo Molnar <mingo@elte.hu>2009-09-23 13:45:48 +0200
commit508c4d0874acf8584787bbab7e4a3798e2834c1a (patch)
tree31af0531c1c74d4d64ad3ed6a6527db5458feceb /tools/perf/.gitignore
parent7d42896628202a551ad1107697cd215dc5fca099 (diff)
perf tools: Fix module symbol loading bug
Avi Kivity reported 'perf annotate' failures with modules, the requested function was not annotated. If there are no modules currently loaded, or the last module scanned is not loaded, dso__load_modules() steps on the value from dso__load_vmlinux(), so we happily load the kallsyms symbols on top of what we've already loaded. Fix that such that the total count of symbols loaded is returned. Should module symbol load fail after parsing of vmlinux, is's a hard failure, so do not silently fall-back to kallsyms. Reported-by: Avi Kivity <avi@redhat.com> Signed-off-by: Mike Galbraith <efault@gmx.de> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: rostedt@goodmis.org Cc: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Masami Hiramatsu <mhiramat@redhat.com> LKML-Reference: <1253697658.11461.36.camel@marge.simson.net> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/.gitignore')
0 files changed, 0 insertions, 0 deletions