summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/dso.h
AgeCommit message (Expand)Author
2019-03-19perf symbols: Introduce DSO_BINARY_TYPE__BPF_PROG_INFOSong Liu
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 include map.h from dso.hArnaldo Carvalho de Melo
2019-01-21perf tools: Remove duplicate headersBrajeswar Ghosh
2018-12-18perf dso: Export data_file_size() method there are no symbolsAdrian Hunter
2018-08-20perf tools: Remove ext from struct kmod_pathJiri 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-04-27perf symbols: Unify symbol mapsArnaldo Carvalho de Melo
2018-04-26perf dso: Add dso__has_symbols() methodArnaldo Carvalho de Melo
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
2017-10-25perf report: Cache srclines for callchain nodesMilian Wolff
2017-10-24perf callchain: Create real callchain entries for inlined framesMilian Wolff
2017-09-21perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo
2017-07-18perf buildid-cache: Cache debuginfoKrister Johansen
2017-07-18perf symbols: Find symbols in different mount namespaceKrister Johansen
2017-06-08perf tools: Introduce dso__decompress_kmodule_{fd,path}Namhyung Kim
2017-06-05perf symbols: Set module info when build-id event foundNamhyung Kim
2017-03-03perf dso: Convert dso.refcnt from atomic_t to refcount_tElena Reshetova
2016-07-12perf tools: Uninline scnprintf() and vscnprint()Arnaldo Carvalho de Melo
2016-06-30perf tools: Allow to reset open files counterJiri Olsa
2016-05-30perf buildid-cache: Use path/to/bin/buildid/elf instead of path/to/bin/buildidMasami Hiramatsu
2016-03-23perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo
2016-03-18perf symbols: Record text offset in dso to calculate objdump addressWang Nan
2015-11-13perf symbols: Fix dso lookup by long name and missing buildidsAdrian Hunter
2015-08-24perf annotate: Reset the dso find_symbol cache when removing symbolsArnaldo Carvalho de Melo
2015-07-23perf symbols: Add front end cache for DSO symbol lookupArnaldo Carvalho de Melo
2015-06-08perf tools: Reference count struct dsoArnaldo Carvalho de Melo
2015-06-08perf tools: Protect accesses the dso rbtrees/lists with a rw lockArnaldo Carvalho de Melo
2015-06-03perf tools: Deal with kernel module names in '[]' correctlyWang Nan
2015-05-29perf machine: Adopt findnew_kernel methodArnaldo Carvalho de Melo
2015-05-27perf tools: Add dso__data_get/put_fd()Namhyung Kim
2015-05-18perf symbols: Protect dso symbol loading using a mutexNamhyung Kim
2015-04-29perf tools: Add member to struct dso for an instruction cacheAdrian Hunter
2015-03-24perf symbols: Save DSO loading errno to better report errorsArnaldo Carvalho de Melo
2015-03-23perf tools: Remove is_kmodule_extension functionJiri Olsa
2015-03-23perf tools: Remove compressed argument from is_kernel_moduleJiri Olsa
2015-03-21perf tools: Add dsos__addnew functionJiri Olsa
2015-03-21perf tools: Add kmod_path__parse functionJiri Olsa
2015-03-19perf callchain: Separate eh/debug frame offset cache.Wang Nan
2015-01-29perf callchain: Cache eh/debug frame offset for dwarf unwindNamhyung Kim
2014-11-04perf symbols: Preparation for compressed kernel module supportNamhyung Kim
2014-10-29perf tools: Add facility to export data in database-friendly wayAdrian Hunter
2014-10-29perf tools powerpc: Cache the DWARF debug infoSukadev Bhattiprolu
2014-10-01perf symbols: Improve DSO long names lookup speed with rbtreeWaiman Long