Remove sched_waking/sched_wakeup from the default kernel events list
This commit is contained in:
parent
0e7380e15a
commit
e33ca9b9d7
1 changed files with 2 additions and 3 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue