summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/dso.h
Commit message (Expand)AuthorAgeFilesLines
* perf symbols: Unify symbol mapsArnaldo Carvalho de Melo2018-04-271-19/+17Star
* perf dso: Add dso__has_symbols() methodArnaldo Carvalho de Melo2018-04-261-0/+5
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | perf report: Cache srclines for callchain nodesMilian Wolff2017-10-251-0/+1
* | perf callchain: Create real callchain entries for inlined framesMilian Wolff2017-10-241-0/+1
* | perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo2017-09-211-2/+2
|/
* perf buildid-cache: Cache debuginfoKrister Johansen2017-07-191-0/+1
* perf symbols: Find symbols in different mount namespaceKrister Johansen2017-07-191-0/+2
* perf tools: Introduce dso__decompress_kmodule_{fd,path}Namhyung Kim2017-06-081-0/+6
* perf symbols: Set module info when build-id event foundNamhyung Kim2017-06-051-0/+3
* perf dso: Convert dso.refcnt from atomic_t to refcount_tElena Reshetova2017-03-031-2/+2
* perf tools: Uninline scnprintf() and vscnprint()Arnaldo Carvalho de Melo2016-07-121-0/+1
* perf tools: Allow to reset open files counterJiri Olsa2016-06-301-0/+2
* perf buildid-cache: Use path/to/bin/buildid/elf instead of path/to/bin/buildidMasami Hiramatsu2016-05-301-0/+5
* perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo2016-03-231-1/+1
* perf symbols: Record text offset in dso to calculate objdump addressWang Nan2016-03-181-0/+1
* perf symbols: Fix dso lookup by long name and missing buildidsAdrian Hunter2015-11-131-0/+1
* perf annotate: Reset the dso find_symbol cache when removing symbolsArnaldo Carvalho de Melo2015-08-241-0/+2
* perf symbols: Add front end cache for DSO symbol lookupArnaldo Carvalho de Melo2015-07-231-0/+4
* perf tools: Reference count struct dsoArnaldo Carvalho de Melo2015-06-081-1/+13
* perf tools: Protect accesses the dso rbtrees/lists with a rw lockArnaldo Carvalho de Melo2015-06-081-3/+7
* perf tools: Deal with kernel module names in '[]' correctlyWang Nan2015-06-031-1/+1
* perf machine: Adopt findnew_kernel methodArnaldo Carvalho de Melo2015-05-291-2/+2
* perf tools: Add dso__data_get/put_fd()Namhyung Kim2015-05-271-4/+9
* perf symbols: Protect dso symbol loading using a mutexNamhyung Kim2015-05-181-0/+1
* perf tools: Add member to struct dso for an instruction cacheAdrian Hunter2015-04-291-0/+3
* perf symbols: Save DSO loading errno to better report errorsArnaldo Carvalho de Melo2015-03-241-0/+28
* perf tools: Remove is_kmodule_extension functionJiri Olsa2015-03-231-1/+0Star
* perf tools: Remove compressed argument from is_kernel_moduleJiri Olsa2015-03-231-1/+1
* perf tools: Add dsos__addnew functionJiri Olsa2015-03-211-0/+1
* perf tools: Add kmod_path__parse functionJiri Olsa2015-03-211-0/+14
* perf callchain: Separate eh/debug frame offset cache.Wang Nan2015-03-191-1/+2
* perf callchain: Cache eh/debug frame offset for dwarf unwindNamhyung Kim2015-01-291-0/+1
* perf symbols: Preparation for compressed kernel module supportNamhyung Kim2014-11-041-0/+7
* perf tools: Add facility to export data in database-friendly wayAdrian Hunter2014-10-291-0/+5
* perf tools powerpc: Cache the DWARF debug infoSukadev Bhattiprolu2014-10-291-0/+1
* perf symbols: Improve DSO long names lookup speed with rbtreeWaiman Long2014-10-011-1/+4
* perf symbols: Encapsulate dsos list head into struct dsosWaiman Long2014-09-301-3/+10
* perf tools: Add dso__type()Adrian Hunter2014-07-231-0/+10
* perf tools: Add dso__data_size()Adrian Hunter2014-07-231-0/+2
* perf tools: Add dso__data_status_seen()Adrian Hunter2014-07-231-0/+6
* perf tools: Record whether a dso has dataAdrian Hunter2014-07-231-0/+7
* perf symbols: Record whether a dso is 64-bitAdrian Hunter2014-07-161-0/+1
* perf tools: Add dso__data_* interface descriptonsJiri Olsa2014-06-121-0/+38
* perf tools: Add file size check and factor dso__data_read_offsetJiri Olsa2014-06-121-0/+1
* perf tools: Add global list of opened dso objectsJiri Olsa2014-06-121-0/+1
* perf tools: Add data_fd into dso objectJiri Olsa2014-06-121-0/+3
* perf tools: Separate dso data related variablesJiri Olsa2014-06-121-1/+6
* tools: Consolidate types.hBorislav Petkov2014-05-011-1/+1