[lttng-dev] [PATCH lttng-modules v3 0/3] MIPS syscall instrumentation updates

Lars Persson lars.persson at axis.com
Wed Jul 29 06:04:56 EDT 2015


v2:
 * Updated to use TP_FIELDS.

v3:
 * Added missing Signed-off-by.

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




More information about the lttng-dev mailing list