/usr/share/systemtap/runtime/linux/uprobes2
NameSizeModeActions
uprobes.c875500644editdlrm
uprobes.h121610644editdlrm
uprobes_arch.c3760644editdlrm
uprobes_arch.h3760644editdlrm
uprobes_arm.c625990644editdlrm
uprobes_arm.h30190644editdlrm
uprobes_x86.c245410644editdlrm
uprobes_x86.h36620644editdlrm
Edit: /usr/share/systemtap/runtime/linux/uprobes2/uprobes_arch.h (376B)
#if defined (__x86_64__) || defined(__i386) #include "uprobes_x86.h" #elif defined (__arm__) #include "uprobes_arm.h" #elif defined (__powerpc__) #include "../uprobes/uprobes_ppc.h" #elif defined (__s390__) || defined (__s390x__) #include "../uprobes/uprobes_s390.h" #elif defined (__ia64__) #include "../uprobes/uprobes_ia64.h" #else #error "Unsupported architecture" #endif