From f3a619af7d6c756a11da2f7eec9c420649ca857a Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Wed, 27 Oct 2021 10:24:07 -0400 Subject: [PATCH] Update context_fields option name in profile example launch file Signed-off-by: Christophe Bedard --- tracetools_analysis/launch/profile.launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracetools_analysis/launch/profile.launch.py b/tracetools_analysis/launch/profile.launch.py index 0c97575..a31c6ae 100644 --- a/tracetools_analysis/launch/profile.launch.py +++ b/tracetools_analysis/launch/profile.launch.py @@ -36,7 +36,7 @@ def generate_launch_description(): events_kernel=[ 'sched_switch', ], - context_names={ + context_fields={ 'kernel': DEFAULT_CONTEXT, 'userspace': DEFAULT_CONTEXT + ['ip'], },