aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/symbol-minimal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo1-2/+1
2019-08-31perf symbols: Move symsrc prototypes to a separate headerArnaldo Carvalho de Melo1-0/+2
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-07-09perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo1-0/+1
2019-01-25perf symbols: Remove some unnecessary includes from symbol.hArnaldo Carvalho de Melo1-0/+1
2018-04-27perf symbols: Unify symbol mapsArnaldo Carvalho de Melo1-2/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-11perf util: Take elf_name as const string in dso__demangle_symMilian Wolff1-1/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-03-27perf report: Find the inline stack for a given addressJin Yao1-0/+7
2016-09-05perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo1-3/+1
2015-10-28perf symbols: Fix type error when reading a build-idDima Kogan1-1/+1
2015-03-24perf symbols: Save DSO loading errno to better report errorsArnaldo Carvalho de Melo1-3/+4
2014-12-17perf symbols: Fix use after free in filename__read_build_idMitchell Krome1-2/+6
2014-11-19perf symbols: Fallback to kallsyms when using the minimal 'ELF' loaderArnaldo Carvalho de Melo1-1/+0
2014-07-23perf tools: Add dso__type()Adrian Hunter1-0/+21
2014-07-16perf symbols: Record whether a dso is 64-bitAdrian Hunter1-0/+22
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo1-1/+2
2013-12-04perf symbols: Fix random fd closing with no libelfAdrian Hunter1-0/+1
2013-10-14perf buildid-cache: Add ability to add kcore to the cacheAdrian Hunter1-0/+6
2013-10-14perf symbols: Workaround objdump difficulties with kcoreAdrian Hunter1-0/+9
2013-08-07perf symbols: Add support for reading from /proc/kcoreAdrian Hunter1-0/+7
2013-01-24perf symbols: Include elf.h header regardless LIBELF_SUPPORTNamhyung Kim1-1/+0
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-12/+16
2012-08-13perf symbols: Use both runtime and debug imagesCody P Schafer1-0/+6
2012-08-13perf symbols: Convert dso__load_syms to take 2 symsrc'sCody P Schafer1-0/+1
2012-08-13perf symbols: Factor want_symtab out of dso__load_sym()Cody P Schafer1-2/+6
2012-08-13perf symbols: Switch dso__synthesize_plt_symbols() to use symsrcCody P Schafer1-1/+2
2012-08-13perf symbols: Introduce symsrc structure.Cody P Schafer1-3/+27
2012-08-09perf symbols: Implement poor man's ELF parserNamhyung Kim1-7/+235
2012-08-09perf symbols: Support minimal build without libelfNamhyung Kim1-0/+39