index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
symbol.c
Age
Commit message (
Expand
)
Author
2026-06-17
perf tools: Use snprintf() for root_dir path construction
Arnaldo Carvalho de Melo
2026-06-15
perf maps: Add maps__mutate_mapping
Ian Rogers
2026-06-03
perf symbol: Lazily compute idle
Ian Rogers
2026-06-03
perf symbol: Add setters for bitfields sharing a byte to avoid concurrent upd...
Ian Rogers
2026-06-03
perf env: Add helper to lazily compute the os_release
Ian Rogers
2026-06-03
perf symbol: Avoid use of machine__is
Ian Rogers
2026-05-27
perf: Extract is_ignored_kernel_symbol() for kernel mapping symbol filtering
Rui Qi
2026-04-08
perf symbols: Make variable receiving result strrchr() const
Arnaldo Carvalho de Melo
2026-04-08
perf addr2line: Remove global variable addr2line_timeout_ms
Thomas Richter
2026-04-01
libperf cpumap: Make index and nr types unsigned
Ian Rogers
2026-03-18
perf tools: Remove duplicate include of debug.h
Chen Ni
2026-03-10
perf tools: Add layout support for --symfs option
Changbin Du
2026-01-05
perf symbol: Remove Rust symbol workarounds
Gary Guo
2025-12-07
Merge tag 'perf-tools-for-v6.19-2025-12-06' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2025-12-03
perf symbol: Add missed dso__put
Ian Rogers
2025-12-02
perf tools: Use machine->root_dir to find /proc/kallsyms
Namhyung Kim
2025-12-02
perf tools: Fallback to initial kernel map properly
Namhyung Kim
2025-12-02
perf tools: Fix split kallsyms DSO counting
Namhyung Kim
2025-12-02
perf tools: Mark split kallsyms DSOs as loaded
Namhyung Kim
2025-11-26
perf tools: Don't read build-ids from non-regular files
James Clark
2025-11-03
perf symbols: Handle '1' symbols in /proc/kallsyms
Arnaldo Carvalho de Melo
2025-10-02
perf libbfd: Move libbfd functionality to its own file
Ian Rogers
2025-09-09
perf symbols: Handle 'N' symbols in /proc/kallsyms
Arnaldo Carvalho de Melo
2025-08-25
perf symbol: Add blocking argument to filename__read_build_id
Ian Rogers
2025-07-25
perf build-id: Ensure struct build_id is empty before use
Ian Rogers
2025-07-25
perf build-id: Change sprintf functions to snprintf
Ian Rogers
2025-07-02
perf dso: Add missed dso__put to dso__load_kcore
Ian Rogers
2025-06-27
perf build: Fix a build error on REFCNT_CHECKING=1
Namhyung Kim
2025-05-28
perf symbol: Move demangling code out of symbol-elf.c
Ian Rogers
2025-04-29
perf symbols: Handle 'u' and 'l' symbols in /proc/kallsyms
Arnaldo Carvalho de Melo
2025-03-10
perf symbol: Support .gnu_debugdata for symbols
Stephen Brennan
2025-02-18
perf report: Add parallelism filter
Dmitry Vyukov
2025-01-10
perf symbol: Prefer non-label symbols with same address
Namhyung Kim
2024-10-14
Merge tag 'v6.12-rc3' into perf-tools-next
Namhyung Kim
2024-09-25
perf symbol: Do not fixup end address of labels
Namhyung Kim
2024-09-22
perf symbol: Set binary_type of dso when loading
Namhyung Kim
2024-08-20
perf cap: Tidy up and improve capability testing
Ian Rogers
2024-07-12
perf dso: Fix address sanitizer build
Ian Rogers
2024-06-25
perf symbol: Simplify kernel module checking
Namhyung Kim
2024-06-25
tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__load
Athira Rajeev
2024-05-09
perf symbols: Fix ownership of string in dso__load_vmlinux()
James Clark
2024-05-09
perf symbols: Update kcore map before merging in remaining symbols
James Clark
2024-05-09
perf symbols: Remove map from list before updating addresses
James Clark
2024-05-07
perf mem-info: Move mem-info out of mem-events and symbol
Ian Rogers
2024-05-06
perf dso: Add reference count checking and accessor functions
Ian Rogers
2024-02-16
perf tools: Fixup module symbol end address properly
Namhyung Kim
2024-02-12
perf maps: Hide maps internals
Ian Rogers
2024-02-12
perf maps: Get map before returning in maps__find_by_name
Ian Rogers
2024-02-12
perf maps: Get map before returning in maps__find
Ian Rogers
2023-12-20
perf maps: Add remove maps function to remove a map based on callback
Ian Rogers
[next]