On Tue, 04 Mar 2025 21:11:13 +0530, Athira Rajeev wrote: > When doing "perf annotate", perf tool provides option to > use specific disassembler like llvm/objdump/capstone. The > order picked is to use llvm first and if that fails fallback > to objdump ie to use PERF_DISASM_LLVM, PERF_DISASM_CAPSTONE > and PERF_DISASM_OBJDUMP > > In powerpc, when using "data type" sort keys, first preferred > approach is to read the raw instruction from the DSO. In objdump > is specified in "--objdump" option, it picks the symbol disassemble > using objdump. Currently disasm_line__parse_powerpc() function > uses length of the "line" to determine if objdump is used. > But there are few cases, where if objdump doesn't recognise the > instruction, the disassembled string will be empty. > > [...] Applied to perf-tools-next, thanks!
Best regards, Namhyung