A refresh of the syscalls for the MIPS32 kernel. Lars Persson (3): Do not override the pipe syscall on MIPS. Update the MIPS32 syscall instrumentation to 3.18. Use 3.18 syscall instrumentation for MIPS32.
.../syscalls/3.18.0/mips-32-syscalls-3.18.0 | 287 +++ .../headers/mips-32-syscalls-3.18.0_integers.h | 1307 +++++++++++ .../mips-32-syscalls-3.18.0_integers_override.h | 3 + .../headers/mips-32-syscalls-3.18.0_pointers.h | 2268 ++++++++++++++++++++ .../mips-32-syscalls-3.18.0_pointers_override.h | 32 + .../syscalls/headers/syscalls_integers.h | 2 +- .../syscalls/headers/syscalls_pointers.h | 2 +- .../syscalls/headers/syscalls_pointers_override.h | 2 + 8 files changed, 3901 insertions(+), 2 deletions(-) create mode 100644 instrumentation/syscalls/3.18.0/mips-32-syscalls-3.18.0 create mode 100644 instrumentation/syscalls/headers/mips-32-syscalls-3.18.0_integers.h create mode 100644 instrumentation/syscalls/headers/mips-32-syscalls-3.18.0_integers_override.h create mode 100644 instrumentation/syscalls/headers/mips-32-syscalls-3.18.0_pointers.h create mode 100644 instrumentation/syscalls/headers/mips-32-syscalls-3.18.0_pointers_override.h -- 1.7.10.4 _______________________________________________ lttng-dev mailing list [email protected] http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
