linux-kernelorg-stable/tools/perf/arch/x86
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
..
annotate perf annotate: Rename TSR_KIND_POINTER to TSR_KIND_PERCPU_POINTER 2025-10-03 16:49:51 -03:00
entry/syscalls tools headers x86: Sync table due to introducion of uprobe syscall 2025-11-01 13:04:20 -03:00
include perf test: Move PERF_SAMPLE_WEIGHT_STRUCT parsing to common test 2025-07-25 10:37:58 -07:00
tests perf test: Fix a build error in x86 topdown test 2025-08-18 11:52:22 -07:00
util perf record: Add ratio-to-prev term 2025-10-03 16:49:51 -03:00
Build perf build: Specify shellcheck should use bash 2025-06-30 09:43:06 -07:00
Makefile perf tools x86: Use generic syscall scripts 2025-01-09 12:53:49 -03:00