summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/symbol-elf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf symbol-elf: dso__load_sym_internal() reference count fixesIan Rogers2024-05-061-26/+25
* perf dso: Add reference count checking and accessor functionsIan Rogers2024-05-061-47/+47
* perf maps: Get map before returning in maps__find_by_nameIan Rogers2024-02-121-1/+3
* perf symbols: Slightly improve module file executable section mappingsAdrian Hunter2024-02-091-2/+73
* perf map: Simplify map_ip/unmap_ip and make 'struct map' smallerIan Rogers2023-12-061-4/+2
* tools/perf: Add text_end to "struct dso" to save .text section sizeAthira Rajeev2023-10-051-1/+3
* perf symbols: Fix DSO kernel load and symbol process to correctly map DSO to ...Athira Rajeev2023-08-111-0/+2
* perf symbol: Add LoongArch case in get_plt_sizes()Tiezhu Yang2023-06-231-0/+8
* perf symbol-elf: Correct holding a referenceIan Rogers2023-06-121-2/+2
* perf build: Don't compile demangle-cxx.cpp if not necessaryIan Rogers2023-05-261-0/+27
* Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-05-071-53/+41
|\
| * perf symbols: Fix return incorrect build_id size in elf_read_build_id()Yang Jihong2023-05-021-1/+1
| * perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne...Arnaldo Carvalho de Melo2023-04-191-13/+13
| * perf symbol: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo2023-04-121-2/+2
| * perf map: Rename map_ip() and unmap_ip()Ian Rogers2023-04-071-2/+2
| * perf map: Add accessor for start and endIan Rogers2023-04-041-4/+4
| * perf map: Add accessor for dsoIan Rogers2023-04-041-1/+1
| * perf maps: Add functions to access mapsIan Rogers2023-04-041-1/+1
| * perf maps: Remove rb_node from struct mapIan Rogers2023-04-041-2/+7
| * perf symbols: Fix unaligned access in get_x86_64_plt_disp()Adrian Hunter2023-04-041-1/+4
| * perf symbols: Fix use-after-free in get_plt_got_name()Adrian Hunter2023-04-041-1/+4
| * perf symbol: Add abi::__cxa_demangle C++ demangling supportIan Rogers2023-03-141-30/+7
* | ELF: fix all "Elf" typosAlexey Dobriyan2023-04-081-1/+1
|/
* perf symbols: Get symbols for .plt.got for x86-64Adrian Hunter2023-02-021-4/+157
* perf symbols: Start adding support for .plt.got for x86Adrian Hunter2023-02-021-0/+29
* perf symbols: Allow for static executables with .pltAdrian Hunter2023-02-021-10/+20
* perf symbols: Allow for .plt without headerAdrian Hunter2023-02-021-1/+15
* perf symbols: Add support for IFUNC symbols for x86_64Adrian Hunter2023-02-021-1/+37
* perf symbols: Sort plt relocations for x86Adrian Hunter2023-02-021-3/+57
* perf symbols: Add support for x86 .plt.secAdrian Hunter2023-02-021-7/+23
* perf symbols: Correct plt entry sizes for x86Adrian Hunter2023-02-021-4/+13
* perf symbols: Check SHT_RELA and SHT_REL type earlierAdrian Hunter2023-01-221-27/+27
* perf symbols: Combine handling for SHT_RELA and SHT_RELAdrian Hunter2023-01-221-48/+27
* perf symbols: Allow for .plt entries with no symbolAdrian Hunter2023-01-221-4/+10
* perf symbols: Add symbol for .plt headerAdrian Hunter2023-01-221-5/+21
* perf symbols: Do not check ss->dynsym twiceAdrian Hunter2023-01-221-3/+0
* perf symbols: Slightly simplify 'err' usage in dso__synthesize_plt_symbols()Adrian Hunter2023-01-221-5/+3
* perf symbols: Check plt_entry_size is not zeroAdrian Hunter2023-01-221-7/+11
* perf symbols: Factor out get_plt_sizes()Adrian Hunter2023-01-221-26/+28
* perf symbol: Add filename__has_section()Namhyung Kim2022-12-211-0/+28
* perf symbol: correction while adjusting symbolAjay Kaher2022-11-241-1/+1
* perf kcore_copy: Do not check /proc/modules is unchangedAdrian Hunter2022-09-211-5/+2
* perf symbol: Fail to read phdr workaroundIan Rogers2022-08-011-7/+20
* perf symbol: Skip symbols if SHF_ALLOC flag is not setLeo Yan2022-07-271-0/+11
* perf symbol: Correct address for bss symbolsLeo Yan2022-07-271-4/+41
* perf symbol: Pass is_kallsyms to symbols__fixup_end()Namhyung Kim2022-04-281-1/+1
* perf top: Fix overflow in elf_sec__is_text()Riccardo Mancini2021-07-071-3/+14
* perf symbol-elf: Decode dynsym even if symtab existsMasami Hiramatsu2021-07-071-28/+54
* perf symbol-elf: Fix memory leak by freeing sdt_note.argsRiccardo Mancini2021-06-041-0/+1
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-1/+1