[PATCH V3 06/16] powerpc/perf: Remove driver-specific throttle support

2025-05-16 Thread kan . liang
From: Kan Liang The throttle support has been added in the generic code. Remove the driver-specific throttle support. Besides the throttle, perf_event_overflow may return true because of event_limit. It already does an inatomic event disable. The pmu->stop is not required either. Signed-off

[PATCH V2 05/15] powerpc/perf: Remove driver-specific throttle support

2025-05-14 Thread kan . liang
From: Kan Liang The throttle support has been added in the generic code. Remove the driver-specific throttle support. Besides the throttle, perf_event_overflow may return true because of event_limit. It already does an inatomic event disable. The pmu->stop is not required either. Signed-off