Update context_fields option name in profile example launch file
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
parent
e8c5ba4f85
commit
f3a619af7d
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