Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1523321
| From | "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v7 0/6] perf annotate: Cross arch support + few fixes |
| Date | 2016-11-16 10:20 +0100 |
| Message-ID | <sE4xP-We-7@gated-at.bofh.it> (permalink) |
| References | <sjS6d-2q3-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 2016/09/21 09:17PM, Ravi Bangoria wrote: > Currently Perf annotate support code navigation (branches and calls) > only when run on the same architecture where perf.data was recorded. > But, for example, record on powerpc server and annotate on client's > x86 desktop is not supported. > > This patchset adds supports for that. > > Example: > > Record on powerpc: > $ ./perf record -a > > Report -> Annotate on x86: > $ ./perf report -i perf.data.powerpc --vmlinux vmlinux.powerpc Hi Arnaldo, Can you please take this in for v4.10? We'd very much like to use this for better code annotation and browsing. FWIW, I have tested this on powerpc. Tested-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com> Thanks, Naveen
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v7 0/6] perf annotate: Cross arch support + few fixes "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> - 2016-11-16 10:20 +0100
csiph-web