summaryrefslogtreecommitdiff
path: root/tools/perf/util/disasm.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-28perf annotate: Use an array for the disassembler preferenceIan Rogers1-68/+15
2024-12-09perf disasm: Return a proper error when not determining the file typeArnaldo Carvalho de Melo1-1/+4
2024-11-13perf disasm: Allow configuring what disassemblers to useArnaldo Carvalho de Melo1-6/+71
2024-11-13perf disasm: Define stubs for the LLVM and capstone disassemblersArnaldo Carvalho de Melo1-8/+35
2024-11-11perf disasm: Introduce symbol__disassemble_objdump()Arnaldo Carvalho de Melo1-80/+88
2024-11-09perf dwarf-regs: Add EM_HOST and EF_HOST definesIan Rogers1-0/+1
2024-10-24perf disasm: Fix not cleaning up disasm_line in symbol__disassemble_raw()Li Huafei1-1/+1
2024-10-24perf disasm: Use disasm_line__free() to properly free disasm_lineLi Huafei1-13/+1
2024-10-24perf disasm: Use disasm_line__free() to properly free disasm_lineLi Huafei1-1/+1
2024-10-18perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORTIan Rogers1-2/+2
2024-10-17perf disasm: Fix capstone memory leakIan Rogers1-4/+7
2024-09-03perf annotate: LLVM-based disassemblerSteinar H. Gunderson1-0/+193
2024-09-03perf annotate: Split out read_symbol()Steinar H. Gunderson1-34/+56
2024-08-14perf annotate: Display the branch counter histogramKan Liang1-0/+1
2024-08-14perf disasm: Fix memory leak for locked operationsIan Rogers1-0/+1
2024-08-05perf annotate: Set al->data_nr using the notes->src->nr_eventsNamhyung Kim1-4/+2
2024-08-02perf bpf: Move BPF disassembly routines to separate file to avoid clash with ...Arnaldo Carvalho de Melo1-186/+1
2024-07-31perf annotate: Set instruction name to be used with insn-stat when using raw ...Athira Rajeev1-5/+5
2024-07-31perf annotate: Add support to use libcapstone in powerpcAthira Rajeev1-0/+143
2024-07-31perf annotate: Use capstone_init and remove open_capstone_handle from disasm.cAthira Rajeev1-0/+2
2024-07-31perf annotate: Update instruction tracking for powerpcAthira Rajeev1-0/+3
2024-07-31perf annotate: Add some of the arithmetic instructions to support instruction...Athira Rajeev1-0/+51
2024-07-31perf annotate: Add support to identify memory instructions of opcode 31 in po...Athira Rajeev1-0/+3
2024-07-31perf annotate: Add parse function for memory instructions in powerpcAthira Rajeev1-5/+49
2024-07-31perf annotate: Update parameters for reg extract functions to use raw instruc...Athira Rajeev1-7/+12
2024-07-31perf annotate: Add support to capture and parse raw instruction in powerpc us...Athira Rajeev1-0/+102
2024-07-31perf annotate: Add disasm_line__parse() to parse raw instruction for powerpcAthira Rajeev1-1/+50
2024-07-31perf annotate: Add "update_insn_state" callback function to handle arch speci...Athira Rajeev1-0/+4
2024-07-12perf dso: Fix address sanitizer buildIan Rogers1-5/+5
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers1-20/+20
2024-04-27perf annotate: Update DSO binary type when trying build-idNamhyung Kim1-0/+2
2024-04-27perf annotate: Fallback disassemble to objdump when capstone failsNamhyung Kim1-0/+14
2024-04-12perf annotate: Skip DSOs not foundNamhyung Kim1-0/+2
2024-04-03perf annotate: Add symbol name when using capstoneNamhyung Kim1-3/+71
2024-04-03perf annotate: Use libcapstone to disassembleNamhyung Kim1-0/+160
2024-04-03perf annotate: Split out util/disasm.cNamhyung Kim1-0/+1591