Re: [PATCH V3] perf tools: Fix bug for perf kvm report without guestmount.

2013-12-19 Thread David Ahern
Arnaldo: This should go into all stable releases from v3.3 up. On 12/20/13, 11:41 AM, Dongsheng Yang wrote: Currently, if we use perf kvm --guestkallsyms --guestmodules report, we can not get the perf information from perf data file. The all sample are shown as unknown. Reproducing steps:

[PATCH V3] perf tools: Fix bug for perf kvm report without guestmount.

2013-12-19 Thread Dongsheng Yang
Currently, if we use perf kvm --guestkallsyms --guestmodules report, we can not get the perf information from perf data file. The all sample are shown as unknown. Reproducing steps: # perf kvm --guestkallsyms /tmp/kallsyms --guestmodules /tmp/modules record -a sleep 1 [ perf recor