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

Lines Matching full:out_events

1070 	struct work_atoms *out_events, *in_events;
1091 out_events = thread_atoms_search(&atom_root, sched_out, &cmp_pid);
1092 if (!out_events) {
1094 out_events = thread_atoms_search(&atom_root, sched_out, &cmp_pid);
1095 if (!out_events)
1098 add_sched_out_event(out_events, sched_out_state(switch_event), timestamp);