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

/linux-master/tools/perf/
H A Dbuiltin-sched.c968 thread_atoms_search(struct rb_root_cached *root, struct thread *thread, function
1136 out_events = thread_atoms_search(&sched->atom_root, sched_out, &sched->cmp_pid);
1140 out_events = thread_atoms_search(&sched->atom_root, sched_out, &sched->cmp_pid);
1149 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid);
1153 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid);
1181 struct work_atoms *atoms = thread_atoms_search(&sched->atom_root, thread, &sched->cmp_pid);
1192 atoms = thread_atoms_search(&sched->atom_root, thread, &sched->cmp_pid);
1223 atoms = thread_atoms_search(&sched->atom_root, wakee, &sched->cmp_pid);
1227 atoms = thread_atoms_search(&sched->atom_root, wakee, &sched->cmp_pid);
1290 atoms = thread_atoms_search(
[all...]

Completed in 190 milliseconds