summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/dso.c
Commit message (Expand)AuthorAgeFilesLines
* perf dso: Use container_of() to avoid a pointer in 'struct dso_data'Ian Rogers2024-05-061-1/+15
* perf dso: Add reference count checking and accessor functionsIan Rogers2024-05-061-171/+197
* perf dsos: Switch backing storage to array from rbtree/listIan Rogers2024-05-061-25/+42
* perf dso: Move dso functions out of dsos.cIan Rogers2024-04-121-0/+61
* perf annotate-data: Add a cache for global variable typesNamhyung Kim2024-03-211-0/+2
* perf annotate-data: Add dso->data_types treeNamhyung Kim2023-12-231-0/+4
* tools/perf: Add "is_kmod" to struct dso to check if it is kernel moduleAthira Rajeev2023-10-041-0/+2
* perf symbol: Remove symbol_name_rb_nodeIan Rogers2023-06-231-2/+5
* perf script: Refine printing of dso offset (dsoff)Adrian Hunter2023-05-121-0/+33
* perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso...Arnaldo Carvalho de Melo2023-04-171-1/+6
* perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers2023-04-061-2/+4
* perf dso: Hold lock when accessing nsinfoIan Rogers2022-10-041-1/+6
* perf dso: Update use of pthread mutexIan Rogers2022-10-041-6/+6
* perf tools: Try chroot'ed filename when opening dso/symbolNamhyung Kim2022-02-101-2/+13
* perf bpf: Pull in bpf_program__get_prog_info_linear()Dave Marchevsky2021-11-011-0/+1
* perf tools: Allow build-id with trailing zerosNamhyung Kim2021-09-111-0/+10
* perf dso: Fix memory leak in dso__new_map()Riccardo Mancini2021-07-151-1/+3
* perf tools: Add filename__decompress functionJiri Olsa2020-11-271-12/+19
* perf env: Conditionally compile BPF support code on having HAVE_LIBBPF_SUPPORTArnaldo Carvalho de Melo2020-11-041-4/+10
* perf tools: Align buildid list output for short build idsJiri Olsa2020-10-141-1/+1
* perf tools: Pass build_id object to dso__build_id_equal()Jiri Olsa2020-10-141-2/+3
* perf tools: Pass build_id object to dso__set_build_id()Jiri Olsa2020-10-141-2/+2
* perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa2020-10-141-4/+2
* perf tools: Pass build id object to sysfs__read_build_id()Jiri Olsa2020-10-141-4/+2
* perf tools: Use build_id object in dsoJiri Olsa2020-10-141-9/+9
* perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type'Jiri Olsa2020-08-131-1/+1
* perf tools: Add support for PERF_RECORD_KSYMBOL_TYPE_OOLAdrian Hunter2020-07-101-0/+3
* perf symbols: Fix debuginfo search for UbuntuAdrian Hunter2020-05-281-0/+16
* perf annotate: Add basic support for bpf_imageJiri Olsa2020-04-161-0/+1
* perf dso: Move dso_id from 'struct map' to 'struct dso'Arnaldo Carvalho de Melo2019-11-191-6/+18
* perf dso: Add dso__data_write_cache_addr()Adrian Hunter2019-11-061-15/+58
* perf dso: Refactor dso_cache__read()Adrian Hunter2019-11-061-27/+37
* perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo2019-08-311-0/+2
* perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo2019-08-311-232/+3
* perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo2019-07-091-1/+1
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+2
* perf tools: Drop strxfrchar(), use strreplace() equivalent from kernelArnaldo Carvalho de Melo2019-07-011-1/+2
* perf dso: Add BPF DSO read and size hooksJiri Olsa2019-05-281-1/+48
* perf dso: Simplify dso_cache__read functionJiri Olsa2019-05-281-11/+6
* perf dso: Separate generic code in dso_cache__readJiri Olsa2019-05-281-21/+27
* perf dso: Separate generic code in dso__data_file_size()Jiri Olsa2019-05-281-7/+12
* perf symbols: Introduce DSO_BINARY_TYPE__BPF_PROG_INFOSong Liu2019-03-191-0/+1
* perf report: Indicate JITed code better in reportAndi Kleen2019-03-191-18/+24
* pref tools: Add missing map.h includesArnaldo Carvalho de Melo2019-02-061-0/+1
* perf symbols: Use cached rbtreesDavidlohr Bueso2019-01-251-2/+2
* perf callchain: Use cached rbtreesDavidlohr Bueso2019-01-251-2/+2
* perf namespaces: Remove namespaces.h from .h headersArnaldo Carvalho de Melo2019-01-251-0/+1
* perf symbols: Remove some unnecessary includes from symbol.hArnaldo Carvalho de Melo2019-01-251-0/+1
* perf dso: Export data_file_size() method there are no symbolsAdrian Hunter2018-12-181-3/+3
* perf dso: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2018-12-171-1/+1