Remove sched_waking/sched_wakeup from the default kernel events list

This commit is contained in:
Christophe Bedard 2019-12-28 16:34:06 -05:00
parent 0e7380e15a
commit e33ca9b9d7

View file

@ -48,11 +48,10 @@ EVENTS_KERNEL = [
'timer_hrtimer_expire_exit', 'timer_hrtimer_expire_exit',
] ]
# Kernel events that are currently used by analyses (or will most likely be used in the future)
DEFAULT_EVENTS_KERNEL = [ DEFAULT_EVENTS_KERNEL = [
'power_cpu_frequency',
'sched_switch', 'sched_switch',
'sched_waking', 'power_cpu_frequency',
'sched_wakeup',
] ]
DEFAULT_EVENTS_ROS = [ DEFAULT_EVENTS_ROS = [