linux/tools/perf
Linus Torvalds c06310fd6b perf-tools fixes for 6.14
An early round of random fixes in perf tools for this cycle.
 
 perf trace
 ----------
 * Fix loading of BPF program on certain clang versions
 * Fix out-of-bound access in syscalls with 6 arguments
 * Skip syscall enum test if landlock syscall is not available
 
 perf annotate
 -------------
 * Fix segfaults due to invalid access in disasm arrays
 
 perf stat
 ---------
 * Fix error handling in topology parsing
 
 Signed-off-by: Namhyung Kim <namhyung@kernel.org>
 -----BEGIN PGP SIGNATURE-----
 
 iHUEABYIAB0WIQSo2x5BnqMqsoHtzsmMstVUGiXMgwUCZ5vx+gAKCRCMstVUGiXM
 g8PpAP9fNWvkxEiylqO9GGqMJWnIwWwlz4NCqqOZWyPspcECrgD9Eu0lZlna4tOL
 3I8giYN2m7ogNt+ZXP2b0y2np7hOGQc=
 =lVVJ
 -----END PGP SIGNATURE-----

Merge tag 'perf-tools-fixes-for-v6.14-2025-01-30' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools

Pull perf tools fixes from Namhyung Kim:
 "An early round of random fixes in perf tools for this cycle.

  perf trace:
   - Fix loading of BPF program on certain clang versions
   - Fix out-of-bound access in syscalls with 6 arguments
   - Skip syscall enum test if landlock syscall is not available

  perf annotate:
   - Fix segfaults due to invalid access in disasm arrays

  perf stat:
   - Fix error handling in topology parsing"

* tag 'perf-tools-fixes-for-v6.14-2025-01-30' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools:
  perf cpumap: Fix die and cluster IDs
  perf test: Skip syscall enum test if no landlock syscall
  perf trace: Fix runtime error of index out of bounds
  perf annotate: Use an array for the disassembler preference
  perf trace: Fix BPF loading failure (-E2BIG)
2025-01-30 17:38:20 -08:00
..
arch perf tools mips: Fix mips syscall generation 2025-01-13 11:46:41 -03:00
bench perf bench: Fix undefined behavior in cmpworker() 2025-01-18 10:14:36 -08:00
check-header_ignore_hunks/lib perf tools: update expected diff for lib/list_sort.c 2024-11-05 17:12:33 -08:00
dlfilters perf tools: Simplify evsel__add_modifier() 2024-10-22 09:52:11 -07:00
Documentation perf-tools changes for v6.14 2025-01-24 05:45:40 -08:00
include/perf
jvmti
pmu-events perf vendor events arm64: Add FUJITSU-MONAKA PMU event 2025-01-10 10:59:42 -03:00
python
scripts perf tools: Create generic syscall table support 2025-01-09 12:49:49 -03:00
tests perf test: Skip syscall enum test if no landlock syscall 2025-01-28 09:29:39 -08:00
trace perf env: Move arch errno function to only use in env 2024-12-18 16:24:33 -03:00
ui perf annotate: Prefer passing evsel to evsel->core.idx 2025-01-18 10:02:10 -08:00
util perf cpumap: Fix die and cluster IDs 2025-01-28 10:03:26 -08:00
.gitignore perf tools: Add the empty-pmu-events build to .gitignore 2024-11-07 10:51:56 -08:00
Build
builtin-annotate.c perf cpumap: Reduce transitive dependencies on libperf MAX_NR_CPUS 2024-12-09 17:52:41 -03:00
builtin-bench.c
builtin-buildid-cache.c
builtin-buildid-list.c
builtin-c2c.c
builtin-check.c perf tools: Remove dependency on libaudit 2025-01-10 10:59:42 -03:00
builtin-config.c perf config: Add a function to set one variable in .perfconfig 2025-01-14 15:05:56 -03:00
builtin-daemon.c
builtin-data.c
builtin-diff.c perf stream: Use evsel rather than evsel->idx 2024-12-23 13:53:08 -03:00
builtin-evlist.c
builtin-ftrace.c perf ftrace: Fix display for range of the first bucket 2025-01-10 14:45:43 -03:00
builtin-help.c perf tools: Remove dependency on libaudit 2025-01-10 10:59:42 -03:00
builtin-inject.c perf inject: Fix use without initialization of local variables 2025-01-14 14:57:19 -03:00
builtin-kallsyms.c
builtin-kmem.c perf evsel: Add/use accessor for tp_format 2024-12-09 17:52:42 -03:00
builtin-kvm.c perf kvm: Move functions used in util out of builtin 2024-12-18 16:24:32 -03:00
builtin-kwork.c perf kwork: Make perf_kwork_add_work a callback 2024-12-18 16:24:33 -03:00
builtin-list.c perf list: Fix topic and pmu_name argument order 2024-11-13 16:27:35 -03:00
builtin-lock.c perf lock: Rename fields in lock_type_table 2025-01-17 10:12:41 -08:00
builtin-mem.c perf cpumap: Reduce transitive dependencies on libperf MAX_NR_CPUS 2024-12-09 17:52:41 -03:00
builtin-probe.c perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORT 2024-10-18 10:17:40 -07:00
builtin-record.c perf tools: Parse aux-action 2024-12-18 16:24:32 -03:00
builtin-report.c perf report: Fix misleading help message about --demangle 2025-01-10 14:46:09 -03:00
builtin-sched.c perf cpumap: Reduce transitive dependencies on libperf MAX_NR_CPUS 2024-12-09 17:52:41 -03:00
builtin-script.c perf script: Cache the output type 2024-12-20 17:35:54 -03:00
builtin-stat.c perf stat: Move stat_config into config.c 2024-12-18 16:24:32 -03:00
builtin-timechart.c perf timechart: Remove redundant variable assignment 2024-11-13 16:27:35 -03:00
builtin-top.c perf annotate: Prefer passing evsel to evsel->core.idx 2025-01-18 10:02:10 -08:00
builtin-trace.c perf trace: Fix runtime error of index out of bounds 2025-01-28 09:27:27 -08:00
builtin-version.c
builtin.h perf script: Move find_scripts to browser/scripts.c 2024-12-18 16:24:32 -03:00
check-headers.sh perf tools arm64: Use syscall table 2025-01-09 12:55:36 -03:00
command-list.txt
CREDITS
design.txt
Makefile
Makefile.config perf tools: Remove dependency on libaudit 2025-01-10 10:59:42 -03:00
Makefile.perf perf tools: Expose quiet/verbose variables in Makefile.perf 2025-01-16 10:59:20 -08:00
MANIFEST perf MANIFEST: Add license files 2025-01-14 14:57:19 -03:00
perf-archive.sh
perf-completion.sh
perf-iostat.sh
perf-read-vdso.c
perf-sys.h
perf.c perf tools: Remove dependency on libaudit 2025-01-10 10:59:42 -03:00
perf.h perf: Increase MAX_NR_CPUS to 4096 2024-12-09 17:52:41 -03:00