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

/external/linux-tools-perf/
H A Dbuiltin-sched.c158 static struct rb_root atom_root, sorted_atom_root; variable in typeref:struct:rb_root
978 __thread_latency_insert(&atom_root, atoms, &cmp_pid);
1091 out_events = thread_atoms_search(&atom_root, sched_out, &cmp_pid);
1094 out_events = thread_atoms_search(&atom_root, sched_out, &cmp_pid);
1100 in_events = thread_atoms_search(&atom_root, sched_in, &cmp_pid);
1103 in_events = thread_atoms_search(&atom_root, sched_in, &cmp_pid);
1124 struct work_atoms *atoms = thread_atoms_search(&atom_root, thread, &cmp_pid);
1129 atoms = thread_atoms_search(&atom_root, thread, &cmp_pid);
1155 atoms = thread_atoms_search(&atom_root, wakee, &cmp_pid);
1158 atoms = thread_atoms_search(&atom_root, wake
[all...]

Completed in 38 milliseconds