| Commit message (Expand) | Author | Age | Files | Lines |
* | perf tools: Reference count struct dso | Arnaldo Carvalho de Melo | 2015-06-08 | 1 | -1/+1 |
* | perf machine: No need to have two DSOs lists | Arnaldo Carvalho de Melo | 2015-05-29 | 1 | -5/+1 |
* | perf tools: Reference count struct map | Arnaldo Carvalho de Melo | 2015-05-27 | 1 | -0/+2 |
* | perf symbols: Warn on build id mismatch | Naveen N. Rao | 2015-05-04 | 1 | -0/+1 |
* | perf probe ppc64le: Fix ppc64 ABIv2 symbol decoding | Ananth N Mavinakayanahalli | 2015-05-04 | 1 | -0/+4 |
* | perf probe ppc: Fix symbol fixup issues due to ELF type | Naveen N. Rao | 2015-05-04 | 1 | -2/+6 |
* | perf kmaps: Check kmaps to make code more robust | Wang Nan | 2015-04-08 | 1 | -5/+11 |
* | perf symbols: Save DSO loading errno to better report errors | Arnaldo Carvalho de Melo | 2015-03-24 | 1 | -10/+27 |
* | perf tools: Use kmod_path__parse in decompress_kmodule | Jiri Olsa | 2015-03-23 | 1 | -9/+11 |
* | perf symbols: Allow symbol alias when loading map for symbol name | Namhyung Kim | 2015-03-12 | 1 | -1/+2 |
* | Merge 'tip/perf/urgent' into perf/core to pick fixes | Arnaldo Carvalho de Melo | 2015-03-02 | 1 | -0/+5 |
|\ |
|
| * | perf symbols: Define EM_AARCH64 for older OSes | David Ahern | 2015-02-25 | 1 | -0/+5 |
* | | perf symbols: Define STT_GNU_IFUNC for glibc 2.9 and older. | Vinson Lee | 2015-02-11 | 1 | -0/+4 |
* | | perf symbols: Ignore mapping symbols on aarch64 | Victor Kamensky | 2015-02-06 | 1 | -4/+3 |
|/ |
|
* | perf symbols: Support to read compressed module from build-id cache | Namhyung Kim | 2015-01-29 | 1 | -5/+8 |
* | perf symbols: Move bfd_demangle stubbing to its only user | Arnaldo Carvalho de Melo | 2014-11-24 | 1 | -0/+21 |
* | perf symbols: Preparation for compressed kernel module support | Namhyung Kim | 2014-11-04 | 1 | -1/+34 |
* | perf symbols: Encapsulate dsos list head into struct dsos | Waiman Long | 2014-09-30 | 1 | -1/+6 |
* | perf symbols: Ignore stripped vmlinux and fallback to kallsyms | Anton Blanchard | 2014-09-17 | 1 | -0/+8 |
* | perf tools: Disable kernel symbol demangling by default | Avi Kivity | 2014-09-17 | 1 | -1/+6 |
* | perf symbols: Fix missing label symbols | Adrian Hunter | 2014-08-13 | 1 | -1/+1 |
* | perf symbols: Don't demangle parameters and such by default | Namhyung Kim | 2014-08-13 | 1 | -2/+5 |
* | perf tools: Add dso__type() | Adrian Hunter | 2014-07-23 | 1 | -0/+33 |
* | perf tools: Separate the VDSO map name from the VDSO dso name | Adrian Hunter | 2014-07-23 | 1 | -1/+1 |
* | perf symbols: Record whether a dso is 64-bit | Adrian Hunter | 2014-07-16 | 1 | -0/+3 |
* | perf symbols: Fix missing GNU IFUNC symbols | Adrian Hunter | 2014-07-16 | 1 | -1/+2 |
* | perf tools: Adjust symbols in VDSO | Vladimir Nikulichev | 2014-04-20 | 1 | -0/+2 |
* | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2014-03-11 | 1 | -3/+3 |
|\ |
|
| * | perf symbols: Fix crash in elf_section_by_name | Jiri Olsa | 2014-03-10 | 1 | -3/+3 |
* | | perf symbols: Check return value of filename__read_debuglink() | Stephane Eranian | 2014-02-24 | 1 | -0/+2 |
|/ |
|
* | perf symbols: Fix symbol annotation for relocated kernel | Adrian Hunter | 2014-01-31 | 1 | -0/+2 |
* | perf tools: Demangle kernel and kernel module symbols too | Avi Kivity | 2014-01-27 | 1 | -1/+1 |
* | perf symbols: Export elf_section_by_name and reuse | Masami Hiramatsu | 2014-01-16 | 1 | -3/+2 |
* | perf tools: Use zfree to help detect use after free bugs | Arnaldo Carvalho de Melo | 2013-12-27 | 1 | -1/+1 |
* | tools lib symbol: Start carving out symbol parsing routines from perf | Arnaldo Carvalho de Melo | 2013-12-13 | 1 | -0/+1 |
* | perf symbols: Fix a mmap and munmap mismatched bug | Chenggang Qin | 2013-10-14 | 1 | -5/+5 |
* | perf buildid-cache: Add ability to add kcore to the cache | Adrian Hunter | 2013-10-14 | 1 | -0/+366 |
* | perf symbols: Workaround objdump difficulties with kcore | Adrian Hunter | 2013-10-14 | 1 | -0/+229 |
* | tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT | Ingo Molnar | 2013-10-09 | 1 | -1/+1 |
* | Revert "perf symbols: Demangle cloned functions" | Ingo Molnar | 2013-09-29 | 1 | -26/+1 |
* | perf symbols: Demangle cloned functions | Andi Kleen | 2013-09-25 | 1 | -1/+26 |
* | perf tools: Fix compile with libelf without get_phdrnum | Adrian Hunter | 2013-09-19 | 1 | -0/+16 |
* | perf symbols: Add support for reading from /proc/kcore | Adrian Hunter | 2013-08-07 | 1 | -0/+51 |
* | perf tools: Make it possible to read object code from kernel modules | Adrian Hunter | 2013-08-07 | 1 | -1/+24 |
* | perf tools: Make it possible to read object code from vmlinux | Adrian Hunter | 2013-08-07 | 1 | -9/+91 |
* | perf report: Add --no-demangle option | Namhyung Kim | 2013-03-26 | 1 | -3/+6 |
* | perf symbols: Include elf.h header regardless LIBELF_SUPPORT | Namhyung Kim | 2013-01-24 | 1 | -3/+0 |
* | perf symbols: Ignore ABS symbols when loading data maps | Namhyung Kim | 2012-12-09 | 1 | -0/+11 |
* | perf symbols: Fix builds with NO_LIBELF set | David Ahern | 2012-08-20 | 1 | -0/+3 |
* | perf symbols: Use both runtime and debug images | Cody P Schafer | 2012-08-13 | 1 | -0/+5 |