Searched refs:sched_out (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-sched.c | 1341 struct thread *sched_out, *sched_in; in latency_migrate_task_event() 1365 sched_out = machine__findnew_thread(machine, -1, prev_pid); in output_lat_thread() 1367 if (sched_out == NULL || sched_in == NULL) in output_lat_thread() 1370 out_events = thread_atoms_search(&sched->atom_root, sched_out, &sched->cmp_pid); in output_lat_thread() 1372 if (thread_atoms_insert(sched, sched_out)) in output_lat_thread() 1374 out_events = thread_atoms_search(&sched->atom_root, sched_out, &sched->cmp_pid); in output_lat_thread() 1402 thread__put(sched_out); in pid_cmp() 1801 const char *color, bool sched_out) in process_sched_switch_event() 1813 struct thread *thread_to_check = sched_out ? curr_out_thread : curr_thread; in process_sched_switch_event() 1826 thread_to_check = sched_out in process_sched_runtime_event() 1145 struct thread *sched_out, *sched_in; latency_switch_event() local 1580 print_sched_map(struct perf_sched * sched,struct perf_cpu this_cpu,int cpus_nr,const char * color,bool sched_out) print_sched_map() argument 1634 struct thread *sched_in, *sched_out; map_switch_event() local [all...] |
| /linux/include/linux/ |
| H A D | preempt.h | 366 void (*sched_out)(struct preempt_notifier *notifier, member
|
| /linux/virt/kvm/ |
| H A D | kvm_main.c | 6540 kvm_preempt_ops.sched_out = kvm_sched_out; in kvm_init()
|
| /linux/kernel/sched/ |
| H A D | core.c | 5056 notifier->ops->sched_out(notifier, next); in __fire_sched_out_preempt_notifiers()
|