Hi Roberto, On Wed, 27 Feb 2013 00:26:33 +0100, Roberto Vitillo wrote: > The proposed patch adds the convert tool to perf which allows to convert a > perf.data file to a callgrind data file which can subsequently be displayed > with kcachegrind. Callgraphs are not supported. > > In order to speed up the converter I am not piping to addr2line, this > means that > the code depends on libbfd. Considering that perf doesn't strictly depend on > libbfd my question is if it would be feasible to add that requirement.
You can make it optional, disables 'convert' command when missing. I didn't read your code in detail yet, will do if I have free time soon. Thanks, Namhyung -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

