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 = [