Lines Matching defs:sched_in
3646 struct task_struct *task, bool sched_in)
3655 pmu_ctx->pmu->sched_task(pmu_ctx, task, sched_in);
3790 struct task_struct *task, bool sched_in)
3804 pmu->sched_task(cpc->task_epc, task, sched_in);
3812 bool sched_in)
3822 __perf_pmu_sched_task(cpc, sched_in ? next : prev, sched_in);
3826 struct task_struct *next_prev, bool sched_in);
9743 struct task_struct *next_prev, bool sched_in)
9755 .misc = sched_in ? 0 : PERF_RECORD_MISC_SWITCH_OUT,
9763 if (!sched_in && task_is_runnable(task)) {