summaryrefslogtreecommitdiff
path: root/tools/perf/util/symbol.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-18perf tools: Fix split kallsyms DSO countingNamhyung Kim1-2/+2
2025-12-18perf tools: Mark split kallsyms DSOs as loadedNamhyung Kim1-0/+1
2025-11-03perf symbols: Handle '1' symbols in /proc/kallsymsArnaldo Carvalho de Melo1-1/+5
2025-10-02perf libbfd: Move libbfd functionality to its own fileIan Rogers1-131/+0
2025-09-09perf symbols: Handle 'N' symbols in /proc/kallsymsArnaldo Carvalho de Melo1-1/+6
2025-08-26perf symbol: Add blocking argument to filename__read_build_idIan Rogers1-4/+4
2025-07-25perf build-id: Ensure struct build_id is empty before useIan Rogers1-2/+3
2025-07-25perf build-id: Change sprintf functions to snprintfIan Rogers1-1/+1
2025-07-03perf dso: Add missed dso__put to dso__load_kcoreIan Rogers1-0/+1
2025-06-27perf build: Fix a build error on REFCNT_CHECKING=1Namhyung Kim1-1/+1
2025-05-29perf symbol: Move demangling code out of symbol-elf.cIan Rogers1-0/+82
2025-04-30perf symbols: Handle 'u' and 'l' symbols in /proc/kallsymsArnaldo Carvalho de Melo1-3/+5
2025-03-11perf symbol: Support .gnu_debugdata for symbolsStephen Brennan1-0/+2
2025-02-19perf report: Add parallelism filterDmitry Vyukov1-0/+34
2025-01-10perf symbol: Prefer non-label symbols with same addressNamhyung Kim1-1/+8
2024-10-14Merge tag 'v6.12-rc3' into perf-tools-nextNamhyung Kim1-0/+3
2024-09-26perf symbol: Do not fixup end address of labelsNamhyung Kim1-1/+1
2024-09-23perf symbol: Set binary_type of dso when loadingNamhyung Kim1-0/+3
2024-08-20perf cap: Tidy up and improve capability testingIan Rogers1-4/+4
2024-07-12perf dso: Fix address sanitizer buildIan Rogers1-7/+8
2024-06-25perf symbol: Simplify kernel module checkingNamhyung Kim1-4/+1
2024-06-25tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__loadAthira Rajeev1-1/+2
2024-05-10perf symbols: Fix ownership of string in dso__load_vmlinux()James Clark1-3/+8
2024-05-10perf symbols: Update kcore map before merging in remaining symbolsJames Clark1-19/+21
2024-05-10perf symbols: Remove map from list before updating addressesJames Clark1-4/+6
2024-05-08perf mem-info: Move mem-info out of mem-events and symbolIan Rogers1-25/+1
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers1-91/+95
2024-02-17perf tools: Fixup module symbol end address properlyNamhyung Kim1-2/+19
2024-02-12perf maps: Hide maps internalsIan Rogers1-0/+10
2024-02-12perf maps: Get map before returning in maps__find_by_nameIan Rogers1-7/+11
2024-02-12perf maps: Get map before returning in maps__findIan Rogers1-1/+2
2023-12-20perf maps: Add remove maps function to remove a map based on callbackIan Rogers1-12/+12
2023-12-19perf symbol: Use function to add missing maps lockIan Rogers1-17/+19
2023-12-06perf maps: Move symbol maps functions to maps.cIan Rogers1-248/+0
2023-12-06perf map: Simplify map_ip/unmap_ip and make 'struct map' smallerIan Rogers1-4/+2
2023-10-25perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exitIan Rogers1-1/+4
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers1-2/+2
2023-10-12perf symbols: Add 'intel_idle_ibrs' to the list of idle symbolsArnaldo Carvalho de Melo1-0/+1
2023-10-05tools/perf: Add text_end to "struct dso" to save .text section sizeAthira Rajeev1-0/+2
2023-09-16perf symbol: Avoid an undefined behavior warningIan Rogers1-2/+1
2023-08-11perf symbols: Fix DSO kernel load and symbol process to correctly map DSO to ...Athira Rajeev1-5/+10
2023-07-01perf symbol: Fix uninitialized return value in symbols__find_by_name()James Clark1-7/+9
2023-06-24perf symbol: Remove symbol_name_rb_nodeIan Rogers1-61/+63
2023-06-24perf dso: Sort symbols under lockIan Rogers1-2/+6
2023-06-13perf map: Fix double 'struct map' reference free found with -DREFCNT_CHECKING=1James Clark1-4/+6
2023-04-19perf map: Add reference count checkingIan Rogers1-2/+2
2023-04-19perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne...Arnaldo Carvalho de Melo1-16/+17
2023-04-19perf maps: Add reference count checkingIan Rogers1-6/+7
2023-04-18perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso...Arnaldo Carvalho de Melo1-2/+1
2023-04-07perf maps: Modify maps_by_name to hold a reference to a mapIan Rogers1-4/+17