Only enable a few kernel events by default

This commit is contained in:
Christophe Bedard 2019-06-24 14:07:21 +02:00
parent 8000f50e65
commit d6d5e943a7

View file

@ -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',