Fix profile example launch file

Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
Christophe Bedard 2021-10-06 15:52:01 -04:00
parent 398b1d2158
commit a4537af5d2

View file

@ -36,9 +36,10 @@ def generate_launch_description():
events_kernel=[ events_kernel=[
'sched_switch', 'sched_switch',
], ],
context_names=[ context_names={
'ip', 'kernel': DEFAULT_CONTEXT,
] + DEFAULT_CONTEXT, 'userspace': DEFAULT_CONTEXT + ['ip'],
},
), ),
Node( Node(
package='test_tracetools', package='test_tracetools',