aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/dso.h
AgeCommit message (Expand)Author
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
2014-09-30perf symbols: Encapsulate dsos list head into struct dsosWaiman Long
2014-07-23perf tools: Add dso__type()Adrian Hunter
2014-07-23perf tools: Add dso__data_size()Adrian Hunter
2014-07-23perf tools: Add dso__data_status_seen()Adrian Hunter
2014-07-23perf tools: Record whether a dso has dataAdrian Hunter
2014-07-16perf symbols: Record whether a dso is 64-bitAdrian Hunter
2014-06-12perf tools: Add dso__data_* interface descriptonsJiri Olsa
2014-06-12perf tools: Add file size check and factor dso__data_read_offsetJiri Olsa
2014-06-12perf tools: Add global list of opened dso objectsJiri Olsa
2014-06-12perf tools: Add data_fd into dso objectJiri Olsa
2014-06-12perf tools: Separate dso data related variablesJiri Olsa
2014-05-01tools: Consolidate types.hBorislav Petkov