Add context to rcl_init tracepoint params
This commit is contained in:
parent
b09f72081c
commit
9ae7c8d99c
3 changed files with 9 additions and 3 deletions
|
@ -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)
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue