Merge branch 'cleanup-tracepoints-lists' into 'master'
Cleanup tracepoints lists See merge request micro-ROS/ros_tracing/ros2_tracing!123
This commit is contained in:
commit
d6d87f058c
1 changed files with 6 additions and 3 deletions
|
@ -24,6 +24,8 @@ EVENTS_KERNEL = [
|
|||
'irq_softirq_exit',
|
||||
'irq_handler_entry',
|
||||
'irq_handler_exit',
|
||||
'kmem_mm_page_alloc',
|
||||
'kmem_mm_page_free',
|
||||
'lttng_statedump_process_state',
|
||||
'lttng_statedump_start',
|
||||
'lttng_statedump_end',
|
||||
|
@ -48,11 +50,12 @@ 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',
|
||||
'kmem_mm_page_alloc',
|
||||
'kmem_mm_page_free',
|
||||
'power_cpu_frequency',
|
||||
]
|
||||
|
||||
DEFAULT_EVENTS_ROS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue