X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=instrumentation%2Fsyscalls%2Fheaders%2Fsyscalls_pointers.h;h=d60d38011cfb9aad6a7c6bb98e384f71cb3d5bfc;hb=6ec43db836429730c1431809049197a4fbe820fa;hp=0ffeea57fcbe8e69a39128f7ce764efaa3638f5d;hpb=3b99cd3fda4af2a5a6680d6d6bbf7b365ad5ad5b;p=lttng-modules.git diff --git a/instrumentation/syscalls/headers/syscalls_pointers.h b/instrumentation/syscalls/headers/syscalls_pointers.h index 0ffeea57..d60d3801 100644 --- a/instrumentation/syscalls/headers/syscalls_pointers.h +++ b/instrumentation/syscalls/headers/syscalls_pointers.h @@ -1 +1,23 @@ -#include "x86-64-syscalls-3.0.4_pointers.h" +#ifdef CONFIG_X86_64 +#include "x86-64-syscalls-3.10.0-rc7_pointers.h" +#endif + +#ifdef CONFIG_X86_32 +#include "x86-32-syscalls-3.1.0-rc6_pointers.h" +#endif + +#ifdef CONFIG_ARM +#include "arm-32-syscalls-3.4.25_pointers.h" +#endif + +#ifdef CONFIG_PPC +#include "powerpc-32-syscalls-3.0.34_pointers.h" +#endif + +#ifdef CONFIG_CPU_MIPS32 +#include "mips-32-syscalls-3.18.0_pointers.h" +#endif + +#ifdef CONFIG_ARM64 +#include "arm-64-syscalls-4.4.0_pointers.h" +#endif