Introduce lazy system call event creation
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 25 Nov 2020 20:30:30 +0000 (15:30 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 25 Nov 2020 20:31:59 +0000 (15:31 -0500)
commit3b82c4e1b18900cc7ad4045b9173cabfaa498852
tree04bf0bd39a39520656ab770b27ab585eddd3d8cb
parent99f52fcce5865809584c1e022bca1409702ea292
Introduce lazy system call event creation

Introduce lazy system call event creation. If only specific system call
events are enabled, only create the metadata for those.

Align implementation of system call event probes for recording events
with their notifier counterpart.

This is part of the background work required for a future feature (trace
hit counters and map support) which brings benefits on its own.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/events.h
src/lttng-events.c
src/lttng-syscalls.c
This page took 0.025459 seconds and 5 git commands to generate.