summaryrefslogtreecommitdiff
path: root/tools/perf/util/symbol.c
AgeCommit message (Expand)Author
2023-12-20perf maps: Add remove maps function to remove a map based on callbackIan Rogers
2023-12-18perf symbol: Use function to add missing maps lockIan Rogers
2023-12-06perf maps: Move symbol maps functions to maps.cIan Rogers
2023-12-06perf map: Simplify map_ip/unmap_ip and make 'struct map' smallerIan Rogers
2023-10-25perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exitIan Rogers
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers
2023-10-12perf symbols: Add 'intel_idle_ibrs' to the list of idle symbolsArnaldo Carvalho de Melo
2023-10-04tools/perf: Add text_end to "struct dso" to save .text section sizeAthira Rajeev
2023-09-15perf symbol: Avoid an undefined behavior warningIan Rogers
2023-08-11perf symbols: Fix DSO kernel load and symbol process to correctly map DSO to ...Athira Rajeev
2023-07-01perf symbol: Fix uninitialized return value in symbols__find_by_name()James Clark
2023-06-23perf symbol: Remove symbol_name_rb_nodeIan Rogers
2023-06-23perf dso: Sort symbols under lockIan Rogers
2023-06-12perf map: Fix double 'struct map' reference free found with -DREFCNT_CHECKING=1James Clark
2023-04-19perf map: Add reference count checkingIan Rogers
2023-04-19perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne...Arnaldo Carvalho de Melo
2023-04-19perf maps: Add reference count checkingIan Rogers
2023-04-17perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso...Arnaldo Carvalho de Melo
2023-04-06perf maps: Modify maps_by_name to hold a reference to a mapIan Rogers
2023-04-06perf map: Add accessors for ->pgoff and ->relocIan Rogers
2023-04-06perf map: Add accessors for ->prot, ->priv and ->flagsIan Rogers
2023-04-06perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers
2023-04-04perf map: Add accessor for start and endIan Rogers
2023-04-04perf map: Add accessor for dsoIan Rogers
2023-04-04perf maps: Add functions to access mapsIan Rogers
2023-04-04perf maps: Remove rb_node from struct mapIan Rogers
2023-04-04perf map: Move map list node into symbolIan Rogers
2023-03-20perf symbol: Sort names under write lockIan Rogers
2023-02-02perf symbols: Symbol lookup with kcore can fail if multiple segments match stextKrister Johansen
2023-02-01perf symbols: Record whether a symbol is an alias for an IFUNC symbolAdrian Hunter
2023-01-22perf symbols: Add dso__find_symbol_nocache()Adrian Hunter
2022-10-04perf dso: Hold lock when accessing nsinfoIan Rogers
2022-10-04perf dso: Update use of pthread mutexIan Rogers
2022-07-20perf tools: Automatically use guest kcore_dir if presentAdrian Hunter
2022-04-28perf symbol: Remove arch__symbols__fixup_end()Namhyung Kim
2022-04-28perf symbol: Update symbols__fixup_end()Namhyung Kim
2022-04-28perf symbol: Pass is_kallsyms to symbols__fixup_end()Namhyung Kim
2022-03-22Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2022-03-18perf symbols: Fix symbol size calculation conditionMichael Petlan
2022-02-11perf namespaces: Add functions to access nsinfoIan Rogers
2022-02-10perf tools: Try chroot'ed filename when opening dso/symbolNamhyung Kim
2021-11-13perf symbols: Factor out annotation init/exitIan Rogers
2021-11-07perf tools: Refactor out kernel symbol argument sanity checkingJames Clark
2021-11-07perf symbols: Ignore $a/$d symbols for ARM modulesLexi Shao
2021-09-10perf symbol: Look for ImageBase in PE file to compute .text offsetRemi Bernon
2021-02-18perf symbol: Remove redundant libbfd checksNicholas Fraser
2021-02-16Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo
2021-02-12perf symbols: Fix return value when loading PE DSONicholas Fraser
2021-02-12perf symbols: Make dso__load_bfd_symbols() load PE files from debug cache onlyNicholas Fraser
2021-02-11perf symbols: Use (long) for iterator for bfd symbolsDmitry Safonov