Searched refs:add_sched_out_event (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/ |
H A D | builtin-sched.c | 1047 add_sched_out_event(struct work_atoms *atoms, in add_sched_out_event() function 1172 if (add_sched_out_event(out_events, prev_state, timestamp)) in latency_switch_event() 1188 if (add_sched_out_event(in_events, 'R', timestamp)) in latency_switch_event() 1223 if (add_sched_out_event(atoms, 'R', timestamp)) in latency_runtime_event() 1258 if (add_sched_out_event(atoms, 'S', timestamp)) in latency_wakeup_event() 1326 if (add_sched_out_event(atoms, 'R', timestamp)) in latency_migrate_task_event()
|