aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/dso.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-27scripts/spelling.txt: add "an one" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-01-18perf unwind: Fix looking up dwarf unwind stack infoMatija Glavinic Pecotic1-11/+37
2016-09-20perf symbols: Do not open device filesJiri Olsa1-0/+3
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo1-3/+3
2016-06-30perf tools: Allow to reset open files counterJiri Olsa1-6/+16
2016-05-20perf tools: Set buildid dir under symfs when --symfs is providedHe Kuang1-3/+1
2016-05-16perf symbols: Store vdso buildid unconditionallyHe Kuang1-1/+2
2016-05-11perf tools: Use SBUILD_ID_SIZE where applicableMasami Hiramatsu1-2/+2
2016-01-26perf symbols: Do not read symbols/data from device filesJiri Olsa1-0/+5
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