hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/include/trace/events/sched.h
....@@ -677,18 +677,6 @@
677677 TP_PROTO(struct rq *rq, int change),
678678 TP_ARGS(rq, change));
679679
680
-DECLARE_TRACE(sched_migrate_disable_tp,
681
- TP_PROTO(struct task_struct *p),
682
- TP_ARGS(p));
683
-
684
-DECLARE_TRACE(sched_migrate_enable_tp,
685
- TP_PROTO(struct task_struct *p),
686
- TP_ARGS(p));
687
-
688
-DECLARE_TRACE(sched_migrate_pull_tp,
689
- TP_PROTO(struct task_struct *p),
690
- TP_ARGS(p));
691
-
692680 #endif /* _TRACE_SCHED_H */
693681
694682 /* This part must be outside protection */