socketpair: extend syscall socketpair tracing information
authorJan Willeke <jan.willeke@harman.com>
Thu, 16 Feb 2017 13:42:51 +0000 (14:42 +0100)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 6 Mar 2017 17:29:03 +0000 (12:29 -0500)
commit771af27e31ba33049fa04033456f04e7d740ec66
tree85b317163f16982c63a28630468d522d762cf79c
parent17acc7d219dde75f8ac1a0925b2dba175815cffa
socketpair: extend syscall socketpair tracing information

Decode the socketpair vector pointer into two file descriptors.
This exposes the connected file descriptors to analyses.

As sockerpair is a sub syscall of socketcall in x86_32,
sockerpair override must be disabled for x86_32 and x86_compatmode

Signed-off-by: Jan Willeke <jan.willeke@harman.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/syscalls/headers/syscalls_pointers_override.h
lttng-syscalls.c
This page took 0.025041 seconds and 4 git commands to generate.