index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
symbol-minimal.c
Age
Commit message (
Expand
)
Author
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