Home
last modified time | relevance | path

Searched refs:sched_out (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/
H A Dbuiltin-sched.c1128 struct thread *sched_out, *sched_in; in latency_switch_event()
1147 sched_out = machine__findnew_thread(machine, -1, prev_pid); in latency_switch_event()
1149 if (sched_out == NULL || sched_in == NULL) in latency_switch_event()
1152 out_events = thread_atoms_search(&sched->atom_root, sched_out, &sched->cmp_pid); in latency_switch_event()
1154 if (thread_atoms_insert(sched, sched_out)) in latency_switch_event()
1156 out_events = thread_atoms_search(&sched->atom_root, sched_out, &sched->cmp_pid); in latency_switch_event()
1184 thread__put(sched_out); in latency_runtime_event()
1574 const char *color, bool sched_out) in print_sched_map()
1586 struct thread *thread_to_check = sched_out ? curr_out_thread : curr_thread; in print_sched_map()
1599 thread_to_check = sched_out in print_sched_map()
1116 struct thread *sched_out, *sched_in; latency_switch_event() local
1562 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
1616 struct thread *sched_in, *sched_out; map_switch_event() local
[all...]
/linux/include/linux/
H A Dpreempt.h339 void (*sched_out)(struct preempt_notifier *notifier, member
/linux/virt/kvm/
H A Dkvm_main.c6511 kvm_preempt_ops.sched_out = kvm_sched_out; in kvm_init()
/linux/kernel/sched/
H A Dcore.c4895 notifier->ops->sched_out(notifier, next); in __fire_sched_out_preempt_notifiers()