index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
disasm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-17
perf disasm: Fix potential NULL pointer dereference and use-after-free in arc...
Ian Rogers
1
-4
/
+4
2026-06-10
perf tools: Fix uninitialized pathname on uncompressed fallback in filename__...
Arnaldo Carvalho de Melo
1
-2
/
+5
2026-04-13
perf annotate: Use jump__delete when freeing LoongArch jumps
Rong Bao
1
-1
/
+1
2026-04-08
perf tools: Use calloc() where applicable
Arnaldo Carvalho de Melo
1
-0
/
+1
2026-03-25
Merge tag 'perf-tools-fixes-for-v7.0-2-2026-03-23' into perf-tools-next
Namhyung Kim
1
-1
/
+1
2026-03-10
perf disasm: Fix potential use-after-free on fileloc
Ian Rogers
1
-4
/
+4
2026-03-05
perf disasm: Fix off-by-one bug in outside check
Peter Collingbourne
1
-1
/
+1
2026-01-27
perf disasm: Constify variables storing the result of bsearch() on const tables
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-01-26
perf thread: Add optional e_flags output argument to thread__e_machine
Ian Rogers
1
-3
/
+2
2026-01-23
perf annotate: Fix memcpy size in arch__grow_instructions()
Suchit Karunakaran
1
-1
/
+1
2026-01-23
perf disasm: Refactor arch__find and initialization of arch structs
Ian Rogers
1
-82
/
+75
2026-01-23
perf map_symbol: Switch from holding maps to holding thread
Ian Rogers
1
-3
/
+4
2026-01-23
perf disasm: Refactor ins__is_call/jump to avoid exposing arch ins_ops
Ian Rogers
1
-2
/
+4
2026-01-23
perf disasm: Don't include C files from the arch directory
Ian Rogers
1
-156
/
+43
2026-01-23
perf disasm: Rework the string arch__is to use the ELF machine
Ian Rogers
1
-5
/
+10
2026-01-23
perf disasm: Constify use of 'struct ins'
Ian Rogers
1
-15
/
+17
2026-01-23
perf disasm: Constify use of 'struct ins_op'
Ian Rogers
1
-23
/
+23
2026-01-23
perf disasm: Constify use of 'struct arch'
Ian Rogers
1
-19
/
+23
2026-01-23
perf annotate: Fix args leak of map_symbol
Ian Rogers
1
-16
/
+20
2025-10-06
perf disasm: Make ins__scnprintf() and ins__is_nop() static
Ian Rogers
1
-3
/
+3
2025-10-06
perf dso: Support BPF programs in dso__read_symbol()
Ian Rogers
1
-5
/
+7
2025-10-02
perf libbfd: Move libbfd functionality to its own file
Ian Rogers
1
-1
/
+18
2025-10-02
perf llvm: Move llvm functionality into its own file
Ian Rogers
1
-258
/
+2
2025-10-02
perf capstone: Move capstone functionality into its own file
Ian Rogers
1
-351
/
+5
2025-09-03
perf disasm: Avoid undefined behavior in incrementing NULL
Ian Rogers
1
-2
/
+5
2025-07-25
perf build-id: Change sprintf functions to snprintf
Ian Rogers
1
-1
/
+1
2025-06-26
perf annotate: Fix source code annotate with objdump
Namhyung Kim
1
-0
/
+7
2025-03-06
perf annotate: Return errors from disasm_line__parse_powerpc()
Athira Rajeev
1
-2
/
+3
2025-03-06
perf annotate: Add annotation_options.disassembler_used
Athira Rajeev
1
-9
/
+13
2025-01-27
perf annotate: Use an array for the disassembler preference
Ian Rogers
1
-68
/
+15
2024-12-09
perf disasm: Return a proper error when not determining the file type
Arnaldo Carvalho de Melo
1
-1
/
+4
2024-11-13
perf disasm: Allow configuring what disassemblers to use
Arnaldo Carvalho de Melo
1
-6
/
+71
2024-11-13
perf disasm: Define stubs for the LLVM and capstone disassemblers
Arnaldo Carvalho de Melo
1
-8
/
+35
2024-11-11
perf disasm: Introduce symbol__disassemble_objdump()
Arnaldo Carvalho de Melo
1
-80
/
+88
2024-11-09
perf dwarf-regs: Add EM_HOST and EF_HOST defines
Ian Rogers
1
-0
/
+1
2024-10-23
perf disasm: Fix not cleaning up disasm_line in symbol__disassemble_raw()
Li Huafei
1
-1
/
+1
2024-10-23
perf disasm: Use disasm_line__free() to properly free disasm_line
Li Huafei
1
-13
/
+1
2024-10-23
perf disasm: Use disasm_line__free() to properly free disasm_line
Li Huafei
1
-1
/
+1
2024-10-18
perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORT
Ian Rogers
1
-2
/
+2
2024-10-17
perf disasm: Fix capstone memory leak
Ian Rogers
1
-4
/
+7
2024-09-03
perf annotate: LLVM-based disassembler
Steinar H. Gunderson
1
-0
/
+193
2024-09-03
perf annotate: Split out read_symbol()
Steinar H. Gunderson
1
-34
/
+56
2024-08-14
perf annotate: Display the branch counter histogram
Kan Liang
1
-0
/
+1
2024-08-14
perf disasm: Fix memory leak for locked operations
Ian Rogers
1
-0
/
+1
2024-08-05
perf annotate: Set al->data_nr using the notes->src->nr_events
Namhyung Kim
1
-4
/
+2
2024-08-01
perf bpf: Move BPF disassembly routines to separate file to avoid clash with ...
Arnaldo Carvalho de Melo
1
-186
/
+1
2024-07-31
perf annotate: Set instruction name to be used with insn-stat when using raw ...
Athira Rajeev
1
-5
/
+5
2024-07-31
perf annotate: Add support to use libcapstone in powerpc
Athira Rajeev
1
-0
/
+143
2024-07-31
perf annotate: Use capstone_init and remove open_capstone_handle from disasm.c
Athira Rajeev
1
-0
/
+2
2024-07-31
perf annotate: Update instruction tracking for powerpc
Athira Rajeev
1
-0
/
+3
[next]