diff --git a/tracetools_analysis/launch/profile.launch.py b/tracetools_analysis/launch/profile.launch.py index 2ba34db..0c97575 100644 --- a/tracetools_analysis/launch/profile.launch.py +++ b/tracetools_analysis/launch/profile.launch.py @@ -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',