summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/dso.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-281-1/+1
|\
| * perf utils: Check verbose flag properlyNamhyung Kim2017-02-201-1/+1
* | scripts/spelling.txt: add "an one" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
|/
* perf unwind: Fix looking up dwarf unwind stack infoMatija Glavinic Pecotic2017-01-181-11/+37
* perf symbols: Do not open device filesJiri Olsa2016-09-201-0/+3
* tools: Introduce str_error_r()Arnaldo Carvalho de Melo2016-07-121-3/+3
* perf tools: Allow to reset open files counterJiri Olsa2016-06-301-6/+16
* perf tools: Set buildid dir under symfs when --symfs is providedHe Kuang2016-05-201-3/+1
* perf symbols: Store vdso buildid unconditionallyHe Kuang2016-05-161-1/+2
* perf tools: Use SBUILD_ID_SIZE where applicableMasami Hiramatsu2016-05-111-2/+2
* 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/+0
* 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/+0
* perf tools: Remove compressed argument from is_kernel_moduleJiri Olsa2015-03-231-4/+1
* perf tools: Use kmod_path__parse in is_kernel_moduleJiri Olsa2015-03-231-10/+6
* 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/+1
* perf tools: Add gzip decompression support for kernel moduleNamhyung Kim2014-11-051-8/+4
* 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/+13
* 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