summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/symbol.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Fixup module symbol end address properlyNamhyung Kim2024-02-161-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-181-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-041-0/+2
* perf symbol: Avoid an undefined behavior warningIan Rogers2023-09-151-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-231-61/+63
* perf dso: Sort symbols under lockIan Rogers2023-06-231-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-061-4/+17
* perf map: Add accessors for ->pgoff and ->relocIan Rogers2023-04-061-3/+3
* perf map: Add accessors for ->prot, ->priv and ->flagsIan Rogers2023-04-061-2/+2
* perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers2023-04-061-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-011-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
* perf symbol: Remove arch__symbols__fixup_end()Namhyung Kim2022-04-281-5/+0
* perf symbol: Update symbols__fixup_end()Namhyung Kim2022-04-281-4/+25
* perf symbol: Pass is_kallsyms to symbols__fixup_end()Namhyung Kim2022-04-281-3/+4
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-03-221-1/+1
|\
| * perf symbols: Fix symbol size calculation conditionMichael Petlan2022-03-181-1/+1
* | perf namespaces: Add functions to access nsinfoIan Rogers2022-02-111-4/+4
* | perf tools: Try chroot'ed filename when opening dso/symbolNamhyung Kim2022-02-101-0/+10
|/
* perf symbols: Factor out annotation init/exitIan Rogers2021-11-131-1/+8
* perf tools: Refactor out kernel symbol argument sanity checkingJames Clark2021-11-071-0/+22
* perf symbols: Ignore $a/$d symbols for ARM modulesLexi Shao2021-11-071-0/+4
* perf symbol: Look for ImageBase in PE file to compute .text offsetRemi Bernon2021-09-101-4/+16
* perf symbol: Remove redundant libbfd checksNicholas Fraser2021-02-181-9/+0