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:
commit
1dfb747b62
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ def generate_launch_description():
|
||||||
events_kernel=[
|
events_kernel=[
|
||||||
'sched_switch',
|
'sched_switch',
|
||||||
],
|
],
|
||||||
context_names={
|
context_fields={
|
||||||
'kernel': DEFAULT_CONTEXT,
|
'kernel': DEFAULT_CONTEXT,
|
||||||
'userspace': DEFAULT_CONTEXT + ['ip'],
|
'userspace': DEFAULT_CONTEXT + ['ip'],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue