X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=instrumentation%2Fsyscalls%2Fheaders%2Fsyscalls_pointers.h;h=d60d38011cfb9aad6a7c6bb98e384f71cb3d5bfc;hb=cddaa959ffbbb32a791151320e156a666a6a6d10;hp=9fde85a5d9e52c527e087e68b12c55a6416aa495;hpb=85abcdf6392879383e0b175e0c247119f083e095;p=lttng-modules.git diff --git a/instrumentation/syscalls/headers/syscalls_pointers.h b/instrumentation/syscalls/headers/syscalls_pointers.h index 9fde85a5..d60d3801 100644 --- a/instrumentation/syscalls/headers/syscalls_pointers.h +++ b/instrumentation/syscalls/headers/syscalls_pointers.h @@ -15,5 +15,9 @@ #endif #ifdef CONFIG_CPU_MIPS32 -#include "mips-32-syscalls-3.13.0_pointers.h" +#include "mips-32-syscalls-3.18.0_pointers.h" +#endif + +#ifdef CONFIG_ARM64 +#include "arm-64-syscalls-4.4.0_pointers.h" #endif