Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-sched.c963 struct thread *sched_out, *sched_in; in latency_switch_event() local
983 sched_in = machine__findnew_thread(machine, -1, next_pid); in latency_switch_event()
984 if (sched_out == NULL || sched_in == NULL) in latency_switch_event()
1000 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid); in latency_switch_event()
1002 if (thread_atoms_insert(sched, sched_in)) in latency_switch_event()
1004 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid); in latency_switch_event()
1020 thread__put(sched_in); in latency_switch_event()
1346 struct thread *sched_in; in map_switch_event() local
1369 sched_in = machine__findnew_thread(machine, -1, next_pid); in map_switch_event()
1370 if (sched_in == NULL) in map_switch_event()
[all …]