Commit graph

122 commits

Author SHA1 Message Date
Dharini Dutia
d71567a4d9 updated changelog
Signed-off-by: Dharini Dutia <dharini@openrobotics.org>
2023-05-27 02:17:14 +00:00
Christophe Bedard
58282c302f Fix flake8 blind except error by using more concrete types
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2021-01-12 12:25:59 -05:00
Christophe Bedard
f10fb2c137 1.0.5
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-12-22 10:42:24 -05:00
Christophe Bedard
a1f7b356d5 Update repo URL
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-10-14 09:14:59 -04:00
Christophe Bedard
dd35ccec58 1.0.4
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-09-20 20:28:30 -04:00
Christophe Bedard
5902bb3340 1.0.2 2020-06-24 11:08:54 -04:00
Christophe Bedard
dfcfe503c1 1.0.1
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-05-27 08:57:45 -04:00
Christophe Bedard
b99a0caf15 Update changelogs
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-05-27 08:55:36 -04:00
Christophe Bedard
a915fa55f0 Make sure platform is Linux before checking if LTTng is installed
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-05-14 10:25:30 -04:00
Christophe Bedard
eacb7c3c0b Fail gracefully when trying to trace if LTTng is not installed
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-05-14 09:38:23 -04:00
Christophe Bedard
dc9b621f89 Merge branch '76-set-up-code-coverage-report-s' into 'master'
Set up code coverage job with reports

Closes #76

See merge request micro-ROS/ros_tracing/ros2_tracing!164
2020-04-25 17:18:30 +00:00
Christophe Bedard
9255c0d723 Set up code coverage reports in CI for tracetools and tracetools_test
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-04-25 17:18:30 +00:00
Christophe Bedard
17573951dd 1.0.0
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-04-24 19:10:02 -04:00
Christophe Bedard
ef26a05a41 Update changelogs
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-04-24 19:07:41 -04:00
Christophe Bedard
50ae44e73d Switch to DEFAULT_EVENTS_UST instead of DEFAULT_EVENTS_ROS
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-03-13 18:27:08 -04:00
Christophe Bedard
42823be8d5 Mention "userspace" events instead or "ROS UST" events
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-03-13 18:26:31 -04:00
Christophe Bedard
6e9b2f2fbd Define metavars to simply ros2 trace usage info for events and context
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-03-13 17:50:37 -04:00
Christophe Bedard
e2893201b0 Start a session daemon if there isn't one before setting up tracing
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-03-07 16:25:35 -05:00
Christophe Bedard
eaa2b10f77 0.3.0
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-03-04 09:27:31 -08:00
Christophe Bedard
f768c59111 Update changelogs
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-03-04 09:23:59 -08:00
Christophe Bedard
934a0899b9 Handle empty __doc__ when checking lttng module version
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-03-01 16:00:56 -05:00
Christophe Bedard
9450bfeea9 Add mypy tests through ament_mypy
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
2020-03-01 15:55:16 -05:00
Christophe Bedard
e585f0eefe Convert lists of event & context names to sets 2020-01-18 21:21:23 -05:00
Christophe Bedard
c50a66a11d Add more context types and refactor mapping between name and constant 2020-01-18 15:47:20 -05:00
Christophe Bedard
38e0afe417 Modify error message 2020-01-09 21:41:39 -05:00
Christophe Bedard
da9f4230a8 Print to stderr instead of raising error if version does not match 2020-01-09 20:57:14 -05:00
Christophe Bedard
3980c2dd01 Check version of LTTng Python module and raise error if below 2.10.7 2020-01-09 20:24:14 -05:00
Christophe Bedard
3a715c7a2e Add more information to comment about lttng stub functions 2020-01-09 19:53:34 -05:00
Christophe Bedard
1366f709e1 Raise RuntimeError instead of printing warning if lttng module not found 2020-01-09 19:53:09 -05:00
Christophe Bedard
69ba4eadc4 Print to stderr if lttng Python package is not found 2020-01-09 11:54:46 -05:00
Christophe Bedard
455aec22d3 Fix lint errors 2020-01-08 12:57:31 -05:00
Christophe Bedard
2e9b2b7ee8 Add logs for trace action init and fini 2020-01-08 12:41:53 -05:00
Christophe Bedard
fe40314f01 Format 2020-01-01 14:23:03 -05:00
Christophe Bedard
d2916b0aa7 Add TODO about making ust/kernel context separate 2020-01-01 14:12:44 -05:00
Christophe Bedard
cc459456f0 Expose context enabling through CLI and Trace action 2020-01-01 14:12:23 -05:00
Christophe Bedard
842b5d7fe0 Add tid to context map 2020-01-01 14:11:35 -05:00
Christophe Bedard
d387d427db Refine default context names list 2020-01-01 14:11:19 -05:00
Christophe Bedard
946b57ec6f Rename print_events_list() to print_names_list() 2020-01-01 14:10:51 -05:00
Christophe Bedard
bae6f79874 Add kmem_mm_page_alloc|free to default kernel events 2019-12-28 16:36:16 -05:00
Christophe Bedard
e33ca9b9d7 Remove sched_waking/sched_wakeup from the default kernel events list 2019-12-28 16:35:53 -05:00
Christophe Bedard
5cd2298545 0.2.12 2019-12-09 13:18:31 -08:00
Christophe Bedard
2583c213f8 0.2.11 2019-12-09 10:48:08 -08:00
Christophe Bedard
7e2c3a01c5 Update changelogs 2019-12-09 10:46:18 -08:00
Christophe Bedard
bcb0dc9454 Add typing information 2019-12-08 14:02:08 -08:00
Christophe Bedard
3d3cbe9ec3 Remove duplicated code for trace command 2019-12-08 14:01:57 -08:00
Christophe Bedard
5563513fff Register Python packages in the ament index 2019-12-08 10:59:13 -08:00
Christophe Bedard
866dada87b 0.2.10 2019-11-17 15:48:51 -08:00
Christophe Bedard
17bf788f3e Update changelogs 2019-11-17 15:47:06 -08:00
Christophe Bedard
d5712c2645 Make printing list of enabled events more readable 2019-11-17 12:33:02 -08:00
Christophe Bedard
d0eb897ab0 Add new rclcpp_subscription_init tracepoint to list 2019-11-14 14:35:07 -08:00