Cleanup: tracepoint probe register/unregister: use parent field
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 1 Nov 2021 20:39:22 +0000 (16:39 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 1 Nov 2021 20:40:21 +0000 (16:40 -0400)
commit14a15badd515c2f691512ac7461935127a30bb9d
treea5d64ba42ee9b28b234f625c59d14f168b2ade36
parent6053e75e863ee76362cceb6912c001b738c11b13
Cleanup: tracepoint probe register/unregister: use parent field

Use the parent field to match the type expected in the probe callback.

This works so far only because parent is the first field of the children
structures.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I05fb3cdc75c1c04abb352cdebdaa90f780d0c789
src/lttng-events.c
This page took 0.025036 seconds and 4 git commands to generate.