summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/dso.c
Commit message (Expand)AuthorAgeFilesLines
* perf dso: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-02-121-1/+1
* perf tools: Remove ext from struct kmod_pathJiri Olsa2018-08-201-9/+1
* perf tools: Add is_compressed callback to compressions arrayJiri Olsa2018-08-201-3/+20
* perf tools: Move the temp file processing into decompress_kmoduleJiri Olsa2018-08-201-17/+12
* perf tools: Use compression id in decompress_kmodule()Jiri Olsa2018-08-201-21/+3
* perf tools: Store compression id into struct dsoJiri Olsa2018-08-201-1/+4
* perf tools: Add compression id into 'struct kmod_path'Jiri Olsa2018-08-201-7/+11
* perf tools: Make is_supported_compression() staticJiri Olsa2018-08-201-1/+1
* perf tools: Make decompress_to_file() function staticJiri Olsa2018-08-201-1/+1
* perf tools: Get rid of dso__needs_decompress() call in __open_dso()Jiri Olsa2018-08-201-1/+3
* perf tools: Fix symbol and object code resolution for vdso32 and vdsox32Adrian Hunter2018-06-061-0/+2
* perf symbols: Unify symbol mapsArnaldo Carvalho de Melo2018-04-271-21/+13
* perf symbols: Using O_CLOEXEC in do_openWang YanQing2018-01-231-1/+1
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | perf report: Cache srclines for callchain nodesMilian Wolff2017-10-251-0/+2
* | perf callchain: Create real callchain entries for inlined framesMilian Wolff2017-10-241-0/+5
* | perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo2017-09-211-6/+6
* | perf tools: Make copyfile_offset() staticArnaldo Carvalho de Melo2017-09-131-0/+1
|/
* perf buildid-cache: Cache debuginfoKrister Johansen2017-07-181-1/+7
* perf buildid-cache: Support binary objects from other namespacesKrister Johansen2017-07-181-1/+11
* perf symbols: Find symbols in different mount namespaceKrister Johansen2017-07-181-0/+1
* perf tools: Consolidate error path in __open_dso()Namhyung Kim2017-06-081-11/+8
* perf tools: Decompress kernel module when reading DSO dataNamhyung Kim2017-06-081-0/+16
* perf tools: Introduce dso__decompress_kmodule_{fd,path}Namhyung Kim2017-06-081-0/+58
* perf tools: Fix a memory leak in __open_dso()Namhyung Kim2017-06-081-1/+3
* perf symbols: Set module info when build-id event foundNamhyung Kim2017-06-051-0/+15
* perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo2017-04-241-0/+3
* perf tools: Add compress.h for the *_decompress_to_file() headersArnaldo Carvalho de Melo2017-04-241-0/+1
* perf tools: Move path related functions to util/path.hArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo2017-04-191-0/+1
* perf dso: Convert dso.refcnt from atomic_t to refcount_tElena Reshetova2017-03-031-3/+3
* 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