summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/dso.h
AgeCommit message (Expand)AuthorLines
2024-08-19perf dso: Constify dso_idIan Rogers-2/+2
2024-07-17perf dso: Fix build when libunwind is enabledJames Clark-0/+5
2024-07-12perf dso: Fix address sanitizer buildIan Rogers-0/+10
2024-06-25tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__loadAthira Rajeev-0/+4
2024-05-06perf dso: Use container_of() to avoid a pointer in 'struct dso_data'Ian Rogers-0/+2
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers-46/+442
2024-05-06perf dsos: Switch backing storage to array from rbtree/listIan Rogers-6/+4
2024-04-12perf dso: Move dso functions out of dsos.cIan Rogers-0/+4
2024-04-12perf dsos: Attempt to better abstract DSOs internalsIan Rogers-6/+0
2024-03-21perf dso: Reorder members to save space in 'struct dso'Ian Rogers-42/+42
2024-03-21perf annotate-data: Add a cache for global variable typesNamhyung Kim-1/+5
2023-12-23perf annotate-data: Add dso->data_types treeNamhyung Kim-0/+2
2023-10-04tools/perf: Add "is_kmod" to struct dso to check if it is kernel moduleAthira Rajeev-0/+1
2023-10-04tools/perf: Add text_end to "struct dso" to save .text section sizeAthira Rajeev-0/+1
2023-06-23perf symbol: Remove symbol_name_rb_nodeIan Rogers-1/+2
2023-05-12perf script: Refine printing of dso offset (dsoff)Adrian Hunter-0/+2
2023-05-12perf dso: Declare dso const as neededAdrian Hunter-3/+3
2023-04-17perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso...Arnaldo Carvalho de Melo-0/+2
2022-10-04perf dso: Update use of pthread mutexIan Rogers-2/+2
2022-07-20perf tools: Export dsos__for_each_with_build_id()Adrian Hunter-0/+6
2022-06-03perf unwind: Fix segbase for ld.lld linked objectsFangrui Song-0/+2
2022-03-12perf tools: Set build-id using build-id header on new mmap recordsJames Clark-0/+1
2021-10-25perf dso: Fix /proc/kcore access on 32 bit systemsJames Clark-1/+1
2021-08-03perf tools: Add flag for tracking warnings of missing DSOsJames Clark-0/+1
2021-03-23perf tools: Fix various typos in commentsIngo Molnar-1/+1
2020-11-27perf tools: Add filename__decompress functionJiri Olsa-0/+2
2020-10-14perf tools: Align buildid list output for short build idsJiri Olsa-1/+0
2020-10-14perf tools: Pass build_id object to dso__build_id_equal()Jiri Olsa-1/+1
2020-10-14perf tools: Pass build_id object to dso__set_build_id()Jiri Olsa-1/+1
2020-10-14perf tools: Use build_id object in dsoJiri Olsa-1/+1
2020-08-13perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type'Jiri Olsa-5/+5
2020-07-10perf tools: Add support for PERF_RECORD_KSYMBOL_TYPE_OOLAdrian Hunter-0/+1
2020-05-28perf symbols: Fix debuginfo search for UbuntuAdrian Hunter-0/+1
2020-05-28perf tools: Replace zero-length array with flexible-arrayGustavo A. R. Silva-2/+2
2020-04-16perf annotate: Add basic support for bpf_imageJiri Olsa-0/+1
2019-11-19perf dso: Move dso_id from 'struct map' to 'struct dso'Arnaldo Carvalho de Melo-0/+13
2019-11-06perf dso: Add dso__data_write_cache_addr()Adrian Hunter-0/+7
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo-24/+1
2019-08-31perf dso: Adopt DSO related macros from symbol.hArnaldo Carvalho de Melo-0/+3
2019-03-19perf symbols: Introduce DSO_BINARY_TYPE__BPF_PROG_INFOSong Liu-0/+8
2019-01-25perf symbols: Use cached rbtreesDavidlohr Bueso-3/+3
2019-01-25perf callchain: Use cached rbtreesDavidlohr Bueso-2/+2
2019-01-25perf namespaces: Remove namespaces.h from .h headersArnaldo Carvalho de Melo-1/+1
2019-01-25perf symbols: Remove include map.h from dso.hArnaldo Carvalho de Melo-1/+3
2019-01-21perf tools: Remove duplicate headersBrajeswar Ghosh-1/+0
2018-12-18perf dso: Export data_file_size() method there are no symbolsAdrian Hunter-0/+1
2018-08-20perf tools: Remove ext from struct kmod_pathJiri Olsa-5/+3
2018-08-20perf tools: Store compression id into struct dsoJiri Olsa-0/+1
2018-08-20perf tools: Add compression id into 'struct kmod_path'Jiri Olsa-1/+1
2018-08-20perf tools: Make is_supported_compression() staticJiri Olsa-1/+0