Lines Matching refs:sched_in
1110 struct thread *sched_out, *sched_in; in latency_switch_event() local
1130 sched_in = machine__findnew_thread(machine, -1, next_pid); in latency_switch_event()
1131 if (sched_out == NULL || sched_in == NULL) in latency_switch_event()
1147 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid); in latency_switch_event()
1149 if (thread_atoms_insert(sched, sched_in)) in latency_switch_event()
1151 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid); in latency_switch_event()
1167 thread__put(sched_in); in latency_switch_event()
1527 struct thread *sched_in; in map_switch_event() local
1564 sched_in = map__findnew_thread(sched, machine, -1, next_pid); in map_switch_event()
1565 if (sched_in == NULL) in map_switch_event()
1568 tr = thread__get_runtime(sched_in); in map_switch_event()
1570 thread__put(sched_in); in map_switch_event()
1574 sched->curr_thread[this_cpu] = thread__get(sched_in); in map_switch_event()
1580 if (!strcmp(thread__comm_str(sched_in), "swapper")) { in map_switch_event()
1628 thread__put(sched_in); in map_switch_event()
1641 if (new_shortname || tr->comm_changed || (verbose > 0 && sched_in->tid)) { in map_switch_event()
1644 if (thread__has_color(sched_in)) in map_switch_event()
1648 tr->shortname, thread__comm_str(sched_in), sched_in->tid); in map_switch_event()
1658 thread__put(sched_in); in map_switch_event()