Skip to content

Commit

Permalink
Update ros2caret/verb/caret_record_init.py
Browse files Browse the repository at this point in the history
Co-authored-by: isp-uetsuki <[email protected]>
  • Loading branch information
ymski and isp-uetsuki committed Oct 4, 2023
1 parent 12e26d9 commit f4eca4d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ros2caret/verb/caret_record_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,8 @@ def init(
:param kernel_events: list of kernel events to enable
:param context_fields: list of context fields to enable
:param display_list: whether to display list(s) of enabled events and context names
:param subbuffer_size_ust: the size of the subbuffers for userspace events (defaults to 8 times
the usual page size)
:param subbuffer_size_kernel: the size of the subbuffers for kernel events (defaults to 32
times the usual page size, since there can be way more kernel events than UST events)
:param subbuffer_size_ust: the size of the subbuffers for userspace events
:param subbuffer_size_kernel: the size of the subbuffers for kernel events
:return: True if successful, False otherwise
"""
# Check if LTTng is installed right away before printing anything
Expand Down

0 comments on commit f4eca4d

Please sign in to comment.