Re: [V4 13/16] tools/perf: Add support to use libcapstone in powerpc

2024-06-25 Thread Athira Rajeev
> On 25 Jun 2024, at 11:38 AM, Namhyung Kim wrote: > > On Fri, Jun 14, 2024 at 10:56:28PM +0530, Athira Rajeev wrote: >> Now perf uses the capstone library to disassemble the instructions in >> x86. capstone is used (if available) for perf annotate to speed up. >> Currently it only supports x8

Re: [V4 13/16] tools/perf: Add support to use libcapstone in powerpc

2024-06-24 Thread Namhyung Kim
On Fri, Jun 14, 2024 at 10:56:28PM +0530, Athira Rajeev wrote: > Now perf uses the capstone library to disassemble the instructions in > x86. capstone is used (if available) for perf annotate to speed up. > Currently it only supports x86 architecture. Patch includes changes to > enable this in powe

[V4 13/16] tools/perf: Add support to use libcapstone in powerpc

2024-06-14 Thread Athira Rajeev
Now perf uses the capstone library to disassemble the instructions in x86. capstone is used (if available) for perf annotate to speed up. Currently it only supports x86 architecture. Patch includes changes to enable this in powerpc. For now, only for data type sort keys, this method is used and onl