Searched refs:dst_cpu (Results 1 – 4 of 4) sorted by relevance
/include/trace/events/ |
D | sched.h | 602 TP_PROTO(struct task_struct *tsk, int src_cpu, int dst_cpu), 604 TP_ARGS(tsk, src_cpu, dst_cpu), 612 __field( int, dst_cpu ) 622 __entry->dst_cpu = dst_cpu; 623 __entry->dst_nid = cpu_to_node(dst_cpu); 629 __entry->dst_cpu, __entry->dst_nid) 635 struct task_struct *dst_tsk, int dst_cpu), 637 TP_ARGS(src_tsk, src_cpu, dst_tsk, dst_cpu), 648 __field( int, dst_cpu ) 661 __entry->dst_cpu = dst_cpu; [all …]
|
/include/linux/sched/ |
D | numa_balancing.h | 24 int src_nid, int dst_cpu); 41 struct page *page, int src_nid, int dst_cpu) in should_numa_migrate_memory() argument
|
/include/trace/hooks/ |
D | sched.h | 52 TP_PROTO(struct task_struct *p, int dst_cpu, int *can_migrate), 53 TP_ARGS(p, dst_cpu, can_migrate), 1); 125 TP_PROTO(int dst_cpu, struct sched_group *group, 128 TP_ARGS(dst_cpu, group, env_cpus, busiest, done), 1);
|
/include/linux/ |
D | perf_event.h | 998 int src_cpu, int dst_cpu);
|