summaryrefslogtreecommitdiff
path: root/tools/perf/util/dso.c
AgeCommit message (Expand)Author
2021-11-01perf bpf: Pull in bpf_program__get_prog_info_linear()Dave Marchevsky
2021-09-11perf tools: Allow build-id with trailing zerosNamhyung Kim
2021-07-15perf dso: Fix memory leak in dso__new_map()Riccardo Mancini
2020-11-27perf tools: Add filename__decompress functionJiri Olsa
2020-11-04perf env: Conditionally compile BPF support code on having HAVE_LIBBPF_SUPPORTArnaldo Carvalho de Melo
2020-10-14perf tools: Align buildid list output for short build idsJiri Olsa
2020-10-14perf tools: Pass build_id object to dso__build_id_equal()Jiri Olsa
2020-10-14perf tools: Pass build_id object to dso__set_build_id()Jiri Olsa
2020-10-14perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa
2020-10-14perf tools: Pass build id object to sysfs__read_build_id()Jiri Olsa
2020-10-14perf tools: Use build_id object in dsoJiri Olsa
2020-08-13perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type'Jiri Olsa
2020-07-10perf tools: Add support for PERF_RECORD_KSYMBOL_TYPE_OOLAdrian Hunter
2020-05-28perf symbols: Fix debuginfo search for UbuntuAdrian Hunter
2020-04-16perf annotate: Add basic support for bpf_imageJiri Olsa
2019-11-19perf dso: Move dso_id from 'struct map' to 'struct dso'Arnaldo Carvalho de Melo
2019-11-06perf dso: Add dso__data_write_cache_addr()Adrian Hunter
2019-11-06perf dso: Refactor dso_cache__read()Adrian Hunter
2019-08-31perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo
2019-07-09perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2019-07-01perf tools: Drop strxfrchar(), use strreplace() equivalent from kernelArnaldo Carvalho de Melo
2019-05-28perf dso: Add BPF DSO read and size hooksJiri Olsa
2019-05-28perf dso: Simplify dso_cache__read functionJiri Olsa
2019-05-28perf dso: Separate generic code in dso_cache__readJiri Olsa
2019-05-28perf dso: Separate generic code in dso__data_file_size()Jiri Olsa
2019-03-19perf symbols: Introduce DSO_BINARY_TYPE__BPF_PROG_INFOSong Liu
2019-03-19perf report: Indicate JITed code better in reportAndi Kleen
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo
2019-01-25perf symbols: Use cached rbtreesDavidlohr Bueso
2019-01-25perf callchain: Use cached rbtreesDavidlohr Bueso
2019-01-25perf namespaces: Remove namespaces.h from .h headersArnaldo Carvalho de Melo
2019-01-25perf symbols: Remove some unnecessary includes from symbol.hArnaldo Carvalho de Melo
2018-12-18perf dso: Export data_file_size() method there are no symbolsAdrian Hunter
2018-12-17perf dso: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2018-08-20perf tools: Remove ext from struct kmod_pathJiri Olsa
2018-08-20perf tools: Add is_compressed callback to compressions arrayJiri Olsa
2018-08-20perf tools: Move the temp file processing into decompress_kmoduleJiri Olsa
2018-08-20perf tools: Use compression id in decompress_kmodule()Jiri Olsa
2018-08-20perf tools: Store compression id into struct dsoJiri Olsa
2018-08-20perf tools: Add compression id into 'struct kmod_path'Jiri Olsa
2018-08-20perf tools: Make is_supported_compression() staticJiri Olsa
2018-08-20perf tools: Make decompress_to_file() function staticJiri Olsa
2018-08-20perf tools: Get rid of dso__needs_decompress() call in __open_dso()Jiri Olsa
2018-06-06perf tools: Fix symbol and object code resolution for vdso32 and vdsox32Adrian Hunter
2018-04-27perf symbols: Unify symbol mapsArnaldo Carvalho de Melo
2018-01-23perf symbols: Using O_CLOEXEC in do_openWang YanQing
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman