Merge tag 'perf-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull performance event updates from Ingo Molnar: - Add CPU-PMU support for Intel Sapphire Rapids CPUs - Extend the perf ABI with PERF_SAMPLE_WEIGHT_STRUCT, to offer two-parameter sampling event feedback. Not used yet, but is intended for Golden Cove CPU-PMU, which can provide both the instruction latency and the cache latency information for memory profiling events. - Remove experimental, default-disabled perfmon-v4 counter_freezing support that could only be enabled via a boot option. The hardware is hopelessly broken, we'd like to make sure nobody starts relying on this, as it would only end in tears. - Fix energy/power events on Intel SPR platforms - Simplify the uprobes resume_execution() logic - Misc smaller fixes. * tag 'perf-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf/x86/rapl: Fix psys-energy event on Intel SPR platform perf/x86/rapl: Only check lower 32bits for RAPL energy counters perf/x86/rapl: Add msr mask support perf/x86/kvm: Add Cascade Lake Xeon steppings to isolation_ucodes[] perf/x86/intel: Support CPUID 10.ECX to disable fixed counters perf/x86/intel: Add perf core PMU support for Sapphire Rapids perf/x86/intel: Filter unsupported Topdown metrics event perf/x86/intel: Factor out intel_update_topdown_event() perf/core: Add PERF_SAMPLE_WEIGHT_STRUCT perf/intel: Remove Perfmon-v4 counter_freezing support x86/perf: Use static_call for x86_pmu.guest_get_msrs perf/x86/intel/uncore: With > 8 nodes, get pci bus die id from NUMA info perf/x86/intel/uncore: Store the logical die id instead of the physical die id. x86/kprobes: Do not decode opcode in resume_execution()
Showing
- Documentation/admin-guide/kernel-parameters.txt 0 additions, 6 deletionsDocumentation/admin-guide/kernel-parameters.txt
- arch/powerpc/perf/core-book3s.c 1 addition, 1 deletionarch/powerpc/perf/core-book3s.c
- arch/x86/events/core.c 27 additions, 1 deletionarch/x86/events/core.c
- arch/x86/events/intel/core.c 353 additions, 194 deletionsarch/x86/events/intel/core.c
- arch/x86/events/intel/ds.c 121 additions, 10 deletionsarch/x86/events/intel/ds.c
- arch/x86/events/intel/uncore.c 21 additions, 37 deletionsarch/x86/events/intel/uncore.c
- arch/x86/events/intel/uncore.h 2 additions, 3 deletionsarch/x86/events/intel/uncore.h
- arch/x86/events/intel/uncore_snb.c 1 addition, 1 deletionarch/x86/events/intel/uncore_snb.c
- arch/x86/events/intel/uncore_snbep.c 75 additions, 39 deletionsarch/x86/events/intel/uncore_snbep.c
- arch/x86/events/perf_event.h 18 additions, 3 deletionsarch/x86/events/perf_event.h
- arch/x86/events/probe.c 6 additions, 1 deletionarch/x86/events/probe.c
- arch/x86/events/probe.h 4 additions, 3 deletionsarch/x86/events/probe.h
- arch/x86/events/rapl.c 17 additions, 17 deletionsarch/x86/events/rapl.c
- arch/x86/include/asm/kprobes.h 7 additions, 4 deletionsarch/x86/include/asm/kprobes.h
- arch/x86/include/asm/perf_event.h 15 additions, 9 deletionsarch/x86/include/asm/perf_event.h
- arch/x86/kernel/kprobes/core.c 74 additions, 94 deletionsarch/x86/kernel/kprobes/core.c
- include/linux/perf_event.h 2 additions, 2 deletionsinclude/linux/perf_event.h
- include/uapi/linux/perf_event.h 50 additions, 4 deletionsinclude/uapi/linux/perf_event.h
- kernel/events/core.c 7 additions, 4 deletionskernel/events/core.c
Loading
Please register or sign in to comment