]> sourceware.org Git - systemtap.git/commit
Update syscall_num.stp mappings between syscall number and name
authorWilliam Cohen <wcohen@redhat.com>
Mon, 11 Oct 2021 20:26:06 +0000 (16:26 -0400)
committerWilliam Cohen <wcohen@redhat.com>
Mon, 11 Oct 2021 21:01:55 +0000 (17:01 -0400)
commitcbbb08bc158d623efcc1993ac4b05fa441c5092b
treee99b871ba1679c939adf939ca4e09fc3e9f9d0a3
parentf11ce03150331fa478675ad067568ab27ab1712f
Update syscall_num.stp mappings between syscall number and name

Need to generate new versions of syscall_num.stp files that include
the preprocessor architecture guards so multiple syscall_num.stp
can be used by BPF code at the same time.

This is also using a more recent version of strace-code (ommit
940f7c9f71dd0514b933874c7b02230e0dd7dfd1) to include newer syscalls
in the mappings.
tapset/linux/arm/syscall_num.stp
tapset/linux/arm64/syscall_num.stp
tapset/linux/i386/syscall_num.stp
tapset/linux/mips/syscall_num.stp
tapset/linux/powerpc/syscall_num.stp
tapset/linux/riscv/syscall_num.stp
tapset/linux/s390/syscall_num.stp
tapset/linux/x86_64/syscall_num.stp
This page took 0.028352 seconds and 5 git commands to generate.