linux-yocto/tools/perf/arch
Arnaldo Carvalho de Melo e0acec3369 tools headers x86: Sync table due to introducion of uprobe syscall
To pick the changes in this cset:

  56101b69c9 ("uprobes/x86: Add uprobe syscall to speed up uprobe")

That add support for this new 'uprobe' syscall in tools such as 'perf trace'.

Now it is possible to do a system wide 'perf trace' to look if this new
syscall is being used:

  root@number:~# perf trace -v -e uprobe
  <SNIP>
  event qualifier tracepoint filter: (common_pid != 33989) && (id == 336)
  ^C
  root@number#

  $ grep -w uprobe tools/perf/arch/x86/entry/syscalls/syscall_64.tbl
  336	common	uprobe			sys_uprobe
  $

This addresses these perf build warnings:

  Warning: Kernel ABI header differences:
    diff -u tools/perf/arch/x86/entry/syscalls/syscall_64.tbl arch/x86/entry/syscalls/syscall_64.tbl

Please see tools/include/uapi/README for further details.

Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2025-11-01 13:04:20 -03:00
..
alpha perf build: Remove Makefile.syscalls 2025-03-20 22:58:20 -07:00
arc/annotate perf build: Remove Makefile.syscalls 2025-03-20 22:58:20 -07:00
arm tools headers: Sync syscall tables with the kernel source 2025-08-18 13:49:25 -07:00
arm64 perf arm_spe: Add "event_filter" entry in meta data 2025-09-19 12:14:28 -03:00
csky perf build: Remove Makefile.syscalls 2025-03-20 22:58:20 -07:00
loongarch perf build: Remove Makefile.syscalls 2025-03-20 22:58:20 -07:00
mips tools headers: Sync syscall tables with the kernel source 2025-08-18 13:49:25 -07:00
parisc perf build: Remove Makefile.syscalls 2025-03-20 22:58:20 -07:00
powerpc perf powerpc: Add basic CONFIG_AUXTRACE support for VPA pmu on powerpc 2025-10-01 11:22:04 -03:00
riscv RISC-V: perf/kvm: Add reporting of interrupt events 2025-07-28 22:28:25 +05:30
riscv64/annotate perf disasm: Add e_machine/e_flags to struct arch 2024-11-09 08:39:13 -08:00
s390 tools headers: Sync syscall tables with the kernel source 2025-08-18 13:49:25 -07:00
sh tools headers: Sync syscall tables with the kernel source 2025-08-18 13:49:25 -07:00
sparc tools headers: Sync syscall tables with the kernel source 2025-08-18 13:49:25 -07:00
x86 tools headers x86: Sync table due to introducion of uprobe syscall 2025-11-01 13:04:20 -03:00
xtensa tools headers: Sync syscall tables with the kernel source 2025-08-18 13:49:25 -07:00
Build perf util: Make util its own library 2024-06-26 11:07:42 -07:00
common.c perf tools riscv: Add support for riscv lookup_binutils_path 2023-05-12 15:21:48 -03:00
common.h perf annotate: Own objdump_path and disassembler_style strings 2023-04-04 09:39:56 -03:00