Add entryexit field to kretprobes ABI
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 6 Apr 2021 18:37:43 +0000 (14:37 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 6 Apr 2021 20:11:15 +0000 (16:11 -0400)
commit88a82b1744612c10d95ba86dec6f8919b325ec77
tree7075fecd09176764aa7a3d5258f80e160a3913cb
parent2d16d65ba3281b287de74c49a11ffc9764a0df82
Add entryexit field to kretprobes ABI

At this stage, only "entryexit = 0" is supported. No behavior change
except for validating that ENTRY and EXIT are unsupported (-EINVAL).

It is possible to extend struct lttng_kernel_kretprobe because it is
always used within struct lttng_kernel_event which contains enough
zero-initialized padding due to char padding[LTTNG_KERNEL_EVENT_PADDING2].

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I96d86eebff66da4af186ef51c2ff13e2ed84a510
include/lttng/abi.h
src/lttng-abi.c
This page took 0.025431 seconds and 4 git commands to generate.