Re: [PATCH V3 05/14] tools/perf: Add disasm_line__parse to parse raw instruction for powerpc

2024-06-12 Thread Athira Rajeev
> On 8 Jun 2024, at 2:28 PM, Christophe Leroy > wrote: > > > > Le 06/06/2024 à 08:33, Namhyung Kim a écrit : >> Hello, >> >> On Sat, Jun 01, 2024 at 11:39:32AM +0530, Athira Rajeev wrote: >>> Currently, the perf tool infrastructure disasm_line__parse function to >>> parse disassembled

Re: [PATCH V3 05/14] tools/perf: Add disasm_line__parse to parse raw instruction for powerpc

2024-06-08 Thread Christophe Leroy
Le 06/06/2024 à 08:33, Namhyung Kim a écrit : > Hello, > > On Sat, Jun 01, 2024 at 11:39:32AM +0530, Athira Rajeev wrote: >> Currently, the perf tool infrastructure disasm_line__parse function to >> parse disassembled line. >> >> Example snippet from objdump: >> objdump --start-address=

Re: [PATCH V3 05/14] tools/perf: Add disasm_line__parse to parse raw instruction for powerpc

2024-06-08 Thread Athira Rajeev
> On 6 Jun 2024, at 12:03 PM, Namhyung Kim wrote: > > Hello, > > On Sat, Jun 01, 2024 at 11:39:32AM +0530, Athira Rajeev wrote: >> Currently, the perf tool infrastructure disasm_line__parse function to >> parse disassembled line. >> >> Example snippet from objdump: >> objdump

Re: [PATCH V3 05/14] tools/perf: Add disasm_line__parse to parse raw instruction for powerpc

2024-06-06 Thread Namhyung Kim
Hello, On Sat, Jun 01, 2024 at 11:39:32AM +0530, Athira Rajeev wrote: > Currently, the perf tool infrastructure disasm_line__parse function to > parse disassembled line. > > Example snippet from objdump: > objdump --start-address= --stop-address= -d > --no-show-raw-insn -C > >

[PATCH V3 05/14] tools/perf: Add disasm_line__parse to parse raw instruction for powerpc

2024-06-01 Thread Athira Rajeev
Currently, the perf tool infrastructure disasm_line__parse function to parse disassembled line. Example snippet from objdump: objdump --start-address= --stop-address= -d --no-show-raw-insn -C c10224b4: lwz r10,0(r9) This line "lwz r10,0(r9)" is parsed to extract