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

/linux-master/tools/perf/
H A Dbuiltin-sched.c1111 struct work_atoms *out_events, *in_events; local
1149 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid);
1150 if (!in_events) {
1153 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid);
1154 if (!in_events) {
1162 if (add_sched_out_event(in_events, 'R', timestamp))
1165 add_sched_in_event(in_events, timestamp);

Completed in 159 milliseconds