From e33ca9b9d7a9c2ea106139b420d43a466f1db857 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Sat, 28 Dec 2019 16:34:06 -0500 Subject: [PATCH] Remove sched_waking/sched_wakeup from the default kernel events list --- tracetools_trace/tracetools_trace/tools/names.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tracetools_trace/tracetools_trace/tools/names.py b/tracetools_trace/tracetools_trace/tools/names.py index 4e02a43..cbc2d46 100644 --- a/tracetools_trace/tracetools_trace/tools/names.py +++ b/tracetools_trace/tracetools_trace/tools/names.py @@ -48,11 +48,10 @@ EVENTS_KERNEL = [ 'timer_hrtimer_expire_exit', ] +# Kernel events that are currently used by analyses (or will most likely be used in the future) DEFAULT_EVENTS_KERNEL = [ - 'power_cpu_frequency', 'sched_switch', - 'sched_waking', - 'sched_wakeup', + 'power_cpu_frequency', ] DEFAULT_EVENTS_ROS = [