summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/dso.h
Commit message (Expand)AuthorAgeFilesLines
* perf symbols: Introduce DSO_BINARY_TYPE__BPF_PROG_INFOSong Liu2019-03-191-0/+8
* perf symbols: Use cached rbtreesDavidlohr Bueso2019-01-251-3/+3
* perf callchain: Use cached rbtreesDavidlohr Bueso2019-01-251-2/+2
* perf namespaces: Remove namespaces.h from .h headersArnaldo Carvalho de Melo2019-01-251-1/+1
* perf symbols: Remove include map.h from dso.hArnaldo Carvalho de Melo2019-01-251-1/+3
* perf tools: Remove duplicate headersBrajeswar Ghosh2019-01-211-1/+0Star
* perf dso: Export data_file_size() method there are no symbolsAdrian Hunter2018-12-181-0/+1
* perf tools: Remove ext from struct kmod_pathJiri Olsa2018-08-201-5/+3Star
* perf tools: Store compression id into struct dsoJiri Olsa2018-08-201-0/+1
* perf tools: Add compression id into 'struct kmod_path'Jiri Olsa2018-08-201-1/+1
* perf tools: Make is_supported_compression() staticJiri Olsa2018-08-201-1/+0Star
* perf tools: Make decompress_to_file() function staticJiri Olsa2018-08-201-1/+0Star
* perf symbols: Unify symbol mapsArnaldo Carvalho de Melo2018-04-271-19/+17Star
* perf dso: Add dso__has_symbols() methodArnaldo Carvalho de Melo2018-04-261-0/+5
* 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/+1
* | perf callchain: Create real callchain entries for inlined framesMilian Wolff2017-10-241-0/+1
* | perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo2017-09-211-2/+2
|/
* perf buildid-cache: Cache debuginfoKrister Johansen2017-07-191-0/+1
* perf symbols: Find symbols in different mount namespaceKrister Johansen2017-07-191-0/+2
* perf tools: Introduce dso__decompress_kmodule_{fd,path}Namhyung Kim2017-06-081-0/+6
* perf symbols: Set module info when build-id event foundNamhyung Kim2017-06-051-0/+3
* perf dso: Convert dso.refcnt from atomic_t to refcount_tElena Reshetova2017-03-031-2/+2
* perf tools: Uninline scnprintf() and vscnprint()Arnaldo Carvalho de Melo2016-07-121-0/+1
* perf tools: Allow to reset open files counterJiri Olsa2016-06-301-0/+2
* perf buildid-cache: Use path/to/bin/buildid/elf instead of path/to/bin/buildidMasami Hiramatsu2016-05-301-0/+5
* perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo2016-03-231-1/+1
* perf symbols: Record text offset in dso to calculate objdump addressWang Nan2016-03-181-0/+1
* perf symbols: Fix dso lookup by long name and missing buildidsAdrian Hunter2015-11-131-0/+1
* perf annotate: Reset the dso find_symbol cache when removing symbolsArnaldo Carvalho de Melo2015-08-241-0/+2
* perf symbols: Add front end cache for DSO symbol lookupArnaldo Carvalho de Melo2015-07-231-0/+4
* perf tools: Reference count struct dsoArnaldo Carvalho de Melo2015-06-081-1/+13
* perf tools: Protect accesses the dso rbtrees/lists with a rw lockArnaldo Carvalho de Melo2015-06-081-3/+7
* perf tools: Deal with kernel module names in '[]' correctlyWang Nan2015-06-031-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-4/+9
* perf symbols: Protect dso symbol loading using a mutexNamhyung Kim2015-05-181-0/+1
* perf tools: Add member to struct dso for an instruction cacheAdrian Hunter2015-04-291-0/+3
* perf symbols: Save DSO loading errno to better report errorsArnaldo Carvalho de Melo2015-03-241-0/+28
* perf tools: Remove is_kmodule_extension functionJiri Olsa2015-03-231-1/+0Star
* perf tools: Remove compressed argument from is_kernel_moduleJiri Olsa2015-03-231-1/+1
* perf tools: Add dsos__addnew functionJiri Olsa2015-03-211-0/+1
* perf tools: Add kmod_path__parse functionJiri Olsa2015-03-211-0/+14
* perf callchain: Separate eh/debug frame offset cache.Wang Nan2015-03-191-1/+2
* perf callchain: Cache eh/debug frame offset for dwarf unwindNamhyung Kim2015-01-291-0/+1
* perf symbols: Preparation for compressed kernel module supportNamhyung Kim2014-11-041-0/+7
* perf tools: Add facility to export data in database-friendly wayAdrian Hunter2014-10-291-0/+5
* perf tools powerpc: Cache the DWARF debug infoSukadev Bhattiprolu2014-10-291-0/+1
* perf symbols: Improve DSO long names lookup speed with rbtreeWaiman Long2014-10-011-1/+4