| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-02 | perf symbol-minimal: Be more defensive when reading build IDs | Ian Rogers | 1 | -1/+1 |
| 2025-08-25 | perf symbol: Add blocking argument to filename__read_build_id | Ian Rogers | 1 | -3/+3 |
| 2025-08-25 | perf symbol-minimal: Fix ehdr reading in filename__read_build_id | Ian Rogers | 1 | -28/+27 |
| 2025-07-25 | perf build-id: Ensure struct build_id is empty before use | Ian Rogers | 1 | -1/+1 |
| 2025-05-28 | perf symbol: Move demangling code out of symbol-elf.c | Ian Rogers | 1 | -7/+0 |
| 2025-05-28 | perf symbol: Fix use-after-free in filename__read_build_id | Ian Rogers | 1 | -98/+70 |
| 2025-05-02 | perf symbol-minimal: Fix double free in filename__read_build_id | Ian Rogers | 1 | -16/+18 |
| 2024-05-06 | perf dso: Add reference count checking and accessor functions | Ian Rogers | 1 | -2/+2 |
| 2023-12-06 | perf symbols: Parse NOTE segments until the build id is found | Chengen Du | 1 | -4/+6 |
| 2022-12-21 | perf symbol: Add filename__has_section() | Namhyung Kim | 1 | -0/+5 |
| 2020-10-14 | perf tools: Pass build_id object to dso__set_build_id() | Jiri Olsa | 1 | -1/+1 |
| 2020-10-14 | perf tools: Pass build id object to sysfs__read_build_id() | Jiri Olsa | 1 | -5/+2 |
| 2020-10-14 | perf tools: Pass build_id object to filename__read_build_id() | Jiri Olsa | 1 | -15/+19 |
| 2019-09-20 | perf tools: Remove util.h from where it is not needed | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2019-08-31 | perf symbols: Move symsrc prototypes to a separate header | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2019-07-09 | tools lib: Adopt zalloc()/zfree() from tools/perf | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-07-09 | perf tools: Add missing headers, mostly stdlib.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-01-25 | perf symbols: Remove some unnecessary includes from symbol.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2018-04-27 | perf symbols: Unify symbol maps | Arnaldo Carvalho de Melo | 1 | -2/+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-08-11 | perf util: Take elf_name as const string in dso__demangle_sym | Milian Wolff | 1 | -1/+1 |
| 2017-04-19 | perf tools: Include errno.h where needed | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-03-27 | perf report: Find the inline stack for a given address | Jin Yao | 1 | -0/+7 |
| 2016-09-05 | perf symbols: Remove symbol_filter_t machinery | Arnaldo Carvalho de Melo | 1 | -3/+1 |
| 2015-10-28 | perf symbols: Fix type error when reading a build-id | Dima Kogan | 1 | -1/+1 |
| 2015-03-24 | perf symbols: Save DSO loading errno to better report errors | Arnaldo Carvalho de Melo | 1 | -3/+4 |
| 2014-12-17 | perf symbols: Fix use after free in filename__read_build_id | Mitchell Krome | 1 | -2/+6 |
| 2014-11-19 | perf symbols: Fallback to kallsyms when using the minimal 'ELF' loader | Arnaldo Carvalho de Melo | 1 | -1/+0 |
| 2014-07-23 | perf tools: Add dso__type() | Adrian Hunter | 1 | -0/+21 |
| 2014-07-16 | perf symbols: Record whether a dso is 64-bit | Adrian Hunter | 1 | -0/+22 |
| 2013-12-27 | perf tools: Use zfree to help detect use after free bugs | Arnaldo Carvalho de Melo | 1 | -1/+2 |
| 2013-12-04 | perf symbols: Fix random fd closing with no libelf | Adrian Hunter | 1 | -0/+1 |
| 2013-10-14 | perf buildid-cache: Add ability to add kcore to the cache | Adrian Hunter | 1 | -0/+6 |
| 2013-10-14 | perf symbols: Workaround objdump difficulties with kcore | Adrian Hunter | 1 | -0/+9 |
| 2013-08-07 | perf symbols: Add support for reading from /proc/kcore | Adrian Hunter | 1 | -0/+7 |
| 2013-01-24 | perf symbols: Include elf.h header regardless LIBELF_SUPPORT | Namhyung Kim | 1 | -1/+0 |
| 2012-09-11 | perf tools: Use __maybe_used for unused variables | Irina Tirdea | 1 | -12/+16 |
| 2012-08-13 | perf symbols: Use both runtime and debug images | Cody P Schafer | 1 | -0/+6 |
| 2012-08-13 | perf symbols: Convert dso__load_syms to take 2 symsrc's | Cody P Schafer | 1 | -0/+1 |
| 2012-08-13 | perf symbols: Factor want_symtab out of dso__load_sym() | Cody P Schafer | 1 | -2/+6 |
| 2012-08-13 | perf symbols: Switch dso__synthesize_plt_symbols() to use symsrc | Cody P Schafer | 1 | -1/+2 |
| 2012-08-13 | perf symbols: Introduce symsrc structure. | Cody P Schafer | 1 | -3/+27 |
| 2012-08-09 | perf symbols: Implement poor man's ELF parser | Namhyung Kim | 1 | -7/+235 |
| 2012-08-09 | perf symbols: Support minimal build without libelf | Namhyung Kim | 1 | -0/+39 |