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

/linux-master/tools/perf/
H A Dbuiltin-sched.c1278 struct thread *migrant; local
1287 migrant = machine__findnew_thread(machine, -1, pid);
1288 if (migrant == NULL)
1290 atoms = thread_atoms_search(&sched->atom_root, migrant, &sched->cmp_pid);
1292 if (thread_atoms_insert(sched, migrant))
1294 register_pid(sched, thread__tid(migrant), thread__comm_str(migrant));
1295 atoms = thread_atoms_search(&sched->atom_root, migrant, &sched->cmp_pid);
1315 thread__put(migrant);

Completed in 2497 milliseconds