Only enable a few kernel events by default
This commit is contained in:
parent
8000f50e65
commit
d6d5e943a7
1 changed files with 8 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
"""Lists of names (events, context) for tracing."""
|
||||
|
||||
DEFAULT_EVENTS_KERNEL = [
|
||||
EVENTS_KERNEL = [
|
||||
'block_rq_complete',
|
||||
'block_rq_insert',
|
||||
'block_rq_issue',
|
||||
|
@ -48,6 +48,13 @@ DEFAULT_EVENTS_KERNEL = [
|
|||
'timer_hrtimer_expire_exit',
|
||||
]
|
||||
|
||||
DEFAULT_EVENTS_KERNEL = [
|
||||
'power_cpu_frequency',
|
||||
'sched_switch',
|
||||
'sched_waking',
|
||||
'sched_wakeup',
|
||||
]
|
||||
|
||||
DEFAULT_EVENTS_ROS = [
|
||||
'ros2:rcl_init',
|
||||
'ros2:rcl_node_init',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue