index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
symbol-elf.c
Age
Commit message (
Expand
)
Author
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
2023-04-04
perf maps: Remove rb_node from struct map
Ian Rogers
2023-04-04
perf symbols: Fix unaligned access in get_x86_64_plt_disp()
Adrian Hunter
2023-04-04
perf symbols: Fix use-after-free in get_plt_got_name()
Adrian Hunter
2023-03-14
perf symbol: Add abi::__cxa_demangle C++ demangling support
Ian Rogers
2023-02-02
perf symbols: Get symbols for .plt.got for x86-64
Adrian Hunter
2023-02-02
perf symbols: Start adding support for .plt.got for x86
Adrian Hunter
2023-02-01
perf symbols: Allow for static executables with .plt
Adrian Hunter
2023-02-01
perf symbols: Allow for .plt without header
Adrian Hunter
2023-02-01
perf symbols: Add support for IFUNC symbols for x86_64
Adrian Hunter
2023-02-01
perf symbols: Sort plt relocations for x86
Adrian Hunter
2023-02-01
perf symbols: Add support for x86 .plt.sec
Adrian Hunter
2023-02-01
perf symbols: Correct plt entry sizes for x86
Adrian Hunter
2023-01-22
perf symbols: Check SHT_RELA and SHT_REL type earlier
Adrian Hunter
2023-01-22
perf symbols: Combine handling for SHT_RELA and SHT_REL
Adrian Hunter
2023-01-22
perf symbols: Allow for .plt entries with no symbol
Adrian Hunter
2023-01-22
perf symbols: Add symbol for .plt header
Adrian Hunter
2023-01-22
perf symbols: Do not check ss->dynsym twice
Adrian Hunter
2023-01-22
perf symbols: Slightly simplify 'err' usage in dso__synthesize_plt_symbols()
Adrian Hunter
2023-01-22
perf symbols: Check plt_entry_size is not zero
Adrian Hunter
2023-01-22
perf symbols: Factor out get_plt_sizes()
Adrian Hunter
2022-12-21
perf symbol: Add filename__has_section()
Namhyung Kim
2022-11-24
perf symbol: correction while adjusting symbol
Ajay Kaher
2022-09-21
perf kcore_copy: Do not check /proc/modules is unchanged
Adrian Hunter
2022-08-01
perf symbol: Fail to read phdr workaround
Ian Rogers
2022-07-27
perf symbol: Skip symbols if SHF_ALLOC flag is not set
Leo Yan
2022-07-27
perf symbol: Correct address for bss symbols
Leo Yan
2022-04-28
perf symbol: Pass is_kallsyms to symbols__fixup_end()
Namhyung Kim
2021-07-07
perf top: Fix overflow in elf_sec__is_text()
Riccardo Mancini
2021-07-07
perf symbol-elf: Decode dynsym even if symtab exists
Masami Hiramatsu
2021-06-04
perf symbol-elf: Fix memory leak by freeing sdt_note.args
Riccardo Mancini
2021-03-23
perf tools: Fix various typos in comments
Ingo Molnar
[next]