Fix profile example launch file
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
parent
398b1d2158
commit
a4537af5d2
1 changed files with 4 additions and 3 deletions
|
@ -36,9 +36,10 @@ def generate_launch_description():
|
|||
events_kernel=[
|
||||
'sched_switch',
|
||||
],
|
||||
context_names=[
|
||||
'ip',
|
||||
] + DEFAULT_CONTEXT,
|
||||
context_names={
|
||||
'kernel': DEFAULT_CONTEXT,
|
||||
'userspace': DEFAULT_CONTEXT + ['ip'],
|
||||
},
|
||||
),
|
||||
Node(
|
||||
package='test_tracetools',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue