Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/
Dbuiltin-sched.c1031 struct thread *sched_out, *sched_in; in latency_switch_event() local
1049 sched_in = perf_session__findnew(session, switch_event->next_pid); in latency_switch_event()
1060 in_events = thread_atoms_search(&atom_root, sched_in, &cmp_pid); in latency_switch_event()
1062 thread_atoms_insert(sched_in); in latency_switch_event()
1063 in_events = thread_atoms_search(&atom_root, sched_in, &cmp_pid); in latency_switch_event()
1401 struct thread *sched_out __used, *sched_in; in map_switch_event() local
1424 sched_in = perf_session__findnew(session, switch_event->next_pid); in map_switch_event()
1426 curr_thread[this_cpu] = sched_in; in map_switch_event()
1431 if (!sched_in->shortname[0]) { in map_switch_event()
1432 sched_in->shortname[0] = next_shortname1; in map_switch_event()
[all …]
/linux-2.6.39/include/linux/
Dpreempt.h115 void (*sched_in)(struct preempt_notifier *notifier, int cpu); member
/linux-2.6.39/virt/kvm/
Dkvm_main.c2597 kvm_preempt_ops.sched_in = kvm_sched_in; in kvm_init()
/linux-2.6.39/kernel/
Dsched.c2777 notifier->ops->sched_in(notifier, raw_smp_processor_id()); in fire_sched_in_preempt_notifiers()