]> sourceware.org Git - systemtap.git/commit
Support kernels that backported kallsym functions from newer linux kernels
authorWilliam Cohen <wcohen@redhat.com>
Mon, 6 May 2024 15:36:42 +0000 (11:36 -0400)
committerWilliam Cohen <wcohen@redhat.com>
Wed, 8 May 2024 17:11:17 +0000 (13:11 -0400)
commitb8d4274d1e7697801c12c512b6724dd3f59f2c72
tree01f665d6a2223e31c545666c9b69522b9d7f2435
parent744d85dcaba384a7cca19557df29524b2333449c
Support kernels that backported kallsym functions from newer linux kernels

Some Linux distributions may have backported
module_kallsyms_on_each_symbol and kallsyms_on_each_symbol functions
from newer linux kernels.  In these situations checking the kernel
version would not detect the proper arguments for these functions.
Systemtap now has a couple of autoconf tests to determine what
arguments should be used for these functions.
buildrun.cxx
runtime/linux/autoconf-kallsyms_6_3.c [new file with mode: 0644]
runtime/linux/autoconf-kallsyms_6_4.c [new file with mode: 0644]
runtime/linux/kprobes.c
runtime/sym.c
This page took 0.024314 seconds and 5 git commands to generate.