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

/linux-master/tools/perf/
H A Dbuiltin-sched.c211 struct list_head sort_list, cmp_pid; member in struct:perf_sched
1031 __thread_latency_insert(&sched->atom_root, atoms, &sched->cmp_pid);
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);
[all...]

Completed in 105 milliseconds