Searched refs:sched_in (Results 1 – 2 of 2) sorted by relevance
3654 static void __perf_pmu_sched_task(struct perf_cpu_context *cpuctx, bool sched_in) in __perf_pmu_sched_task() argument3666 pmu->sched_task(cpuctx->task_ctx, sched_in); in __perf_pmu_sched_task()3674 bool sched_in) in perf_pmu_sched_task() argument3686 __perf_pmu_sched_task(cpuctx, sched_in); in perf_pmu_sched_task()3691 struct task_struct *next_prev, bool sched_in);8914 struct task_struct *next_prev, bool sched_in) in perf_event_switch() argument8926 .misc = sched_in ? 0 : PERF_RECORD_MISC_SWITCH_OUT, in perf_event_switch()8934 if (!sched_in && task->on_rq) { in perf_event_switch()
4717 notifier->ops->sched_in(notifier, raw_smp_processor_id()); in __fire_sched_in_preempt_notifiers()