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