kernel: Add `struct lttng_kernel_syscall` to ABI
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 25 Nov 2020 17:06:38 +0000 (12:06 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 8 Dec 2020 17:25:37 +0000 (12:25 -0500)
commitc863e5a69d06f11312e8e5a7d9c1b20d56f2cb6e
treed7c73460399ec5d59a3e557b7b5cb1db42d69eb6
parentdabe88b2fb375201ac0095dcd49647f14e331b7e
kernel: Add `struct lttng_kernel_syscall` to ABI

This struct is now used by the kernel tracer to allow to selectively
turn on and off syscalls event firing.

This way, the sessiond can decide to turn on only syscall entries,
exits, or both.

This will be used by the upcoming event notifier features to only
generate a notification on syscall entry.

This new struct doesn't change the layout of the `lttng_kernel_event`
structure.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I478de30b91b415f517e9d0ac0686f3130f79d86b
src/bin/lttng-sessiond/trace-kernel.c
src/common/lttng-kernel.h
This page took 0.024628 seconds and 4 git commands to generate.