Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-sched.c1115 struct thread *sched_out, *sched_in; in latency_switch_event() local
1135 sched_in = machine__findnew_thread(machine, -1, next_pid); in latency_switch_event()
1136 if (sched_out == NULL || sched_in == NULL) in latency_switch_event()
1152 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid); in latency_switch_event()
1154 if (thread_atoms_insert(sched, sched_in)) in latency_switch_event()
1156 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid); in latency_switch_event()
1172 thread__put(sched_in); in latency_switch_event()
1533 struct thread *sched_in; in map_switch_event() local
1570 sched_in = map__findnew_thread(sched, machine, -1, next_pid); in map_switch_event()
1571 if (sched_in == NULL) in map_switch_event()
[all …]