Searched refs:add_sched_out_event (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-sched.c | 1039 add_sched_out_event(struct work_atoms *atoms, in add_sched_out_event() function 1149 if (add_sched_out_event(out_events, sched_out_state(prev_state), timestamp)) in latency_switch_event() 1165 if (add_sched_out_event(in_events, 'R', timestamp)) in latency_switch_event() 1200 if (add_sched_out_event(atoms, 'R', timestamp)) in latency_runtime_event() 1235 if (add_sched_out_event(atoms, 'S', timestamp)) in latency_wakeup_event() 1303 if (add_sched_out_event(atoms, 'R', timestamp)) in latency_migrate_task_event()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-sched.c | 1061 add_sched_out_event(struct work_atoms *atoms, in add_sched_out_event() function 1171 if (add_sched_out_event(out_events, sched_out_state(prev_state), timestamp)) in latency_switch_event() 1187 if (add_sched_out_event(in_events, 'R', timestamp)) in latency_switch_event() 1222 if (add_sched_out_event(atoms, 'R', timestamp)) in latency_runtime_event() 1257 if (add_sched_out_event(atoms, 'S', timestamp)) in latency_wakeup_event() 1325 if (add_sched_out_event(atoms, 'R', timestamp)) in latency_migrate_task_event()
|
Completed in 10 milliseconds