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

/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-sched.c783 thread_atoms_search(struct rb_root *root, struct thread *thread, function
952 out_events = thread_atoms_search(&sched->atom_root, sched_out, &sched->cmp_pid);
956 out_events = thread_atoms_search(&sched->atom_root, sched_out, &sched->cmp_pid);
965 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid);
969 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid);
994 struct work_atoms *atoms = thread_atoms_search(&sched->atom_root, thread, &sched->cmp_pid);
1002 atoms = thread_atoms_search(&sched->atom_root, thread, &sched->cmp_pid);
1032 atoms = thread_atoms_search(&sched->atom_root, wakee, &sched->cmp_pid);
1036 atoms = thread_atoms_search(&sched->atom_root, wakee, &sched->cmp_pid);
1086 atoms = thread_atoms_search(
[all...]

Completed in 81 milliseconds