From: Masami Hiramatsu Date: Wed, 21 Apr 2010 19:56:24 +0000 (-0400) Subject: perf probe: Fix to use symtab only if no debuginfo X-Git-Tag: v2.6.35-rc1~522^2~85^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15eca306ec95e164d05457f9f27c722f69af6d18;p=pandora-kernel.git perf probe: Fix to use symtab only if no debuginfo Fix perf probe to use symtab only if there is no debuginfo, because debuginfo has more information than symtab. If we can't find a function in debuginfo, we never find it in symtab. Signed-off-by: Masami Hiramatsu Reported-by: Arnaldo Carvalho de Melo Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Mike Galbraith Cc: Frederic Weisbecker Cc: Ingo Molnar LKML-Reference: <20100421195624.24664.46214.stgit@localhost6.localdomain6> Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed