On Tue, Dec 01, 2020 at 06:29:03PM +0100, Peter Zijlstra wrote:
> +static void context_sched_task(struct perf_cpu_context *cpuctx,
> +                            struct perf_event_context *ctx,
> +                            bool sched_in)
> +{
> +     struct pmu *pmu = ctx->pmu;
> +
> +     if (cpuctx->sched_cb_dir[sched_in] && pmu->sched_task)
> +             pmu->sched_task(ctx, false);
> +}

s/false/sched_in/


Reply via email to