|
From: Masami H. <mhi...@re...> - 2010-04-26 19:00:31
|
Arnaldo Carvalho de Melo wrote: > Em Wed, Apr 21, 2010 at 03:56:24PM -0400, Masami Hiramatsu escreveu: >> Fix perf probe to use symtab only if there is no debuginfo, >> because debuginfo has more precise information than symtab. > > "more precise"? Wouldn't it be "more expressive", i.e. with more > information (parameter list with types, return type, location of > parameters, etc), because what is common to both have the same value, > i.e. the function address and size. Indeed. debuginfo has just more information than symtab, but symtab certainly provides precise information for symbol-address. Thank you, -- Masami Hiramatsu e-mail: mhi...@re... |