summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/symbol.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.12-rc3' into perf-tools-nextNamhyung Kim2024-10-141-0/+3
|\
| * perf symbol: Set binary_type of dso when loadingNamhyung Kim2024-09-221-0/+3
* | perf symbol: Do not fixup end address of labelsNamhyung Kim2024-09-261-1/+1
|/
* perf cap: Tidy up and improve capability testingIan Rogers2024-08-201-4/+4
* perf dso: Fix address sanitizer buildIan Rogers2024-07-121-7/+8
* perf symbol: Simplify kernel module checkingNamhyung Kim2024-06-251-4/+1
* tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__loadAthira Rajeev2024-06-251-1/+2
* perf symbols: Fix ownership of string in dso__load_vmlinux()James Clark2024-05-091-3/+8
* perf symbols: Update kcore map before merging in remaining symbolsJames Clark2024-05-091-19/+21
* perf symbols: Remove map from list before updating addressesJames Clark2024-05-091-4/+6
* perf mem-info: Move mem-info out of mem-events and symbolIan Rogers2024-05-071-25/+1
* perf dso: Add reference count checking and accessor functionsIan Rogers2024-05-061-91/+95
* perf tools: Fixup module symbol end address properlyNamhyung Kim2024-02-171-2/+19
* perf maps: Hide maps internalsIan Rogers2024-02-121-0/+10
* perf maps: Get map before returning in maps__find_by_nameIan Rogers2024-02-121-7/+11
* perf maps: Get map before returning in maps__findIan Rogers2024-02-121-1/+2
* perf maps: Add remove maps function to remove a map based on callbackIan Rogers2023-12-201-12/+12
* perf symbol: Use function to add missing maps lockIan Rogers2023-12-191-17/+19
* perf maps: Move symbol maps functions to maps.cIan Rogers2023-12-061-248/+0
* perf map: Simplify map_ip/unmap_ip and make 'struct map' smallerIan Rogers2023-12-061-4/+2
* perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exitIan Rogers2023-10-251-1/+4
* libperf rc_check: Add RC_CHK_EQUALIan Rogers2023-10-251-2/+2
* perf symbols: Add 'intel_idle_ibrs' to the list of idle symbolsArnaldo Carvalho de Melo2023-10-121-0/+1
* tools/perf: Add text_end to "struct dso" to save .text section sizeAthira Rajeev2023-10-051-0/+2
* perf symbol: Avoid an undefined behavior warningIan Rogers2023-09-161-2/+1
* perf symbols: Fix DSO kernel load and symbol process to correctly map DSO to ...Athira Rajeev2023-08-111-5/+10
* perf symbol: Fix uninitialized return value in symbols__find_by_name()James Clark2023-07-011-7/+9
* perf symbol: Remove symbol_name_rb_nodeIan Rogers2023-06-241-61/+63
* perf dso: Sort symbols under lockIan Rogers2023-06-241-2/+6
* perf map: Fix double 'struct map' reference free found with -DREFCNT_CHECKING=1James Clark2023-06-121-4/+6
* perf map: Add reference count checkingIan Rogers2023-04-191-2/+2
* perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne...Arnaldo Carvalho de Melo2023-04-191-16/+17
* perf maps: Add reference count checkingIan Rogers2023-04-191-6/+7
* perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso...Arnaldo Carvalho de Melo2023-04-171-2/+1
* perf maps: Modify maps_by_name to hold a reference to a mapIan Rogers2023-04-071-4/+17
* perf map: Add accessors for ->pgoff and ->relocIan Rogers2023-04-071-3/+3
* perf map: Add accessors for ->prot, ->priv and ->flagsIan Rogers2023-04-071-2/+2
* perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers2023-04-071-2/+2
* perf map: Add accessor for start and endIan Rogers2023-04-041-24/+24
* perf map: Add accessor for dsoIan Rogers2023-04-041-20/+35
* perf maps: Add functions to access mapsIan Rogers2023-04-041-21/+23
* perf maps: Remove rb_node from struct mapIan Rogers2023-04-041-27/+50
* perf map: Move map list node into symbolIan Rogers2023-04-041-20/+53
* perf symbol: Sort names under write lockIan Rogers2023-03-201-0/+7
* perf symbols: Symbol lookup with kcore can fail if multiple segments match stextKrister Johansen2023-02-021-2/+15
* perf symbols: Record whether a symbol is an alias for an IFUNC symbolAdrian Hunter2023-02-021-0/+4
* perf symbols: Add dso__find_symbol_nocache()Adrian Hunter2023-01-221-0/+5
* perf dso: Hold lock when accessing nsinfoIan Rogers2022-10-041-1/+1
* perf dso: Update use of pthread mutexIan Rogers2022-10-041-2/+2
* perf tools: Automatically use guest kcore_dir if presentAdrian Hunter2022-07-201-2/+4