aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/dso.c
Commit message (Expand)AuthorAge
* perf tools: Reference count struct dsoArnaldo Carvalho de Melo2015-06-08
* perf tools: Protect accesses the dso rbtrees/lists with a rw lockArnaldo Carvalho de Melo2015-06-08
* perf tools: Deal with kernel module names in '[]' correctlyWang Nan2015-06-03
* perf machine: Introduce machine__findnew_dso() methodArnaldo Carvalho de Melo2015-05-29
* perf machine: No need to have two DSOs listsArnaldo Carvalho de Melo2015-05-29
* perf machine: Adopt findnew_kernel methodArnaldo Carvalho de Melo2015-05-29
* perf tools: Add dso__data_get/put_fd()Namhyung Kim2015-05-27
* perf tools: Get rid of dso__data_fd() from dso__data_size()Namhyung Kim2015-05-27
* perf tools: Fix dso__data_read_offset() file openingNamhyung Kim2015-05-27
* perf tools: Protect dso cache fd with a mutexNamhyung Kim2015-05-18
* perf symbols: Protect dso cache tree using dso->lockNamhyung Kim2015-05-18
* perf symbols: Protect dso symbol loading using a mutexNamhyung Kim2015-05-18
* perf tools: Add member to struct dso for an instruction cacheAdrian Hunter2015-04-29
* perf symbols: Save DSO loading errno to better report errorsArnaldo Carvalho de Melo2015-03-24
* perf tools: Remove is_kmodule_extension functionJiri Olsa2015-03-23
* perf tools: Remove compressed argument from is_kernel_moduleJiri Olsa2015-03-23
* perf tools: Use kmod_path__parse in is_kernel_moduleJiri Olsa2015-03-23
* perf tools: Add dsos__addnew functionJiri Olsa2015-03-21
* perf tools: Add kmod_path__parse functionJiri Olsa2015-03-21
* perf tools: Add lzma decompression support for kernel moduleJiri Olsa2015-03-21
* perf symbols: debuglink should take symfs option into accountVictor Kamensky2015-02-06
* perf tools: Fix a dso open fail messageNamhyung Kim2015-02-06
* perf symbols: Convert lseek + read to preadNamhyung Kim2015-01-29
* perf tools: Add gzip decompression support for kernel moduleNamhyung Kim2014-11-05
* perf symbols: Preparation for compressed kernel module supportNamhyung Kim2014-11-04
* perf symbols: Improve DSO long names lookup speed with rbtreeWaiman Long2014-10-01
* perf symbols: Encapsulate dsos list head into struct dsosWaiman Long2014-09-30
* perf util: Replace strerror with strerror_r for thread-safetyMasami Hiramatsu2014-08-15
* perf symbols: Make sure --symfs usage includes the path separatorArnaldo Carvalho de Melo2014-07-31
* perf tools: Add dso__type()Adrian Hunter2014-07-23
* perf tools: Add dso__data_size()Adrian Hunter2014-07-23
* perf tools: Add dso__data_status_seen()Adrian Hunter2014-07-23
* perf tools: Record whether a dso has dataAdrian Hunter2014-07-23
* perf tools: Fix incorrect fd error comparisonAdrian Hunter2014-07-22
* perf symbols: Record whether a dso is 64-bitAdrian Hunter2014-07-16
* perf tools: Add dso__data_* interface descriptonsJiri Olsa2014-06-12
* perf tools: Allow to close dso fd in case of open failureJiri Olsa2014-06-12
* perf tools: Add file size check and factor dso__data_read_offsetJiri Olsa2014-06-12
* perf tools: Cache dso data file descriptorJiri Olsa2014-06-12
* perf tools: Add global count of opened dso objectsJiri Olsa2014-06-12
* perf tools: Add global list of opened dso objectsJiri Olsa2014-06-12
* perf tools: Add data_fd into dso objectJiri Olsa2014-06-12
* perf tools: Separate dso data related variablesJiri Olsa2014-06-12
* perf symbols: Check return value of filename__read_debuglink()Stephane Eranian2014-02-24
* perf tools: Introduce zfreeArnaldo Carvalho de Melo2013-12-27
* perf symbols: Use consistent name for the DSO binary type memberArnaldo Carvalho de Melo2013-12-17
* perf symbols: Clarify method to get DSO binary_type filenameArnaldo Carvalho de Melo2013-12-16
* perf symbols: Remove needless static binary_type arrayArnaldo Carvalho de Melo2013-12-16
* perf symbols: Fix bug in usage of the basename() functionStephane Eranian2013-12-10
* perf symbols: Rename filename argumentArnaldo Carvalho de Melo2013-12-10