开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
symbol-elf.c
Age
Commit message (
Expand
)
Author
2013-08-07
perf symbols: Add support for reading from /proc/kcore
Adrian Hunter
2013-08-07
perf tools: Make it possible to read object code from kernel modules
Adrian Hunter
2013-08-07
perf tools: Make it possible to read object code from vmlinux
Adrian Hunter
2013-03-26
perf report: Add --no-demangle option
Namhyung Kim
2013-01-24
perf symbols: Include elf.h header regardless LIBELF_SUPPORT
Namhyung Kim
2012-12-09
perf symbols: Ignore ABS symbols when loading data maps
Namhyung Kim
2012-08-20
perf symbols: Fix builds with NO_LIBELF set
David Ahern
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: Set symtab_type in dso__load_sym
Cody P Schafer
2012-08-13
perf symbols: Introduce symsrc structure.
Cody P Schafer
2012-08-13
perf symbols: Avoid segfault in elf_strptr
Cody P Schafer
2012-08-13
perf symbols: Don't try to synthesize plt without dynstr
Cody P Schafer
2012-08-13
perf symbols: Only un-prelink non-zero symbols
Cody P Schafer
2012-08-09
perf symbols: Split out util/symbol-elf.c
Namhyung Kim