[lttng-dev] [PATCH lttng-modules v4 0/2] MIPS syscall instrumentation updates
Lars Persson
lars.persson at axis.com
Tue Sep 8 09:31:44 EDT 2015
v2:
* Updated to use TP_FIELDS.
v3:
* Added missing Signed-off-by.
v4:
* The handling of the pipe override is not part of the series any more.
Lars Persson (2):
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 +-
7 files changed, 3323 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
More information about the lttng-dev
mailing list