summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/dso.c
Commit message (Expand)AuthorAgeFilesLines
* perf symbols: Do not read symbols/data from device filesJiri Olsa2016-01-261-0/+5
* perf tools: Fix __dsos__addnew to put dso after adding it to the listMasami Hiramatsu2015-11-191-0/+2
* perf symbols: Fix dso lookup by long name and missing buildidsAdrian Hunter2015-11-131-0/+17
* perf tools: Reference count struct dsoArnaldo Carvalho de Melo2015-06-081-1/+36
* perf tools: Protect accesses the dso rbtrees/lists with a rw lockArnaldo Carvalho de Melo2015-06-081-14/+38
* perf tools: Deal with kernel module names in '[]' correctlyWang Nan2015-06-031-5/+42
* perf machine: Introduce machine__findnew_dso() methodArnaldo Carvalho de Melo2015-05-291-1/+1
* perf machine: No need to have two DSOs listsArnaldo Carvalho de Melo2015-05-291-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-9/+22
* perf tools: Get rid of dso__data_fd() from dso__data_size()Namhyung Kim2015-05-271-6/+0Star
* perf tools: Fix dso__data_read_offset() file openingNamhyung Kim2015-05-271-27/+32
* perf tools: Protect dso cache fd with a mutexNamhyung Kim2015-05-181-26/+72
* perf symbols: Protect dso cache tree using dso->lockNamhyung Kim2015-05-181-7/+27
* perf symbols: Protect dso symbol loading using a mutexNamhyung Kim2015-05-181-0/+2
* perf tools: Add member to struct dso for an instruction cacheAdrian Hunter2015-04-291-0/+2
* perf symbols: Save DSO loading errno to better report errorsArnaldo Carvalho de Melo2015-03-241-0/+33
* perf tools: Remove is_kmodule_extension functionJiri Olsa2015-03-231-11/+0Star
* perf tools: Remove compressed argument from is_kernel_moduleJiri Olsa2015-03-231-4/+1Star
* perf tools: Use kmod_path__parse in is_kernel_moduleJiri Olsa2015-03-231-10/+6Star
* perf tools: Add dsos__addnew functionJiri Olsa2015-03-211-9/+12
* perf tools: Add kmod_path__parse functionJiri Olsa2015-03-211-0/+66
* perf tools: Add lzma decompression support for kernel moduleJiri Olsa2015-03-211-0/+3
* perf symbols: debuglink should take symfs option into accountVictor Kamensky2015-02-061-3/+3
* perf tools: Fix a dso open fail messageNamhyung Kim2015-02-061-1/+1
* perf symbols: Convert lseek + read to preadNamhyung Kim2015-01-291-5/+1Star
* perf tools: Add gzip decompression support for kernel moduleNamhyung Kim2014-11-051-8/+4Star
* perf symbols: Preparation for compressed kernel module supportNamhyung Kim2014-11-041-0/+75
* perf symbols: Improve DSO long names lookup speed with rbtreeWaiman Long2014-10-011-4/+66
* perf symbols: Encapsulate dsos list head into struct dsosWaiman Long2014-09-301-8/+9
* perf util: Replace strerror with strerror_r for thread-safetyMasami Hiramatsu2014-08-151-2/+6
* perf symbols: Make sure --symfs usage includes the path separatorArnaldo Carvalho de Melo2014-07-311-15/+13Star
* perf tools: Add dso__type()Adrian Hunter2014-07-231-0/+11
* perf tools: Add dso__data_size()Adrian Hunter2014-07-231-0/+22
* perf tools: Add dso__data_status_seen()Adrian Hunter2014-07-231-0/+12
* perf tools: Record whether a dso has dataAdrian Hunter2014-07-231-8/+15
* perf tools: Fix incorrect fd error comparisonAdrian Hunter2014-07-221-1/+1
* 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/+59
* perf tools: Allow to close dso fd in case of open failureJiri Olsa2014-06-121-1/+22
* perf tools: Add file size check and factor dso__data_read_offsetJiri Olsa2014-06-121-15/+49
* perf tools: Cache dso data file descriptorJiri Olsa2014-06-121-2/+59
* perf tools: Add global count of opened dso objectsJiri Olsa2014-06-121-1/+7
* perf tools: Add global list of opened dso objectsJiri Olsa2014-06-121-2/+39
* perf tools: Add data_fd into dso objectJiri Olsa2014-06-121-4/+19
* perf tools: Separate dso data related variablesJiri Olsa2014-06-121-4/+4
* perf symbols: Check return value of filename__read_debuglink()Stephane Eranian2014-02-241-2/+2
* perf tools: Introduce zfreeArnaldo Carvalho de Melo2013-12-271-6/+3Star
* perf symbols: Use consistent name for the DSO binary type memberArnaldo Carvalho de Melo2013-12-171-5/+5
* perf symbols: Clarify method to get DSO binary_type filenameArnaldo Carvalho de Melo2013-12-161-7/+7