Searched refs:thread_atoms_search (Results  1 – 1 of 1) sorted by relevance
| /Linux-v6.6/tools/perf/ | 
| D | builtin-sched.c | 986 thread_atoms_search(struct rb_root_cached *root, struct thread *thread,  in thread_atoms_search()  function1161 	out_events = thread_atoms_search(&sched->atom_root, sched_out, &sched->cmp_pid);  in latency_switch_event()
 1165 		out_events = thread_atoms_search(&sched->atom_root, sched_out, &sched->cmp_pid);  in latency_switch_event()
 1174 	in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid);  in latency_switch_event()
 1178 		in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid);  in latency_switch_event()
 1206 	struct work_atoms *atoms = thread_atoms_search(&sched->atom_root, thread, &sched->cmp_pid);  in latency_runtime_event()
 1217 		atoms = thread_atoms_search(&sched->atom_root, thread, &sched->cmp_pid);  in latency_runtime_event()
 1248 	atoms = thread_atoms_search(&sched->atom_root, wakee, &sched->cmp_pid);  in latency_wakeup_event()
 1252 		atoms = thread_atoms_search(&sched->atom_root, wakee, &sched->cmp_pid);  in latency_wakeup_event()
 1315 	atoms = thread_atoms_search(&sched->atom_root, migrant, &sched->cmp_pid);  in latency_migrate_task_event()
 [all …]
 
 |