index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
symbol-elf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-06
perf map: Simplify map_ip/unmap_ip and make 'struct map' smaller
Ian Rogers
1
-4
/
+2
2023-10-05
tools/perf: Add text_end to "struct dso" to save .text section size
Athira Rajeev
1
-1
/
+3
2023-08-11
perf symbols: Fix DSO kernel load and symbol process to correctly map DSO to ...
Athira Rajeev
1
-0
/
+2
2023-06-23
perf symbol: Add LoongArch case in get_plt_sizes()
Tiezhu Yang
1
-0
/
+8
2023-06-12
perf symbol-elf: Correct holding a reference
Ian Rogers
1
-2
/
+2
2023-05-26
perf build: Don't compile demangle-cxx.cpp if not necessary
Ian Rogers
1
-0
/
+27
2023-05-07
Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-53
/
+41
2023-05-02
perf symbols: Fix return incorrect build_id size in elf_read_build_id()
Yang Jihong
1
-1
/
+1
2023-04-19
perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne...
Arnaldo Carvalho de Melo
1
-13
/
+13
2023-04-12
perf symbol: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-2
/
+2
2023-04-08
ELF: fix all "Elf" typos
Alexey Dobriyan
1
-1
/
+1
2023-04-07
perf map: Rename map_ip() and unmap_ip()
Ian Rogers
1
-2
/
+2
2023-04-04
perf map: Add accessor for start and end
Ian Rogers
1
-4
/
+4
2023-04-04
perf map: Add accessor for dso
Ian Rogers
1
-1
/
+1
2023-04-04
perf maps: Add functions to access maps
Ian Rogers
1
-1
/
+1
2023-04-04
perf maps: Remove rb_node from struct map
Ian Rogers
1
-2
/
+7
2023-04-04
perf symbols: Fix unaligned access in get_x86_64_plt_disp()
Adrian Hunter
1
-1
/
+4
2023-04-04
perf symbols: Fix use-after-free in get_plt_got_name()
Adrian Hunter
1
-1
/
+4
2023-03-14
perf symbol: Add abi::__cxa_demangle C++ demangling support
Ian Rogers
1
-30
/
+7
2023-02-02
perf symbols: Get symbols for .plt.got for x86-64
Adrian Hunter
1
-4
/
+157
2023-02-02
perf symbols: Start adding support for .plt.got for x86
Adrian Hunter
1
-0
/
+29
2023-02-02
perf symbols: Allow for static executables with .plt
Adrian Hunter
1
-10
/
+20
2023-02-02
perf symbols: Allow for .plt without header
Adrian Hunter
1
-1
/
+15
2023-02-02
perf symbols: Add support for IFUNC symbols for x86_64
Adrian Hunter
1
-1
/
+37
2023-02-02
perf symbols: Sort plt relocations for x86
Adrian Hunter
1
-3
/
+57
2023-02-02
perf symbols: Add support for x86 .plt.sec
Adrian Hunter
1
-7
/
+23
2023-02-02
perf symbols: Correct plt entry sizes for x86
Adrian Hunter
1
-4
/
+13
2023-01-23
perf symbols: Check SHT_RELA and SHT_REL type earlier
Adrian Hunter
1
-27
/
+27
2023-01-23
perf symbols: Combine handling for SHT_RELA and SHT_REL
Adrian Hunter
1
-48
/
+27
2023-01-23
perf symbols: Allow for .plt entries with no symbol
Adrian Hunter
1
-4
/
+10
2023-01-23
perf symbols: Add symbol for .plt header
Adrian Hunter
1
-5
/
+21
2023-01-23
perf symbols: Do not check ss->dynsym twice
Adrian Hunter
1
-3
/
+0
2023-01-23
perf symbols: Slightly simplify 'err' usage in dso__synthesize_plt_symbols()
Adrian Hunter
1
-5
/
+3
2023-01-23
perf symbols: Check plt_entry_size is not zero
Adrian Hunter
1
-7
/
+11
2023-01-23
perf symbols: Factor out get_plt_sizes()
Adrian Hunter
1
-26
/
+28
2022-12-21
perf symbol: Add filename__has_section()
Namhyung Kim
1
-0
/
+28
2022-11-24
perf symbol: correction while adjusting symbol
Ajay Kaher
1
-1
/
+1
2022-09-21
perf kcore_copy: Do not check /proc/modules is unchanged
Adrian Hunter
1
-5
/
+2
2022-08-01
perf symbol: Fail to read phdr workaround
Ian Rogers
1
-7
/
+20
2022-07-27
perf symbol: Skip symbols if SHF_ALLOC flag is not set
Leo Yan
1
-0
/
+11
2022-07-27
perf symbol: Correct address for bss symbols
Leo Yan
1
-4
/
+41
2022-04-28
perf symbol: Pass is_kallsyms to symbols__fixup_end()
Namhyung Kim
1
-1
/
+1
2021-07-07
perf top: Fix overflow in elf_sec__is_text()
Riccardo Mancini
1
-3
/
+14
2021-07-07
perf symbol-elf: Decode dynsym even if symtab exists
Masami Hiramatsu
1
-28
/
+54
2021-06-04
perf symbol-elf: Fix memory leak by freeing sdt_note.args
Riccardo Mancini
1
-0
/
+1
2021-03-23
perf tools: Fix various typos in comments
Ingo Molnar
1
-1
/
+1
2021-02-17
perf tools: Add OCaml demangling
Fabian Hemmer
1
-2
/
+7
2021-02-17
perf symbols: Resolve symbols against debug file first
Jiri Slaby
1
-1
/
+15
2020-12-17
perf tools: Add support to read build id from compressed elf
Jiri Olsa
1
-2
/
+35
2020-10-14
perf tools: Pass build_id object to dso__build_id_equal()
Jiri Olsa
1
-2
/
+6
[next]