index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
disasm.c
Age
Commit message (
Expand
)
Author
9 days
perf disasm: Make ins__scnprintf() and ins__is_nop() static
Ian Rogers
9 days
perf dso: Support BPF programs in dso__read_symbol()
Ian Rogers
13 days
perf libbfd: Move libbfd functionality to its own file
Ian Rogers
13 days
perf llvm: Move llvm functionality into its own file
Ian Rogers
13 days
perf capstone: Move capstone functionality into its own file
Ian Rogers
2025-09-03
perf disasm: Avoid undefined behavior in incrementing NULL
Ian Rogers
2025-07-25
perf build-id: Change sprintf functions to snprintf
Ian Rogers
2025-06-26
perf annotate: Fix source code annotate with objdump
Namhyung Kim
2025-03-06
perf annotate: Return errors from disasm_line__parse_powerpc()
Athira Rajeev
2025-03-06
perf annotate: Add annotation_options.disassembler_used
Athira Rajeev
2025-01-27
perf annotate: Use an array for the disassembler preference
Ian Rogers
2024-12-09
perf disasm: Return a proper error when not determining the file type
Arnaldo Carvalho de Melo
2024-11-13
perf disasm: Allow configuring what disassemblers to use
Arnaldo Carvalho de Melo
2024-11-13
perf disasm: Define stubs for the LLVM and capstone disassemblers
Arnaldo Carvalho de Melo
2024-11-11
perf disasm: Introduce symbol__disassemble_objdump()
Arnaldo Carvalho de Melo
2024-11-09
perf dwarf-regs: Add EM_HOST and EF_HOST defines
Ian Rogers
2024-10-23
perf disasm: Fix not cleaning up disasm_line in symbol__disassemble_raw()
Li Huafei
2024-10-23
perf disasm: Use disasm_line__free() to properly free disasm_line
Li Huafei
2024-10-23
perf disasm: Use disasm_line__free() to properly free disasm_line
Li Huafei
2024-10-18
perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORT
Ian Rogers
2024-10-17
perf disasm: Fix capstone memory leak
Ian Rogers
2024-09-03
perf annotate: LLVM-based disassembler
Steinar H. Gunderson
2024-09-03
perf annotate: Split out read_symbol()
Steinar H. Gunderson
2024-08-14
perf annotate: Display the branch counter histogram
Kan Liang
2024-08-14
perf disasm: Fix memory leak for locked operations
Ian Rogers
2024-08-05
perf annotate: Set al->data_nr using the notes->src->nr_events
Namhyung Kim
2024-08-01
perf bpf: Move BPF disassembly routines to separate file to avoid clash with ...
Arnaldo Carvalho de Melo
2024-07-31
perf annotate: Set instruction name to be used with insn-stat when using raw ...
Athira Rajeev
2024-07-31
perf annotate: Add support to use libcapstone in powerpc
Athira Rajeev
2024-07-31
perf annotate: Use capstone_init and remove open_capstone_handle from disasm.c
Athira Rajeev
2024-07-31
perf annotate: Update instruction tracking for powerpc
Athira Rajeev
2024-07-31
perf annotate: Add some of the arithmetic instructions to support instruction...
Athira Rajeev
2024-07-31
perf annotate: Add support to identify memory instructions of opcode 31 in po...
Athira Rajeev
2024-07-31
perf annotate: Add parse function for memory instructions in powerpc
Athira Rajeev
2024-07-31
perf annotate: Update parameters for reg extract functions to use raw instruc...
Athira Rajeev
2024-07-31
perf annotate: Add support to capture and parse raw instruction in powerpc us...
Athira Rajeev
2024-07-31
perf annotate: Add disasm_line__parse() to parse raw instruction for powerpc
Athira Rajeev
2024-07-31
perf annotate: Add "update_insn_state" callback function to handle arch speci...
Athira Rajeev
2024-07-12
perf dso: Fix address sanitizer build
Ian Rogers
2024-05-06
perf dso: Add reference count checking and accessor functions
Ian Rogers
2024-04-26
perf annotate: Update DSO binary type when trying build-id
Namhyung Kim
2024-04-26
perf annotate: Fallback disassemble to objdump when capstone fails
Namhyung Kim
2024-04-12
perf annotate: Skip DSOs not found
Namhyung Kim
2024-04-03
perf annotate: Add symbol name when using capstone
Namhyung Kim
2024-04-03
perf annotate: Use libcapstone to disassemble
Namhyung Kim
2024-04-03
perf annotate: Split out util/disasm.c
Namhyung Kim