Commit graph

106 commits

Author SHA1 Message Date
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
Christophe Bedard
7df4a48d6e 0.2.9 2019-10-18 10:12:22 -07:00
Ingo Lütkebohle
7dea456122 Set symbols visibility to public for util functions 2019-10-18 17:07:18 +00:00
Christophe Bedard
cbda7cb5a7 0.2.8 2019-10-14 09:44:36 -07:00
Christophe Bedard
78c0aace5c Update changelogs 2019-10-14 09:25:44 -07:00
Christophe Bedard
caac5cafe3 Re-order args 2019-10-12 17:29:06 -07:00
Christophe Bedard
809495090f 0.2.7 2019-09-09 16:47:19 -04:00
Christophe Bedard
7d854c1702 Update changelogs 2019-09-09 16:45:38 -04:00
Christophe Bedard
7ceccbc6a4 Merge branch 'version-0.2.6' into 'master'
0.2.6

See merge request micro-ROS/ros_tracing/ros2_tracing!93
2019-09-09 20:36:06 +00:00
Christophe Bedard
fffccec07d Merge branch 'update-email' into 'master'
Update maintainer email

See merge request micro-ROS/ros_tracing/ros2_tracing!94
2019-09-09 20:35:43 +00:00
Christophe Bedard
c2a7db25c6 Add xmllint test to other packages 2019-08-28 10:44:37 -04:00
Christophe Bedard
5341e34d37 Update maintainer email 2019-08-28 10:17:23 -04:00
Christophe Bedard
5cd03ff502 0.2.6 2019-08-16 16:11:56 +02:00
Christophe Bedard
e5ad41f519 Update changelogs 2019-08-16 16:10:42 +02:00
Christophe Bedard
af69745110 Extract empty lttng interface functions to another file 2019-08-16 12:00:37 +02:00
Christophe Bedard
f7cd5734ea Extract lttng interface implementation functions to another file 2019-08-16 09:36:04 +02:00
Christophe Bedard
40007f4f96 0.2.5 2019-08-15 15:29:13 +02:00