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

/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-sched.c930 struct thread *sched_out, *sched_in; local
950 sched_in = machine__findnew_thread(machine, 0, next_pid);
965 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid);
967 if (thread_atoms_insert(sched, sched_in))
969 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid);
1281 struct thread *sched_out __maybe_unused, *sched_in; local
1305 sched_in = machine__findnew_thread(machine, 0, next_pid);
1307 sched->curr_thread[this_cpu] = sched_in;
1312 if (!sched_in->shortname[0]) {
1313 sched_in
[all...]

Completed in 282 milliseconds