(Issue moved from GitLab, see: https://gitlab.com/ros-tracing/ros2_tracing/-/issues/133)
Ubuntu 22.04 (for ROS 2 Humble in May 2022 and later) has LTTng-UST 2.13. Althought it's still backwards-compatible, macros and functions were renamed to add a LTTNG_UST_/lttng_ust_ prefix, e.g.:
tracepoint() -> lttng_ust_tracepoint()
TRACEPOINT_EVENT() -> LTTNG_UST_TRACEPOINT_EVENT()
see:
(Issue moved from GitLab, see: https://gitlab.com/ros-tracing/ros2_tracing/-/issues/133)
Ubuntu 22.04 (for ROS 2 Humble in May 2022 and later) has LTTng-UST 2.13. Althought it's still backwards-compatible, macros and functions were renamed to add a
LTTNG_UST_/lttng_ust_prefix, e.g.:tracepoint()->lttng_ust_tracepoint()TRACEPOINT_EVENT()->LTTNG_UST_TRACEPOINT_EVENT()see: