summaryrefslogtreecommitdiff
path: root/tools/perf/util/disasm.c
AgeCommit message (Expand)Author
2026-03-05perf disasm: Fix off-by-one bug in outside checkPeter Collingbourne
2026-01-27perf disasm: Constify variables storing the result of bsearch() on const tablesArnaldo Carvalho de Melo
2026-01-26perf thread: Add optional e_flags output argument to thread__e_machineIan Rogers
2026-01-23perf annotate: Fix memcpy size in arch__grow_instructions()Suchit Karunakaran
2026-01-23perf disasm: Refactor arch__find and initialization of arch structsIan Rogers
2026-01-23perf map_symbol: Switch from holding maps to holding threadIan Rogers
2026-01-23perf disasm: Refactor ins__is_call/jump to avoid exposing arch ins_opsIan Rogers
2026-01-23perf disasm: Don't include C files from the arch directoryIan Rogers
2026-01-23perf disasm: Rework the string arch__is to use the ELF machineIan Rogers
2026-01-23perf disasm: Constify use of 'struct ins'Ian Rogers
2026-01-23perf disasm: Constify use of 'struct ins_op'Ian Rogers
2026-01-23perf disasm: Constify use of 'struct arch'Ian Rogers
2026-01-23perf annotate: Fix args leak of map_symbolIan Rogers
2025-10-06perf disasm: Make ins__scnprintf() and ins__is_nop() staticIan Rogers
2025-10-06perf dso: Support BPF programs in dso__read_symbol()Ian Rogers
2025-10-02perf libbfd: Move libbfd functionality to its own fileIan Rogers
2025-10-02perf llvm: Move llvm functionality into its own fileIan Rogers
2025-10-02perf capstone: Move capstone functionality into its own fileIan Rogers
2025-09-03perf disasm: Avoid undefined behavior in incrementing NULLIan Rogers
2025-07-25perf build-id: Change sprintf functions to snprintfIan Rogers
2025-06-26perf annotate: Fix source code annotate with objdumpNamhyung Kim
2025-03-06perf annotate: Return errors from disasm_line__parse_powerpc()Athira Rajeev
2025-03-06perf annotate: Add annotation_options.disassembler_usedAthira Rajeev
2025-01-27perf annotate: Use an array for the disassembler preferenceIan Rogers
2024-12-09perf disasm: Return a proper error when not determining the file typeArnaldo Carvalho de Melo
2024-11-13perf disasm: Allow configuring what disassemblers to useArnaldo Carvalho de Melo
2024-11-13perf disasm: Define stubs for the LLVM and capstone disassemblersArnaldo Carvalho de Melo
2024-11-11perf disasm: Introduce symbol__disassemble_objdump()Arnaldo Carvalho de Melo
2024-11-09perf dwarf-regs: Add EM_HOST and EF_HOST definesIan Rogers
2024-10-23perf disasm: Fix not cleaning up disasm_line in symbol__disassemble_raw()Li Huafei
2024-10-23perf disasm: Use disasm_line__free() to properly free disasm_lineLi Huafei
2024-10-23perf disasm: Use disasm_line__free() to properly free disasm_lineLi Huafei
2024-10-18perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORTIan Rogers
2024-10-17perf disasm: Fix capstone memory leakIan Rogers
2024-09-03perf annotate: LLVM-based disassemblerSteinar H. Gunderson
2024-09-03perf annotate: Split out read_symbol()Steinar H. Gunderson
2024-08-14perf annotate: Display the branch counter histogramKan Liang
2024-08-14perf disasm: Fix memory leak for locked operationsIan Rogers
2024-08-05perf annotate: Set al->data_nr using the notes->src->nr_eventsNamhyung Kim
2024-08-01perf bpf: Move BPF disassembly routines to separate file to avoid clash with ...Arnaldo Carvalho de Melo
2024-07-31perf annotate: Set instruction name to be used with insn-stat when using raw ...Athira Rajeev
2024-07-31perf annotate: Add support to use libcapstone in powerpcAthira Rajeev
2024-07-31perf annotate: Use capstone_init and remove open_capstone_handle from disasm.cAthira Rajeev
2024-07-31perf annotate: Update instruction tracking for powerpcAthira Rajeev
2024-07-31perf annotate: Add some of the arithmetic instructions to support instruction...Athira Rajeev
2024-07-31perf annotate: Add support to identify memory instructions of opcode 31 in po...Athira Rajeev
2024-07-31perf annotate: Add parse function for memory instructions in powerpcAthira Rajeev
2024-07-31perf annotate: Update parameters for reg extract functions to use raw instruc...Athira Rajeev
2024-07-31perf annotate: Add support to capture and parse raw instruction in powerpc us...Athira Rajeev
2024-07-31perf annotate: Add disasm_line__parse() to parse raw instruction for powerpcAthira Rajeev