Commit b8328f6
perf/x86/intel: Remove driver-specific throttle support
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-by: Kan Liang <kan.liang@linux.intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20250520181644.2673067-4-kan.liang@linux.intel.com1 parent e800ac5 commit b8328f6
5 files changed
Lines changed: 8 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1728 | 1728 | | |
1729 | 1729 | | |
1730 | 1730 | | |
1731 | | - | |
1732 | | - | |
| 1731 | + | |
1733 | 1732 | | |
1734 | 1733 | | |
1735 | 1734 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3138 | 3138 | | |
3139 | 3139 | | |
3140 | 3140 | | |
3141 | | - | |
3142 | | - | |
| 3141 | + | |
3143 | 3142 | | |
3144 | 3143 | | |
3145 | 3144 | | |
| |||
3282 | 3281 | | |
3283 | 3282 | | |
3284 | 3283 | | |
3285 | | - | |
3286 | | - | |
| 3284 | + | |
3287 | 3285 | | |
3288 | 3286 | | |
3289 | 3287 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2359 | 2359 | | |
2360 | 2360 | | |
2361 | 2361 | | |
2362 | | - | |
2363 | | - | |
| 2362 | + | |
2364 | 2363 | | |
2365 | 2364 | | |
2366 | 2365 | | |
| |||
2588 | 2587 | | |
2589 | 2588 | | |
2590 | 2589 | | |
2591 | | - | |
2592 | | - | |
| 2590 | + | |
| 2591 | + | |
2593 | 2592 | | |
2594 | 2593 | | |
2595 | 2594 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
258 | | - | |
| 257 | + | |
259 | 258 | | |
260 | 259 | | |
261 | 260 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1072 | 1072 | | |
1073 | 1073 | | |
1074 | 1074 | | |
1075 | | - | |
1076 | | - | |
| 1075 | + | |
1077 | 1076 | | |
1078 | 1077 | | |
1079 | 1078 | | |
| |||
0 commit comments