index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
symbol-minimal.c
Age
Commit message (
Expand
)
Author
2018-04-27
perf symbols: Unify symbol maps
Arnaldo Carvalho de Melo
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-08-11
perf util: Take elf_name as const string in dso__demangle_sym
Milian Wolff
2017-04-19
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
2017-03-27
perf report: Find the inline stack for a given address
Jin Yao
2016-09-05
perf symbols: Remove symbol_filter_t machinery
Arnaldo Carvalho de Melo
2015-10-28
perf symbols: Fix type error when reading a build-id
Dima Kogan
2015-03-24
perf symbols: Save DSO loading errno to better report errors
Arnaldo Carvalho de Melo
2014-12-17
perf symbols: Fix use after free in filename__read_build_id
Mitchell Krome
2014-11-19
perf symbols: Fallback to kallsyms when using the minimal 'ELF' loader
Arnaldo Carvalho de Melo
2014-07-23
perf tools: Add dso__type()
Adrian Hunter
2014-07-16
perf symbols: Record whether a dso is 64-bit
Adrian Hunter
2013-12-27
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
2013-12-04
perf symbols: Fix random fd closing with no libelf
Adrian Hunter
2013-10-14
perf buildid-cache: Add ability to add kcore to the cache
Adrian Hunter
2013-10-14
perf symbols: Workaround objdump difficulties with kcore
Adrian Hunter
2013-08-07
perf symbols: Add support for reading from /proc/kcore
Adrian Hunter
2013-01-24
perf symbols: Include elf.h header regardless LIBELF_SUPPORT
Namhyung Kim
2012-09-11
perf tools: Use __maybe_used for unused variables
Irina Tirdea
2012-08-13
perf symbols: Use both runtime and debug images
Cody P Schafer
2012-08-13
perf symbols: Convert dso__load_syms to take 2 symsrc's
Cody P Schafer
2012-08-13
perf symbols: Factor want_symtab out of dso__load_sym()
Cody P Schafer
2012-08-13
perf symbols: Switch dso__synthesize_plt_symbols() to use symsrc
Cody P Schafer
2012-08-13
perf symbols: Introduce symsrc structure.
Cody P Schafer
2012-08-09
perf symbols: Implement poor man's ELF parser
Namhyung Kim
2012-08-09
perf symbols: Support minimal build without libelf
Namhyung Kim