Add context to rcl_init tracepoint params

This commit is contained in:
Christophe Bedard 2019-05-17 15:42:30 +02:00
parent b09f72081c
commit 9ae7c8d99c
3 changed files with 9 additions and 3 deletions

View file

@ -4,8 +4,10 @@ TRACEPOINT_EVENT(
ros2,
rcl_init,
TP_ARGS(
const void*, context_arg
),
TP_FIELDS(
ctf_integer_hex(const void*, context, context_arg)
)
)