aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/dso.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-23perf tools: Fix various typos in commentsIngo Molnar1-1/+1
2020-11-27perf tools: Add filename__decompress functionJiri Olsa1-0/+2
2020-10-14perf tools: Align buildid list output for short build idsJiri Olsa1-1/+0
2020-10-14perf tools: Pass build_id object to dso__build_id_equal()Jiri Olsa1-1/+1
2020-10-14perf tools: Pass build_id object to dso__set_build_id()Jiri Olsa1-1/+1
2020-10-14perf tools: Use build_id object in dsoJiri Olsa1-1/+1
2020-08-13perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type'Jiri Olsa1-5/+5
2020-07-10perf tools: Add support for PERF_RECORD_KSYMBOL_TYPE_OOLAdrian Hunter1-0/+1
2020-05-28perf symbols: Fix debuginfo search for UbuntuAdrian Hunter1-0/+1
2020-05-28perf tools: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-2/+2
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-0/+13
2019-11-06perf dso: Add dso__data_write_cache_addr()Adrian Hunter1-0/+7
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo1-24/+1
2019-08-31perf dso: Adopt DSO related macros from symbol.hArnaldo Carvalho de Melo1-0/+3
2019-03-19perf symbols: Introduce DSO_BINARY_TYPE__BPF_PROG_INFOSong Liu1-0/+8
2019-01-25perf symbols: Use cached rbtreesDavidlohr Bueso1-3/+3
2019-01-25perf callchain: Use cached rbtreesDavidlohr Bueso1-2/+2
2019-01-25perf namespaces: Remove namespaces.h from .h headersArnaldo Carvalho de Melo1-1/+1
2019-01-25perf symbols: Remove include map.h from dso.hArnaldo Carvalho de Melo1-1/+3
2019-01-21perf tools: Remove duplicate headersBrajeswar Ghosh1-1/+0
2018-12-18perf dso: Export data_file_size() method there are no symbolsAdrian Hunter1-0/+1
2018-08-20perf tools: Remove ext from struct kmod_pathJiri Olsa1-5/+3
2018-08-20perf tools: Store compression id into struct dsoJiri Olsa1-0/+1
2018-08-20perf tools: Add compression id into 'struct kmod_path'Jiri Olsa1-1/+1
2018-08-20perf tools: Make is_supported_compression() staticJiri Olsa1-1/+0
2018-08-20perf tools: Make decompress_to_file() function staticJiri Olsa1-1/+0
2018-04-27perf symbols: Unify symbol mapsArnaldo Carvalho de Melo1-19/+17
2018-04-26perf dso: Add dso__has_symbols() methodArnaldo Carvalho de Melo1-0/+5
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25perf report: Cache srclines for callchain nodesMilian Wolff1-0/+1
2017-10-24perf callchain: Create real callchain entries for inlined framesMilian Wolff1-0/+1
2017-09-21perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo1-2/+2
2017-07-18perf buildid-cache: Cache debuginfoKrister Johansen1-0/+1
2017-07-18perf symbols: Find symbols in different mount namespaceKrister Johansen1-0/+2
2017-06-08perf tools: Introduce dso__decompress_kmodule_{fd,path}Namhyung Kim1-0/+6
2017-06-05perf symbols: Set module info when build-id event foundNamhyung Kim1-0/+3
2017-03-03perf dso: Convert dso.refcnt from atomic_t to refcount_tElena Reshetova1-2/+2
2016-07-12perf tools: Uninline scnprintf() and vscnprint()Arnaldo Carvalho de Melo1-0/+1
2016-06-30perf tools: Allow to reset open files counterJiri Olsa1-0/+2
2016-05-30perf buildid-cache: Use path/to/bin/buildid/elf instead of path/to/bin/buildidMasami Hiramatsu1-0/+5
2016-03-23perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo1-1/+1
2016-03-18perf symbols: Record text offset in dso to calculate objdump addressWang Nan1-0/+1
2015-11-13perf symbols: Fix dso lookup by long name and missing buildidsAdrian Hunter1-0/+1
2015-08-24perf annotate: Reset the dso find_symbol cache when removing symbolsArnaldo Carvalho de Melo1-0/+2
2015-07-23perf symbols: Add front end cache for DSO symbol lookupArnaldo Carvalho de Melo1-0/+4
2015-06-08perf tools: Reference count struct dsoArnaldo Carvalho de Melo1-1/+13
2015-06-08perf tools: Protect accesses the dso rbtrees/lists with a rw lockArnaldo Carvalho de Melo1-3/+7
2015-06-03perf tools: Deal with kernel module names in '[]' correctlyWang Nan1-1/+1