Re: [PATCH v3 1/3] perf/core: Rework forwarding of {task|cpu}-clock events

From: Ravi Bangoria
Date: Wed May 03 2023 - 04:33:47 EST


>> @@ -322,6 +322,9 @@ struct pmu {
>> /* number of address filters this PMU can do */
>> unsigned int nr_addr_filters;
>>
>> + /* Skip creating pmu device and sysfs interface. */
>> + bool skip_sysfs_dev;
>> +
>> /*
>> * Fully disable/enable this PMU, can be used to protect from the PMI
>> * as well as for lazy/batch writing of the MSRs.
>
> Does this make sense?

Yes! Will respin with this included.

Thanks,
Ravi