Re: [PATCH v2 2/3] perf/ibs: Fix interface via core pmu events

From: Ravi Bangoria
Date: Mon Mar 13 2023 - 08:36:11 EST


>> + /*
>> + * pmu->event_init() should return -ESRCH only when it
>> + * wants to forward the event to other pmu.
>> + */
>
> Can we add this to the comment in the struct pmu? There is a
> description already for other error codes.

Sure. I'll update there if we continue with this approach.

>
> Otherwise looks good.

Thanks,
Ravi