-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support rmw_take tracepoint (#113)
* remove dispatch_subscription_callback tracepoint Signed-off-by: yamasaki <[email protected]> * feat: support rmw_take Signed-off-by: yamasaki <[email protected]> * add: rmw_take filter Signed-off-by: yamasaki <[email protected]> * remove unused variables Signed-off-by: yamasaki <[email protected]> * change the method of not outputting `dispatch_callback_subscription` from deleting functions to adding filters Signed-off-by: yamasaki <[email protected]> * fix code stype Signed-off-by: yamasaki <[email protected]> * fix: compile error Signed-off-by: yamasaki <[email protected]> * Update CARET_trace/src/tracing_controller.cpp remove an unnecessary condition from rmw_subscription filter Co-authored-by: isp-uetsuki <[email protected]> --------- Signed-off-by: yamasaki <[email protected]> Co-authored-by: isp-uetsuki <[email protected]>
- Loading branch information
1 parent
0d8fb9b
commit 00895e3
Showing
3 changed files
with
109 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters