aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/dso.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-19perf tools: Fix __dsos__addnew to put dso after adding it to the listMasami Hiramatsu1-0/+2
2015-11-13perf symbols: Fix dso lookup by long name and missing buildidsAdrian Hunter1-0/+17
2015-06-08perf tools: Reference count struct dsoArnaldo Carvalho de Melo1-1/+36
2015-06-08perf tools: Protect accesses the dso rbtrees/lists with a rw lockArnaldo Carvalho de Melo1-14/+38
2015-06-03perf tools: Deal with kernel module names in '[]' correctlyWang Nan1-5/+42
2015-05-29perf machine: Introduce machine__findnew_dso() methodArnaldo Carvalho de Melo1-1/+1
2015-05-29perf machine: No need to have two DSOs listsArnaldo Carvalho de Melo1-1/+1
2015-05-29perf machine: Adopt findnew_kernel methodArnaldo Carvalho de Melo1-2/+2
2015-05-27perf tools: Add dso__data_get/put_fd()Namhyung Kim1-9/+22
2015-05-27perf tools: Get rid of dso__data_fd() from dso__data_size()Namhyung Kim1-6/+0
2015-05-27perf tools: Fix dso__data_read_offset() file openingNamhyung Kim1-27/+32
2015-05-18perf tools: Protect dso cache fd with a mutexNamhyung Kim1-26/+72
2015-05-18perf symbols: Protect dso cache tree using dso->lockNamhyung Kim1-7/+27
2015-05-18perf symbols: Protect dso symbol loading using a mutexNamhyung Kim1-0/+2
2015-04-29perf tools: Add member to struct dso for an instruction cacheAdrian Hunter1-0/+2
2015-03-24perf symbols: Save DSO loading errno to better report errorsArnaldo Carvalho de Melo1-0/+33
2015-03-23perf tools: Remove is_kmodule_extension functionJiri Olsa1-11/+0
2015-03-23perf tools: Remove compressed argument from is_kernel_moduleJiri Olsa1-4/+1
2015-03-23perf tools: Use kmod_path__parse in is_kernel_moduleJiri Olsa1-10/+6
2015-03-21perf tools: Add dsos__addnew functionJiri Olsa1-9/+12
2015-03-21perf tools: Add kmod_path__parse functionJiri Olsa1-0/+66
2015-03-21perf tools: Add lzma decompression support for kernel moduleJiri Olsa1-0/+3
2015-02-06perf symbols: debuglink should take symfs option into accountVictor Kamensky1-3/+3
2015-02-06perf tools: Fix a dso open fail messageNamhyung Kim1-1/+1
2015-01-29perf symbols: Convert lseek + read to preadNamhyung Kim1-5/+1
2014-11-05perf tools: Add gzip decompression support for kernel moduleNamhyung Kim1-8/+4
2014-11-04perf symbols: Preparation for compressed kernel module supportNamhyung Kim1-0/+75
2014-10-01perf symbols: Improve DSO long names lookup speed with rbtreeWaiman Long1-4/+66
2014-09-30perf symbols: Encapsulate dsos list head into struct dsosWaiman Long1-8/+9
2014-08-15perf util: Replace strerror with strerror_r for thread-safetyMasami Hiramatsu1-2/+6
2014-07-31perf symbols: Make sure --symfs usage includes the path separatorArnaldo Carvalho de Melo1-15/+13
2014-07-23perf tools: Add dso__type()Adrian Hunter1-0/+11
2014-07-23perf tools: Add dso__data_size()Adrian Hunter1-0/+22
2014-07-23perf tools: Add dso__data_status_seen()Adrian Hunter1-0/+12
2014-07-23perf tools: Record whether a dso has dataAdrian Hunter1-8/+15
2014-07-22perf tools: Fix incorrect fd error comparisonAdrian Hunter1-1/+1
2014-07-16perf symbols: Record whether a dso is 64-bitAdrian Hunter1-0/+1
2014-06-12perf tools: Add dso__data_* interface descriptonsJiri Olsa1-0/+59
2014-06-12perf tools: Allow to close dso fd in case of open failureJiri Olsa1-1/+22
2014-06-12perf tools: Add file size check and factor dso__data_read_offsetJiri Olsa1-15/+49
2014-06-12perf tools: Cache dso data file descriptorJiri Olsa1-2/+59
2014-06-12perf tools: Add global count of opened dso objectsJiri Olsa1-1/+7
2014-06-12perf tools: Add global list of opened dso objectsJiri Olsa1-2/+39
2014-06-12perf tools: Add data_fd into dso objectJiri Olsa1-4/+19
2014-06-12perf tools: Separate dso data related variablesJiri Olsa1-4/+4
2014-02-24perf symbols: Check return value of filename__read_debuglink()Stephane Eranian1-2/+2
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo1-6/+3
2013-12-17perf symbols: Use consistent name for the DSO binary type memberArnaldo Carvalho de Melo1-5/+5
2013-12-16perf symbols: Clarify method to get DSO binary_type filenameArnaldo Carvalho de Melo1-7/+7
2013-12-16perf symbols: Remove needless static binary_type arrayArnaldo Carvalho de Melo1-1/+1