Skip to content

Commit e0acec3

Browse files
committed
tools headers x86: Sync table due to introducion of uprobe syscall
To pick the changes in this cset: 56101b6 ("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 <[email protected]> Cc: Peter Zijlstra <[email protected]> Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 5466858 commit e0acec3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/perf/arch/x86/entry/syscalls/syscall_64.tbl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@
345345
333 common io_pgetevents sys_io_pgetevents
346346
334 common rseq sys_rseq
347347
335 common uretprobe sys_uretprobe
348+
336 common uprobe sys_uprobe
348349
# don't use numbers 387 through 423, add new calls after the last
349350
# 'common' entry
350351
424 common pidfd_send_signal sys_pidfd_send_signal

0 commit comments

Comments
 (0)