Merge branch 'update-context-fields-option-name' into 'master'

Update context_fields option name in profile example launch file

See merge request ros-tracing/tracetools_analysis!115
This commit is contained in:
Christophe Bedard 2021-10-27 14:33:28 +00:00
commit 1dfb747b62

View file

@ -36,7 +36,7 @@ def generate_launch_description():
events_kernel=[
'sched_switch',
],
context_names={
context_fields={
'kernel': DEFAULT_CONTEXT,
'userspace': DEFAULT_CONTEXT + ['ip'],
},