summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/dso.h
AgeCommit message (Expand)AuthorLines
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
2018-08-20perf tools: Make decompress_to_file() function staticJiri Olsa-1/+0
2018-04-27perf symbols: Unify symbol mapsArnaldo Carvalho de Melo-19/+17
2018-04-26perf dso: Add dso__has_symbols() methodArnaldo Carvalho de Melo-0/+5
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-25perf report: Cache srclines for callchain nodesMilian Wolff-0/+1
2017-10-24perf callchain: Create real callchain entries for inlined framesMilian Wolff-0/+1
2017-09-21perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo-2/+2
2017-07-18perf buildid-cache: Cache debuginfoKrister Johansen-0/+1
2017-07-18perf symbols: Find symbols in different mount namespaceKrister Johansen-0/+2
2017-06-08perf tools: Introduce dso__decompress_kmodule_{fd,path}Namhyung Kim-0/+6
2017-06-05perf symbols: Set module info when build-id event foundNamhyung Kim-0/+3
2017-03-03perf dso: Convert dso.refcnt from atomic_t to refcount_tElena Reshetova-2/+2
2016-07-12perf tools: Uninline scnprintf() and vscnprint()Arnaldo Carvalho de Melo-0/+1
2016-06-30perf tools: Allow to reset open files counterJiri Olsa-0/+2
2016-05-30perf buildid-cache: Use path/to/bin/buildid/elf instead of path/to/bin/buildidMasami Hiramatsu-0/+5
2016-03-23perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo-1/+1
2016-03-18perf symbols: Record text offset in dso to calculate objdump addressWang Nan-0/+1
2015-11-13perf symbols: Fix dso lookup by long name and missing buildidsAdrian Hunter-0/+1
2015-08-24perf annotate: Reset the dso find_symbol cache when removing symbolsArnaldo Carvalho de Melo-0/+2
2015-07-23perf symbols: Add front end cache for DSO symbol lookupArnaldo Carvalho de Melo-0/+4
2015-06-08perf tools: Reference count struct dsoArnaldo Carvalho de Melo-1/+13
2015-06-08perf tools: Protect accesses the dso rbtrees/lists with a rw lockArnaldo Carvalho de Melo-3/+7
2015-06-03perf tools: Deal with kernel module names in '[]' correctlyWang Nan-1/+1
2015-05-29perf machine: Adopt findnew_kernel methodArnaldo Carvalho de Melo-2/+2
2015-05-27perf tools: Add dso__data_get/put_fd()Namhyung Kim-4/+9
2015-05-18perf symbols: Protect dso symbol loading using a mutexNamhyung Kim-0/+1
2015-04-29perf tools: Add member to struct dso for an instruction cacheAdrian Hunter-0/+3
2015-03-24perf symbols: Save DSO loading errno to better report errorsArnaldo Carvalho de Melo-0/+28
2015-03-23perf tools: Remove is_kmodule_extension functionJiri Olsa-1/+0