Add callback start/end tracepoints
This commit is contained in:
parent
7e215289d7
commit
cd75a0a2e1
4 changed files with 51 additions and 1 deletions
|
@ -5,7 +5,9 @@ for event in \
|
|||
ros2:rcl_init \
|
||||
ros2:rcl_node_init \
|
||||
ros2:rcl_publisher_init \
|
||||
ros2:rcl_subscription_init
|
||||
ros2:rcl_subscription_init \
|
||||
ros2:rclcpp_callback_start \
|
||||
ros2:rclcpp_callback_end
|
||||
do
|
||||
lttng enable-event -c ros2 -u $event
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue