index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
symbol-elf.c
Age
Commit message (
Expand
)
Author
2026-06-17
perf symbols: Break infinite loop on zero-filled notes in sysfs__read_build_id()
Arnaldo Carvalho de Melo
2026-06-15
perf maps: Add maps__mutate_mapping
Ian Rogers
2026-06-10
perf symbols: Add bounds checks to elf_read_build_id() note iteration
Arnaldo Carvalho de Melo
2026-06-10
perf tools: Fix uninitialized pathname on uncompressed fallback in filename__...
Arnaldo Carvalho de Melo
2026-06-10
perf symbols: Bounds-check descsz in sysfs__read_build_id() GNU fallback
Arnaldo Carvalho de Melo
2026-06-10
perf tools: Use mkostemp() for O_CLOEXEC on temporary files
Arnaldo Carvalho de Melo
2026-06-10
perf symbols: Bounds-check .gnu_debuglink section data
Arnaldo Carvalho de Melo
2026-06-10
perf symbols: Fix signed overflow in sysfs__read_build_id() size check
Arnaldo Carvalho de Melo
2026-06-10
perf tools: Add O_CLOEXEC to open() calls in DSO and ELF code
Arnaldo Carvalho de Melo
2026-06-03
perf symbol: Lazily compute idle
Ian Rogers
2026-06-03
perf symbol: Add setters for bitfields sharing a byte to avoid concurrent upd...
Ian Rogers
2026-05-27
perf: Apply is_ignored_kernel_symbol() filter in ELF loading path for kernel ...
Rui Qi
2026-04-02
perf tools: Fix module symbol resolution for non-zero .text sh_addr
Chuck Lever
2026-03-18
perf symbol: Add RISCV case in get_plt_sizes
Chen Pei
2026-03-13
perf symbol: Reduce scope of elf__needs_adjust_symbols
Ian Rogers
2026-01-20
perf symbol-elf: Fix leak of ELF files with GNU debugdata
Ian Rogers
2026-01-14
perf tools: Switch printf("...%s", strerror(errno)) to printf("...%m")
Ian Rogers
2025-12-17
perf symbol: Fix ENOENT case for filename__read_build_id
Ian Rogers
2025-12-03
perf symbol-elf: Add missing puts on error path
Ian Rogers
2025-11-26
perf tools: Don't read build-ids from non-regular files
James Clark
2025-10-02
perf libbfd: Move libbfd functionality to its own file
Ian Rogers
2025-09-04
perf symbol-elf: Add support for the block argument for libbfd
Ian Rogers
2025-08-25
perf symbol: Add blocking argument to filename__read_build_id
Ian Rogers
2025-06-06
Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2025-06-05
perf symbols: Ignore mapping symbols on riscv
Haibo Xu
2025-05-28
perf symbol: Move demangling code out of symbol-elf.c
Ian Rogers
2025-05-09
perf test demangle-rust: Add Rust demangling test
Ian Rogers
2025-05-09
perf symbol-elf: Integrate rust-v0 demangling
Ian Rogers
2025-03-20
perf dso: Add support for reading the e_machine type for a dso
Ian Rogers
2025-03-10
perf symbol: Support .gnu_debugdata for symbols
Stephen Brennan
2025-01-10
perf symbol-elf: Avoid a weak cxx_demangle_sym function
Ian Rogers
2024-05-06
perf symbol-elf: dso__load_sym_internal() reference count fixes
Ian Rogers
2024-05-06
perf dso: Add reference count checking and accessor functions
Ian Rogers
2024-02-12
perf maps: Get map before returning in maps__find_by_name
Ian Rogers
2024-02-08
perf symbols: Slightly improve module file executable section mappings
Adrian Hunter
2023-12-06
perf map: Simplify map_ip/unmap_ip and make 'struct map' smaller
Ian Rogers
2023-10-04
tools/perf: Add text_end to "struct dso" to save .text section size
Athira Rajeev
2023-08-11
perf symbols: Fix DSO kernel load and symbol process to correctly map DSO to ...
Athira Rajeev
2023-06-22
perf symbol: Add LoongArch case in get_plt_sizes()
Tiezhu Yang
2023-06-12
perf symbol-elf: Correct holding a reference
Ian Rogers
2023-05-26
perf build: Don't compile demangle-cxx.cpp if not necessary
Ian Rogers
2023-05-07
Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-05-02
perf symbols: Fix return incorrect build_id size in elf_read_build_id()
Yang Jihong
2023-04-19
perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne...
Arnaldo Carvalho de Melo
2023-04-12
perf symbol: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
2023-04-08
ELF: fix all "Elf" typos
Alexey Dobriyan
2023-04-06
perf map: Rename map_ip() and unmap_ip()
Ian Rogers
2023-04-04
perf map: Add accessor for start and end
Ian Rogers
2023-04-04
perf map: Add accessor for dso
Ian Rogers
2023-04-04
perf maps: Add functions to access maps
Ian Rogers
[next]