aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util/symbol.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-16perf 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-18perf 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-04tools/perf: Add text_end to "struct dso" to save .text section sizeAthira Rajeev1-0/+2
2023-09-15perf 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 its long_name, type and adjust_symbolsAthira Rajeev1-5/+10
2023-07-01perf symbol: Fix uninitialized return value in symbols__find_by_name()James Clark1-7/+9
2023-06-23perf symbol: Remove symbol_name_rb_nodeIan Rogers1-61/+63
2023-06-23perf dso: Sort symbols under lockIan Rogers1-2/+6
2023-06-12perf 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_warned,dso,map_ip,unmap_ip,priv}Arnaldo Carvalho de Melo1-16/+17
2023-04-19perf maps: Add reference count checkingIan Rogers1-6/+7
2023-04-17perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso->nsinfo membersArnaldo Carvalho de Melo1-2/+1
2023-04-06perf maps: Modify maps_by_name to hold a reference to a mapIan Rogers1-4/+17
2023-04-06perf map: Add accessors for ->pgoff and ->relocIan Rogers1-3/+3
2023-04-06perf map: Add accessors for ->prot, ->priv and ->flagsIan Rogers1-2/+2
2023-04-06perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers1-2/+2
2023-04-04perf map: Add accessor for start and endIan Rogers1-24/+24
2023-04-04perf map: Add accessor for dsoIan Rogers1-20/+35
2023-04-04perf maps: Add functions to access mapsIan Rogers1-21/+23
2023-04-04perf maps: Remove rb_node from struct mapIan Rogers1-27/+50
2023-04-04perf map: Move map list node into symbolIan Rogers1-20/+53
2023-03-20perf symbol: Sort names under write lockIan Rogers1-0/+7
2023-02-02perf symbols: Symbol lookup with kcore can fail if multiple segments match stextKrister Johansen1-2/+15
2023-02-01perf symbols: Record whether a symbol is an alias for an IFUNC symbolAdrian Hunter1-0/+4
2023-01-22perf symbols: Add dso__find_symbol_nocache()Adrian Hunter1-0/+5
2022-10-04perf dso: Hold lock when accessing nsinfoIan Rogers1-1/+1
2022-10-04perf dso: Update use of pthread mutexIan Rogers1-2/+2
2022-07-20perf tools: Automatically use guest kcore_dir if presentAdrian Hunter1-2/+4
2022-04-28perf symbol: Remove arch__symbols__fixup_end()Namhyung Kim1-5/+0
2022-04-28perf symbol: Update symbols__fixup_end()Namhyung Kim1-4/+25
2022-04-28perf symbol: Pass is_kallsyms to symbols__fixup_end()Namhyung Kim1-3/+4
2022-03-22Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-1/+1
2022-03-18perf symbols: Fix symbol size calculation conditionMichael Petlan1-1/+1
2022-02-11perf namespaces: Add functions to access nsinfoIan Rogers1-4/+4
2022-02-10perf tools: Try chroot'ed filename when opening dso/symbolNamhyung Kim1-0/+10
2021-11-13perf symbols: Factor out annotation init/exitIan Rogers1-1/+8
2021-11-07perf tools: Refactor out kernel symbol argument sanity checkingJames Clark1-0/+22
2021-11-07perf symbols: Ignore $a/$d symbols for ARM modulesLexi Shao1-0/+4
2021-09-10perf symbol: Look for ImageBase in PE file to compute .text offsetRemi Bernon1-4/+16
2021-02-18perf symbol: Remove redundant libbfd checksNicholas Fraser1-9/+0