summaryrefslogtreecommitdiff
path: root/tools/perf/util/symbol.c
AgeCommit message (Expand)Author
2024-09-22perf symbol: Set binary_type of dso when loadingNamhyung Kim
2024-08-20perf cap: Tidy up and improve capability testingIan Rogers
2024-07-12perf dso: Fix address sanitizer buildIan Rogers
2024-06-25perf symbol: Simplify kernel module checkingNamhyung Kim
2024-06-25tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__loadAthira Rajeev
2024-05-09perf symbols: Fix ownership of string in dso__load_vmlinux()James Clark
2024-05-09perf symbols: Update kcore map before merging in remaining symbolsJames Clark
2024-05-09perf symbols: Remove map from list before updating addressesJames Clark
2024-05-07perf mem-info: Move mem-info out of mem-events and symbolIan Rogers
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers
2024-02-16perf tools: Fixup module symbol end address properlyNamhyung Kim
2024-02-12perf maps: Hide maps internalsIan Rogers
2024-02-12perf maps: Get map before returning in maps__find_by_nameIan Rogers
2024-02-12perf maps: Get map before returning in maps__findIan Rogers
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