v2: * Updated to use TP_FIELDS. 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 | 1109 ++++++++++++ .../mips-32-syscalls-3.18.0_integers_override.h | 3 + .../headers/mips-32-syscalls-3.18.0_pointers.h | 1894 ++++++++++++++++++++ .../mips-32-syscalls-3.18.0_pointers_override.h | 28 + .../syscalls/headers/syscalls_integers.h | 2 +- .../syscalls/headers/syscalls_pointers.h | 2 +- .../syscalls/headers/syscalls_pointers_override.h | 2 + 8 files changed, 3325 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 -- 2.1.4 _______________________________________________ lttng-dev mailing list [email protected] http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
