Commit 547cc9b
committed
Merge tag 'perf_urgent_for_v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fixes from Borislav Petkov:
- Drop the __weak attribute from a function prototype as it otherwise
leads to the function getting replaced by a dummy stub
- Fix the umask value setup of the frontend event as former is
different on two Intel cores
* tag 'perf_urgent_for_v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
perf/x86/intel: Fix the FRONTEND encoding on GNR and MTL
perf/core: Drop __weak attribute from arch_perf_update_userpage() prototype2 files changed
+17
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
352 | 362 | | |
353 | 363 | | |
354 | 364 | | |
| |||
6496 | 6506 | | |
6497 | 6507 | | |
6498 | 6508 | | |
| 6509 | + | |
6499 | 6510 | | |
6500 | 6511 | | |
6501 | 6512 | | |
| |||
6506 | 6517 | | |
6507 | 6518 | | |
6508 | 6519 | | |
6509 | | - | |
| 6520 | + | |
| 6521 | + | |
6510 | 6522 | | |
6511 | 6523 | | |
6512 | 6524 | | |
| |||
6650 | 6662 | | |
6651 | 6663 | | |
6652 | 6664 | | |
| 6665 | + | |
6653 | 6666 | | |
6654 | 6667 | | |
6655 | 6668 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1845 | 1845 | | |
1846 | 1846 | | |
1847 | 1847 | | |
1848 | | - | |
1849 | | - | |
1850 | | - | |
| 1848 | + | |
| 1849 | + | |
| 1850 | + | |
1851 | 1851 | | |
1852 | 1852 | | |
1853 | 1853 | | |
| |||
0 commit comments