| Age | Commit message (Expand) | Author | Files | Lines |
| 9 days | perf symbol-elf: Add missing puts on error path | Ian Rogers | 1 | -1/+4 |
| 2025-11-26 | perf tools: Don't read build-ids from non-regular files | James Clark | 1 | -6/+7 |
| 2025-10-02 | perf libbfd: Move libbfd functionality to its own file | Ian Rogers | 1 | -90/+10 |
| 2025-09-04 | perf symbol-elf: Add support for the block argument for libbfd | Ian Rogers | 1 | -3/+7 |
| 2025-08-25 | perf symbol: Add blocking argument to filename__read_build_id | Ian Rogers | 1 | -4/+5 |
| 2025-06-06 | Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+6 |
| 2025-06-05 | perf symbols: Ignore mapping symbols on riscv | Haibo Xu | 1 | -0/+6 |
| 2025-05-28 | perf symbol: Move demangling code out of symbol-elf.c | Ian Rogers | 1 | -89/+3 |
| 2025-05-09 | perf test demangle-rust: Add Rust demangling test | Ian Rogers | 1 | -1/+1 |
| 2025-05-09 | perf symbol-elf: Integrate rust-v0 demangling | Ian Rogers | 1 | -13/+34 |
| 2025-03-20 | perf dso: Add support for reading the e_machine type for a dso | Ian Rogers | 1 | -27/+0 |
| 2025-03-10 | perf symbol: Support .gnu_debugdata for symbols | Stephen Brennan | 1 | -2/+104 |
| 2025-01-10 | perf symbol-elf: Avoid a weak cxx_demangle_sym function | Ian Rogers | 1 | -2/+4 |
| 2024-05-06 | perf symbol-elf: dso__load_sym_internal() reference count fixes | Ian Rogers | 1 | -26/+25 |
| 2024-05-06 | perf dso: Add reference count checking and accessor functions | Ian Rogers | 1 | -47/+47 |
| 2024-02-12 | perf maps: Get map before returning in maps__find_by_name | Ian Rogers | 1 | -1/+3 |
| 2024-02-08 | perf symbols: Slightly improve module file executable section mappings | Adrian Hunter | 1 | -2/+73 |
| 2023-12-06 | perf map: Simplify map_ip/unmap_ip and make 'struct map' smaller | Ian Rogers | 1 | -4/+2 |
| 2023-10-04 | tools/perf: Add text_end to "struct dso" to save .text section size | Athira Rajeev | 1 | -1/+3 |
| 2023-08-11 | perf symbols: Fix DSO kernel load and symbol process to correctly map DSO to ... | Athira Rajeev | 1 | -0/+2 |
| 2023-06-22 | perf symbol: Add LoongArch case in get_plt_sizes() | Tiezhu Yang | 1 | -0/+8 |
| 2023-06-12 | perf symbol-elf: Correct holding a reference | Ian Rogers | 1 | -2/+2 |
| 2023-05-26 | perf build: Don't compile demangle-cxx.cpp if not necessary | Ian Rogers | 1 | -0/+27 |
| 2023-05-07 | Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -53/+41 |
| 2023-05-02 | perf symbols: Fix return incorrect build_id size in elf_read_build_id() | Yang Jihong | 1 | -1/+1 |
| 2023-04-19 | perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne... | Arnaldo Carvalho de Melo | 1 | -13/+13 |
| 2023-04-12 | perf symbol: Use zfree() to reduce chances of use after free | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2023-04-08 | ELF: fix all "Elf" typos | Alexey Dobriyan | 1 | -1/+1 |
| 2023-04-06 | perf map: Rename map_ip() and unmap_ip() | Ian Rogers | 1 | -2/+2 |
| 2023-04-04 | perf map: Add accessor for start and end | Ian Rogers | 1 | -4/+4 |
| 2023-04-04 | perf map: Add accessor for dso | Ian Rogers | 1 | -1/+1 |
| 2023-04-04 | perf maps: Add functions to access maps | Ian Rogers | 1 | -1/+1 |
| 2023-04-04 | perf maps: Remove rb_node from struct map | Ian Rogers | 1 | -2/+7 |
| 2023-04-04 | perf symbols: Fix unaligned access in get_x86_64_plt_disp() | Adrian Hunter | 1 | -1/+4 |
| 2023-04-04 | perf symbols: Fix use-after-free in get_plt_got_name() | Adrian Hunter | 1 | -1/+4 |
| 2023-03-14 | perf symbol: Add abi::__cxa_demangle C++ demangling support | Ian Rogers | 1 | -30/+7 |
| 2023-02-02 | perf symbols: Get symbols for .plt.got for x86-64 | Adrian Hunter | 1 | -4/+157 |
| 2023-02-02 | perf symbols: Start adding support for .plt.got for x86 | Adrian Hunter | 1 | -0/+29 |
| 2023-02-01 | perf symbols: Allow for static executables with .plt | Adrian Hunter | 1 | -10/+20 |
| 2023-02-01 | perf symbols: Allow for .plt without header | Adrian Hunter | 1 | -1/+15 |
| 2023-02-01 | perf symbols: Add support for IFUNC symbols for x86_64 | Adrian Hunter | 1 | -1/+37 |
| 2023-02-01 | perf symbols: Sort plt relocations for x86 | Adrian Hunter | 1 | -3/+57 |
| 2023-02-01 | perf symbols: Add support for x86 .plt.sec | Adrian Hunter | 1 | -7/+23 |
| 2023-02-01 | perf symbols: Correct plt entry sizes for x86 | Adrian Hunter | 1 | -4/+13 |
| 2023-01-22 | perf symbols: Check SHT_RELA and SHT_REL type earlier | Adrian Hunter | 1 | -27/+27 |
| 2023-01-22 | perf symbols: Combine handling for SHT_RELA and SHT_REL | Adrian Hunter | 1 | -48/+27 |
| 2023-01-22 | perf symbols: Allow for .plt entries with no symbol | Adrian Hunter | 1 | -4/+10 |
| 2023-01-22 | perf symbols: Add symbol for .plt header | Adrian Hunter | 1 | -5/+21 |
| 2023-01-22 | perf symbols: Do not check ss->dynsym twice | Adrian Hunter | 1 | -3/+0 |
| 2023-01-22 | perf symbols: Slightly simplify 'err' usage in dso__synthesize_plt_symbols() | Adrian Hunter | 1 | -5/+3 |
| 2023-01-22 | perf symbols: Check plt_entry_size is not zero | Adrian Hunter | 1 | -7/+11 |
| 2023-01-22 | perf symbols: Factor out get_plt_sizes() | Adrian Hunter | 1 | -26/+28 |
| 2022-12-21 | perf symbol: Add filename__has_section() | Namhyung Kim | 1 | -0/+28 |
| 2022-11-24 | perf symbol: correction while adjusting symbol | Ajay Kaher | 1 | -1/+1 |
| 2022-09-21 | perf kcore_copy: Do not check /proc/modules is unchanged | Adrian Hunter | 1 | -5/+2 |
| 2022-08-01 | perf symbol: Fail to read phdr workaround | Ian Rogers | 1 | -7/+20 |
| 2022-07-27 | perf symbol: Skip symbols if SHF_ALLOC flag is not set | Leo Yan | 1 | -0/+11 |
| 2022-07-27 | perf symbol: Correct address for bss symbols | Leo Yan | 1 | -4/+41 |
| 2022-04-28 | perf symbol: Pass is_kallsyms to symbols__fixup_end() | Namhyung Kim | 1 | -1/+1 |
| 2021-07-07 | perf top: Fix overflow in elf_sec__is_text() | Riccardo Mancini | 1 | -3/+14 |
| 2021-07-07 | perf symbol-elf: Decode dynsym even if symtab exists | Masami Hiramatsu | 1 | -28/+54 |
| 2021-06-04 | perf symbol-elf: Fix memory leak by freeing sdt_note.args | Riccardo Mancini | 1 | -0/+1 |
| 2021-03-23 | perf tools: Fix various typos in comments | Ingo Molnar | 1 | -1/+1 |
| 2021-02-17 | perf tools: Add OCaml demangling | Fabian Hemmer | 1 | -2/+7 |
| 2021-02-17 | perf symbols: Resolve symbols against debug file first | Jiri Slaby | 1 | -1/+15 |
| 2020-12-17 | perf tools: Add support to read build id from compressed elf | Jiri Olsa | 1 | -2/+35 |
| 2020-10-14 | perf tools: Pass build_id object to dso__build_id_equal() | Jiri Olsa | 1 | -2/+6 |
| 2020-10-14 | perf tools: Pass build id object to sysfs__read_build_id() | Jiri Olsa | 1 | -6/+5 |
| 2020-10-14 | perf tools: Pass build_id object to filename__read_build_id() | Jiri Olsa | 1 | -6/+10 |
| 2020-09-04 | perf dso: Use libbfd to read build_id and .gnu_debuglink section | Remi Bernon | 1 | -3/+77 |
| 2020-08-13 | perf tools: Fix module symbol processing | Jiri Olsa | 1 | -3/+3 |
| 2020-08-13 | perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type' | Jiri Olsa | 1 | -1/+1 |
| 2020-05-28 | perf kcore_copy: Fix module map when there are no modules loaded | Adrian Hunter | 1 | -0/+7 |
| 2020-03-23 | perf symbols: Consolidate symbol fixup issue | Leo Yan | 1 | -2/+8 |
| 2019-12-20 | perf map: Set kmap->kmaps backpointer for main kernel map chunks | Arnaldo Carvalho de Melo | 1 | -0/+3 |
| 2019-11-26 | perf maps: Rename map_groups.h to maps.h | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-11-26 | perf maps: Merge 'struct maps' with 'struct map_groups' | Arnaldo Carvalho de Melo | 1 | -7/+7 |
| 2019-11-12 | perf symbols: Stop using map->groups, we can use kmaps instead | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-09-25 | perf copyfile: Move copyfile routines to separate files | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-09-20 | perf symbols: Add missing dso.h header | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-09-20 | perf tools: Remove util.h from where it is not needed | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2019-08-31 | perf symbols: Move symsrc prototypes to a separate header | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-31 | perf symbol: Move C++ demangle defines to the only file using it | Arnaldo Carvalho de Melo | 1 | -0/+6 |
| 2019-07-09 | perf tools: Use list_del_init() more thorougly | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2019-07-09 | perf tools: Use zfree() where applicable | Arnaldo Carvalho de Melo | 1 | -5/+5 |
| 2019-07-09 | tools lib: Adopt zalloc()/zfree() from tools/perf | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-07-09 | perf tools: Add missing headers, mostly stdlib.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-06-25 | tools perf: Move from sane_ctype.h obtained from git to the Linux's original | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-06-25 | perf symbols: We need util.h in symbol-elf.c for zfree() | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-06-05 | perf symbols: Remove unused variable 'err' | Leo Yan | 1 | -2/+1 |
| 2019-02-09 | Merge tag 'perf-core-for-mingo-5.1-20190206' of git://git.kernel.org/pub/scm/... | Ingo Molnar | 1 | -0/+2 |
| 2019-02-06 | perf map: Move structs and prototypes for map groups to a separate header | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-02-06 | pref tools: Add missing map.h includes | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-02-04 | perf symbols: Filter out hidden symbols from labels | Jiri Olsa | 1 | -1/+8 |
| 2019-02-04 | perf symbols: Add fallback definitions for GELF_ST_VISIBILITY() | Arnaldo Carvalho de Melo | 1 | -0/+14 |
| 2018-11-03 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+11 |
| 2018-10-18 | perf symbols: Set PLT entry/header sizes properly on Sparc | David Miller | 1 | -1/+11 |
| 2018-09-24 | perf probe: Support SDT markers having reference counter (semaphore) | Ravi Bangoria | 1 | -12/+34 |
| 2018-05-23 | perf kcore_copy: Amend the offset of sections that remap kernel text | Adrian Hunter | 1 | -2/+51 |
| 2018-05-23 | perf kcore_copy: Copy x86 PTI entry trampoline sections | Adrian Hunter | 1 | -0/+42 |
| 2018-05-23 | perf kcore_copy: Get rid of kernel_map | Adrian Hunter | 1 | -18/+52 |
| 2018-05-23 | perf kcore_copy: Iterate phdrs | Adrian Hunter | 1 | -15/+10 |
| 2018-05-23 | perf kcore_copy: Layout sections | Adrian Hunter | 1 | -3/+22 |
| 2018-05-23 | perf kcore_copy: Calculate offset from phnum | Adrian Hunter | 1 | -1/+5 |
| 2018-05-23 | perf kcore_copy: Keep a count of phdrs | Adrian Hunter | 1 | -5/+4 |
| 2018-05-23 | perf kcore_copy: Keep phdr data in a list | Adrian Hunter | 1 | -0/+9 |
| 2018-04-27 | perf symbols: Split kernel symbol processing from dso__load_sym() | Arnaldo Carvalho de Melo | 1 | -97/+108 |
| 2018-04-27 | perf symbols: Remove needless goto | Arnaldo Carvalho de Melo | 1 | -6/+2 |
| 2018-04-27 | perf symbols: Unify symbol maps | Arnaldo Carvalho de Melo | 1 | -33/+18 |
| 2018-04-26 | perf symbols: Use symbol type instead of map->type | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2018-04-26 | perf symbols: No need to special case MAP__FUNCTION in fixup | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2018-04-26 | perf symbols: Store the ELF symbol type in the symbol struct | Arnaldo Carvalho de Melo | 1 | -3/+4 |
| 2018-04-26 | perf tools: Use kallsyms__is_function() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2018-04-26 | perf map: Shorten map_groups__find_by_name() signature | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-09-28 | perf test: Fix vmlinux failure on s390x | Thomas Richter | 1 | -7/+1 |
| 2017-08-29 | perf symbols: Fix plt entry calculation for ARM and AARCH64 | Li Bin | 1 | -5/+22 |
| 2017-08-11 | perf report: Fix module symbol adjustment for s390x | Thomas Richter | 1 | -1/+7 |
| 2017-08-11 | perf record: Fix wrong size in perf_record_mmap for last kernel module | Thomas Richter | 1 | -1/+1 |
| 2017-08-11 | perf util: Take elf_name as const string in dso__demangle_sym | Milian Wolff | 1 | -1/+1 |
| 2017-06-08 | perf symbols: Keep DSO->symtab_type after decompress | Namhyung Kim | 1 | -0/+2 |
| 2017-06-08 | perf tools: Introduce dso__decompress_kmodule_{fd,path} | Namhyung Kim | 1 | -35/+1 |
| 2017-06-05 | perf symbols: Use correct filename for compressed modules in build-id cache | Namhyung Kim | 1 | -4/+1 |
| 2017-04-19 | perf tools: Move sane ctype stuff from util.h to sane_ctype.h | Arnaldo Carvalho de Melo | 1 | -1/+2 |
| 2017-03-27 | perf report: Find the inline stack for a given address | Jin Yao | 1 | -0/+5 |
| 2017-03-21 | perf sdt: Add scanning of sdt probes arguments | Alexis Berlemont | 1 | -2/+23 |
| 2017-02-20 | perf utils: Check verbose flag properly | Namhyung Kim | 1 | -1/+1 |
| 2017-01-03 | perf symbols: Robustify reading of build-id from sysfs | Arnaldo Carvalho de Melo | 1 | -0/+6 |
| 2016-09-05 | perf symbols: Remove symbol_filter_t machinery | Arnaldo Carvalho de Melo | 1 | -23/+9 |
| 2016-09-05 | perf symbols: Mark if a symbol is idle in the library | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2016-09-01 | perf symbols: Fixup symbol sizes before picking best ones | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2016-09-01 | perf symbols: Check symbol_conf.allow_aliases for kallsyms loading too | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2016-09-01 | perf probe: Ignore vmlinux buildid if offline kernel is given | Masami Hiramatsu | 1 | -1/+1 |
| 2016-09-01 | perf symbols: Demangle symbols for synthesized @plt entries. | Milian Wolff | 1 | -29/+52 |
| 2016-08-15 | perf symbols: Fix annotation of objects with debuginfo files | Anton Blanchard | 1 | -1/+2 |
| 2016-07-12 | perf symbols: Add Rust demangling | David Tolnay | 1 | -0/+8 |
| 2016-07-12 | perf tools: Add feature detection for gelf_getnote() | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2016-07-12 | perf symbols: Provide a GElf_Nhdr typedef | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2016-07-04 | perf sdt: ELF support for SDT | Hemant Kumar | 1 | -0/+252 |
| 2016-07-04 | perf build: Add feature detection for libelf's elf_getshdrstrndx() | Arnaldo Carvalho de Melo | 1 | -0/+8 |
| 2016-05-05 | perf symbols: Fix kallsyms perf test on ppc64le | Naveen N. Rao | 1 | -3/+4 |
| 2016-04-08 | perf symbols: Adjust symbol for shared objects | Wang Nan | 1 | -10/+3 |
| 2016-03-18 | perf symbols: Record text offset in dso to calculate objdump address | Wang Nan | 1 | -6/+6 |
| 2016-02-05 | perf symbols: add Java demangling support | Stephane Eranian | 1 | -0/+3 |
| 2015-12-10 | perf symbols: Fix dso__load_sym to put dso | Masami Hiramatsu | 1 | -2/+7 |
| 2015-11-19 | perf tools: Fix to put new map after inserting to map_groups in dso__load_sym | Masami Hiramatsu | 1 | -0/+2 |
| 2015-09-25 | perf tools: Fix copying of /proc/kcore | Adrian Hunter | 1 | -22/+13 |
| 2015-09-17 | Revert "perf symbols: Fix mismatched declarations for elf_getphdrnum" | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2015-08-17 | perf symbols: Fix annotation of vdso | Adrian Hunter | 1 | -0/+11 |
| 2015-07-29 | perf symbols: Fix mismatched declarations for elf_getphdrnum | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2015-06-08 | perf tools: Reference count struct dso | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2015-05-29 | perf machine: No need to have two DSOs lists | Arnaldo Carvalho de Melo | 1 | -5/+1 |
| 2015-05-27 | perf tools: Reference count struct map | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2015-05-04 | perf symbols: Warn on build id mismatch | Naveen N. Rao | 1 | -0/+1 |
| 2015-05-04 | perf probe ppc64le: Fix ppc64 ABIv2 symbol decoding | Ananth N Mavinakayanahalli | 1 | -0/+4 |
| 2015-05-04 | perf probe ppc: Fix symbol fixup issues due to ELF type | Naveen N. Rao | 1 | -2/+6 |
| 2015-04-08 | perf kmaps: Check kmaps to make code more robust | Wang Nan | 1 | -5/+11 |
| 2015-03-24 | perf symbols: Save DSO loading errno to better report errors | Arnaldo Carvalho de Melo | 1 | -10/+27 |
| 2015-03-23 | perf tools: Use kmod_path__parse in decompress_kmodule | Jiri Olsa | 1 | -9/+11 |
| 2015-03-12 | perf symbols: Allow symbol alias when loading map for symbol name | Namhyung Kim | 1 | -1/+2 |
| 2015-03-02 | Merge 'tip/perf/urgent' into perf/core to pick fixes | Arnaldo Carvalho de Melo | 1 | -0/+5 |
| 2015-02-25 | perf symbols: Define EM_AARCH64 for older OSes | David Ahern | 1 | -0/+5 |
| 2015-02-11 | perf symbols: Define STT_GNU_IFUNC for glibc 2.9 and older. | Vinson Lee | 1 | -0/+4 |
| 2015-02-06 | perf symbols: Ignore mapping symbols on aarch64 | Victor Kamensky | 1 | -4/+3 |
| 2015-01-29 | perf symbols: Support to read compressed module from build-id cache | Namhyung Kim | 1 | -5/+8 |
| 2014-11-24 | perf symbols: Move bfd_demangle stubbing to its only user | Arnaldo Carvalho de Melo | 1 | -0/+21 |
| 2014-11-04 | perf symbols: Preparation for compressed kernel module support | Namhyung Kim | 1 | -1/+34 |
| 2014-09-30 | perf symbols: Encapsulate dsos list head into struct dsos | Waiman Long | 1 | -1/+6 |
| 2014-09-17 | perf symbols: Ignore stripped vmlinux and fallback to kallsyms | Anton Blanchard | 1 | -0/+8 |
| 2014-09-17 | perf tools: Disable kernel symbol demangling by default | Avi Kivity | 1 | -1/+6 |
| 2014-08-13 | perf symbols: Fix missing label symbols | Adrian Hunter | 1 | -1/+1 |
| 2014-08-13 | perf symbols: Don't demangle parameters and such by default | Namhyung Kim | 1 | -2/+5 |
| 2014-07-23 | perf tools: Add dso__type() | Adrian Hunter | 1 | -0/+33 |
| 2014-07-23 | perf tools: Separate the VDSO map name from the VDSO dso name | Adrian Hunter | 1 | -1/+1 |
| 2014-07-16 | perf symbols: Record whether a dso is 64-bit | Adrian Hunter | 1 | -0/+3 |
| 2014-07-16 | perf symbols: Fix missing GNU IFUNC symbols | Adrian Hunter | 1 | -1/+2 |
| 2014-04-20 | perf tools: Adjust symbols in VDSO | Vladimir Nikulichev | 1 | -0/+2 |
| 2014-03-11 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 1 | -3/+3 |
| 2014-03-10 | perf symbols: Fix crash in elf_section_by_name | Jiri Olsa | 1 | -3/+3 |
| 2014-02-24 | perf symbols: Check return value of filename__read_debuglink() | Stephane Eranian | 1 | -0/+2 |
| 2014-01-31 | perf symbols: Fix symbol annotation for relocated kernel | Adrian Hunter | 1 | -0/+2 |
| 2014-01-27 | perf tools: Demangle kernel and kernel module symbols too | Avi Kivity | 1 | -1/+1 |
| 2014-01-16 | perf symbols: Export elf_section_by_name and reuse | Masami Hiramatsu | 1 | -3/+2 |
| 2013-12-27 | perf tools: Use zfree to help detect use after free bugs | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2013-12-13 | tools lib symbol: Start carving out symbol parsing routines from perf | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2013-10-14 | perf symbols: Fix a mmap and munmap mismatched bug | Chenggang Qin | 1 | -5/+5 |
| 2013-10-14 | perf buildid-cache: Add ability to add kcore to the cache | Adrian Hunter | 1 | -0/+366 |
| 2013-10-14 | perf symbols: Workaround objdump difficulties with kcore | Adrian Hunter | 1 | -0/+229 |
| 2013-10-09 | tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT | Ingo Molnar | 1 | -1/+1 |
| 2013-09-29 | Revert "perf symbols: Demangle cloned functions" | Ingo Molnar | 1 | -26/+1 |
| 2013-09-25 | perf symbols: Demangle cloned functions | Andi Kleen | 1 | -1/+26 |
| 2013-09-19 | perf tools: Fix compile with libelf without get_phdrnum | Adrian Hunter | 1 | -0/+16 |
| 2013-08-07 | perf symbols: Add support for reading from /proc/kcore | Adrian Hunter | 1 | -0/+51 |
| 2013-08-07 | perf tools: Make it possible to read object code from kernel modules | Adrian Hunter | 1 | -1/+24 |
| 2013-08-07 | perf tools: Make it possible to read object code from vmlinux | Adrian Hunter | 1 | -9/+91 |
| 2013-03-26 | perf report: Add --no-demangle option | Namhyung Kim | 1 | -3/+6 |
| 2013-01-24 | perf symbols: Include elf.h header regardless LIBELF_SUPPORT | Namhyung Kim | 1 | -3/+0 |
| 2012-12-09 | perf symbols: Ignore ABS symbols when loading data maps | Namhyung Kim | 1 | -0/+11 |
| 2012-08-20 | perf symbols: Fix builds with NO_LIBELF set | David Ahern | 1 | -0/+3 |
| 2012-08-13 | perf symbols: Use both runtime and debug images | Cody P Schafer | 1 | -0/+5 |