Merge "Add sched_migrate_task to post boot and boot config" into main
diff --git a/linux-x86_64/perfetto/configs/trace_config_boot_time.textproto b/linux-x86_64/perfetto/configs/trace_config_boot_time.textproto
index 992ad50..f725e5e 100644
--- a/linux-x86_64/perfetto/configs/trace_config_boot_time.textproto
+++ b/linux-x86_64/perfetto/configs/trace_config_boot_time.textproto
@@ -51,6 +51,7 @@
             ftrace_events: "dmabuf_heap/dma_heap_stat"
             ftrace_events: "kmem/ion_heap_grow"
             ftrace_events: "kmem/ion_heap_shrink"
+            ftrace_events: "sched/sched_migrate_task"
             ftrace_events: "sched/sched_process_exit"
             ftrace_events: "sched/sched_process_free"
             ftrace_events: "task/task_newtask"
diff --git a/linux-x86_64/perfetto/configs/trace_config_post_boot.textproto b/linux-x86_64/perfetto/configs/trace_config_post_boot.textproto
index 449eade..ad3b6c8 100644
--- a/linux-x86_64/perfetto/configs/trace_config_post_boot.textproto
+++ b/linux-x86_64/perfetto/configs/trace_config_post_boot.textproto
@@ -71,6 +71,7 @@
             ftrace_events: "dmabuf_heap/dma_heap_stat"
             ftrace_events: "kmem/ion_heap_grow"
             ftrace_events: "kmem/ion_heap_shrink"
+            ftrace_events: "sched/sched_migrate_task"
             ftrace_events: "sched/sched_process_exit"
             ftrace_events: "sched/sched_process_free"
             ftrace_events: "task/task_newtask"