aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/dso.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-04perf dso: Hold lock when accessing nsinfoIan Rogers1-1/+6
2022-10-04perf dso: Update use of pthread mutexIan Rogers1-6/+6
2022-02-10perf tools: Try chroot'ed filename when opening dso/symbolNamhyung Kim1-2/+13
2021-11-01perf bpf: Pull in bpf_program__get_prog_info_linear()Dave Marchevsky1-0/+1
2021-09-11perf tools: Allow build-id with trailing zerosNamhyung Kim1-0/+10
2021-07-15perf dso: Fix memory leak in dso__new_map()Riccardo Mancini1-1/+3
2020-11-27perf tools: Add filename__decompress functionJiri Olsa1-12/+19
2020-11-04perf env: Conditionally compile BPF support code on having HAVE_LIBBPF_SUPPORTArnaldo Carvalho de Melo1-4/+10
2020-10-14perf tools: Align buildid list output for short build idsJiri Olsa1-1/+1
2020-10-14perf tools: Pass build_id object to dso__build_id_equal()Jiri Olsa1-2/+3
2020-10-14perf tools: Pass build_id object to dso__set_build_id()Jiri Olsa1-2/+2
2020-10-14perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa1-4/+2
2020-10-14perf tools: Pass build id object to sysfs__read_build_id()Jiri Olsa1-4/+2
2020-10-14perf tools: Use build_id object in dsoJiri Olsa1-9/+9
2020-08-13perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type'Jiri Olsa1-1/+1
2020-07-10perf tools: Add support for PERF_RECORD_KSYMBOL_TYPE_OOLAdrian Hunter1-0/+3
2020-05-28perf symbols: Fix debuginfo search for UbuntuAdrian Hunter1-0/+16
2020-04-16perf annotate: Add basic support for bpf_imageJiri Olsa1-0/+1
2019-11-19perf dso: Move dso_id from 'struct map' to 'struct dso'Arnaldo Carvalho de Melo1-6/+18
2019-11-06perf dso: Add dso__data_write_cache_addr()Adrian Hunter1-15/+58
2019-11-06perf dso: Refactor dso_cache__read()Adrian Hunter1-27/+37
2019-08-31perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo1-0/+2
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo1-232/+3
2019-07-09perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo1-1/+1
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+2
2019-07-01perf tools: Drop strxfrchar(), use strreplace() equivalent from kernelArnaldo Carvalho de Melo1-1/+2
2019-05-28perf dso: Add BPF DSO read and size hooksJiri Olsa1-1/+48
2019-05-28perf dso: Simplify dso_cache__read functionJiri Olsa1-11/+6
2019-05-28perf dso: Separate generic code in dso_cache__readJiri Olsa1-21/+27
2019-05-28perf dso: Separate generic code in dso__data_file_size()Jiri Olsa1-7/+12
2019-03-19perf symbols: Introduce DSO_BINARY_TYPE__BPF_PROG_INFOSong Liu1-0/+1
2019-03-19perf report: Indicate JITed code better in reportAndi Kleen1-18/+24
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo1-0/+1
2019-01-25perf symbols: Use cached rbtreesDavidlohr Bueso1-2/+2
2019-01-25perf callchain: Use cached rbtreesDavidlohr Bueso1-2/+2
2019-01-25perf namespaces: Remove namespaces.h from .h headersArnaldo Carvalho de Melo1-0/+1
2019-01-25perf symbols: Remove some unnecessary includes from symbol.hArnaldo Carvalho de Melo1-0/+1
2018-12-18perf dso: Export data_file_size() method there are no symbolsAdrian Hunter1-3/+3
2018-12-17perf dso: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
2018-08-20perf tools: Remove ext from struct kmod_pathJiri Olsa1-9/+1
2018-08-20perf tools: Add is_compressed callback to compressions arrayJiri Olsa1-3/+20
2018-08-20perf tools: Move the temp file processing into decompress_kmoduleJiri Olsa1-17/+12
2018-08-20perf tools: Use compression id in decompress_kmodule()Jiri Olsa1-21/+3
2018-08-20perf tools: Store compression id into struct dsoJiri Olsa1-1/+4
2018-08-20perf tools: Add compression id into 'struct kmod_path'Jiri Olsa1-7/+11
2018-08-20perf tools: Make is_supported_compression() staticJiri Olsa1-1/+1
2018-08-20perf tools: Make decompress_to_file() function staticJiri Olsa1-1/+1
2018-08-20perf tools: Get rid of dso__needs_decompress() call in __open_dso()Jiri Olsa1-1/+3
2018-06-06perf tools: Fix symbol and object code resolution for vdso32 and vdsox32Adrian Hunter1-0/+2
2018-04-27perf symbols: Unify symbol mapsArnaldo Carvalho de Melo1-21/+13