Home | History | Annotate | Download | only in linux-tools-perf

Lines Matching full:in_events

1070 	struct work_atoms *out_events, *in_events;
1100 in_events = thread_atoms_search(&atom_root, sched_in, &cmp_pid);
1101 if (!in_events) {
1103 in_events = thread_atoms_search(&atom_root, sched_in, &cmp_pid);
1104 if (!in_events)
1110 add_sched_out_event(in_events, 'R', timestamp);
1112 add_sched_in_event(in_events, timestamp);