summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/dso.c
AgeCommit message (Expand)AuthorLines
2016-09-20perf symbols: Do not open device filesJiri Olsa-0/+3
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo-3/+3
2016-06-30perf tools: Allow to reset open files counterJiri Olsa-6/+16
2016-05-20perf tools: Set buildid dir under symfs when --symfs is providedHe Kuang-3/+1
2016-05-16perf symbols: Store vdso buildid unconditionallyHe Kuang-1/+2
2016-05-11perf tools: Use SBUILD_ID_SIZE where applicableMasami Hiramatsu-2/+2
2016-01-26perf symbols: Do not read symbols/data from device filesJiri Olsa-0/+5
2015-11-19perf tools: Fix __dsos__addnew to put dso after adding it to the listMasami Hiramatsu-0/+2
2015-11-13perf symbols: Fix dso lookup by long name and missing buildidsAdrian Hunter-0/+17
2015-06-08perf tools: Reference count struct dsoArnaldo Carvalho de Melo-1/+36
2015-06-08perf tools: Protect accesses the dso rbtrees/lists with a rw lockArnaldo Carvalho de Melo-14/+38
2015-06-03perf tools: Deal with kernel module names in '[]' correctlyWang Nan-5/+42
2015-05-29perf machine: Introduce machine__findnew_dso() methodArnaldo Carvalho de Melo-1/+1
2015-05-29perf machine: No need to have two DSOs listsArnaldo Carvalho de Melo-1/+1
2015-05-29perf machine: Adopt findnew_kernel methodArnaldo Carvalho de Melo-2/+2
2015-05-27perf tools: Add dso__data_get/put_fd()Namhyung Kim-9/+22
2015-05-27perf tools: Get rid of dso__data_fd() from dso__data_size()Namhyung Kim-6/+0
2015-05-27perf tools: Fix dso__data_read_offset() file openingNamhyung Kim-27/+32
2015-05-18perf tools: Protect dso cache fd with a mutexNamhyung Kim-26/+72
2015-05-18perf symbols: Protect dso cache tree using dso->lockNamhyung Kim-7/+27
2015-05-18perf symbols: Protect dso symbol loading using a mutexNamhyung Kim-0/+2
2015-04-29perf tools: Add member to struct dso for an instruction cacheAdrian Hunter-0/+2
2015-03-24perf symbols: Save DSO loading errno to better report errorsArnaldo Carvalho de Melo-0/+33
2015-03-23perf tools: Remove is_kmodule_extension functionJiri Olsa-11/+0
2015-03-23perf tools: Remove compressed argument from is_kernel_moduleJiri Olsa-4/+1
2015-03-23perf tools: Use kmod_path__parse in is_kernel_moduleJiri Olsa-10/+6
2015-03-21perf tools: Add dsos__addnew functionJiri Olsa-9/+12
2015-03-21perf tools: Add kmod_path__parse functionJiri Olsa-0/+66
2015-03-21perf tools: Add lzma decompression support for kernel moduleJiri Olsa-0/+3
2015-02-06perf symbols: debuglink should take symfs option into accountVictor Kamensky-3/+3
2015-02-06perf tools: Fix a dso open fail messageNamhyung Kim-1/+1
2015-01-29perf symbols: Convert lseek + read to preadNamhyung Kim-5/+1
2014-11-05perf tools: Add gzip decompression support for kernel moduleNamhyung Kim-8/+4
2014-11-04perf symbols: Preparation for compressed kernel module supportNamhyung Kim-0/+75
2014-10-01perf symbols: Improve DSO long names lookup speed with rbtreeWaiman Long-4/+66
2014-09-30perf symbols: Encapsulate dsos list head into struct dsosWaiman Long-8/+9
2014-08-15perf util: Replace strerror with strerror_r for thread-safetyMasami Hiramatsu-2/+6
2014-07-31perf symbols: Make sure --symfs usage includes the path separatorArnaldo Carvalho de Melo-15/+13
2014-07-23perf tools: Add dso__type()Adrian Hunter-0/+11
2014-07-23perf tools: Add dso__data_size()Adrian Hunter-0/+22
2014-07-23perf tools: Add dso__data_status_seen()Adrian Hunter-0/+12
2014-07-23perf tools: Record whether a dso has dataAdrian Hunter-8/+15
2014-07-22perf tools: Fix incorrect fd error comparisonAdrian Hunter-1/+1
2014-07-16perf symbols: Record whether a dso is 64-bitAdrian Hunter-0/+1
2014-06-12perf tools: Add dso__data_* interface descriptonsJiri Olsa-0/+59
2014-06-12perf tools: Allow to close dso fd in case of open failureJiri Olsa-1/+22
2014-06-12perf tools: Add file size check and factor dso__data_read_offsetJiri Olsa-15/+49
2014-06-12perf tools: Cache dso data file descriptorJiri Olsa-2/+59
2014-06-12perf tools: Add global count of opened dso objectsJiri Olsa-1/+7
2014-06-12perf tools: Add global list of opened dso objectsJiri Olsa-2/+39