Update context_fields option name in profile example launch file

Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
Christophe Bedard 2021-10-27 10:24:07 -04:00
parent e8c5ba4f85
commit f3a619af7d

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'],
},