Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf updates from Ingo Molnar: - Optimize perf_sample_data layout - Prepare sample data handling for BPF integration - Update the x86 PMU driver for Intel Meteor Lake - Restructure the x86 uncore code to fix a SPR (Sapphire Rapids) discovery breakage - Fix the x86 Zhaoxin PMU driver - Cleanups * tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (27 commits) perf/x86/intel/uncore: Add Meteor Lake support x86/perf/zhaoxin: Add stepping check for ZXC perf/x86/intel/ds: Fix the conversion from TSC to perf time perf/x86/uncore: Don't WARN_ON_ONCE() for a broken discovery table perf/x86/uncore: Add a quirk for UPI on SPR perf/x86/uncore: Ignore broken units in discovery table perf/x86/uncore: Fix potential NULL pointer in uncore_get_alias_name perf/x86/uncore: Factor out uncore_device_to_die() perf/core: Call perf_prepare_sample() before running BPF perf/core: Introduce perf_prepare_header() perf/core: Do not pass header for sample ID init perf/core: Set data->sample_flags in perf_prepare_sample() perf/core: Add perf_sample_save_brstack() helper perf/core: Add perf_sample_save_raw_data() helper perf/core: Add perf_sample_save_callchain() helper perf/core: Save the dynamic parts of sample data size x86/kprobes: Use switch-case for 0xFF opcodes in prepare_emulation perf/core: Change the layout of perf_sample_data perf/x86/msr: Add Meteor Lake support perf/x86/cstate: Add Meteor Lake support ...
No related branches found
No related tags found
Showing
- arch/powerpc/perf/core-book3s.c 1 addition, 2 deletionsarch/powerpc/perf/core-book3s.c
- arch/s390/kernel/perf_cpum_cf.c 1 addition, 3 deletionsarch/s390/kernel/perf_cpum_cf.c
- arch/s390/kernel/perf_cpum_sf.c 2 additions, 1 deletionarch/s390/kernel/perf_cpum_sf.c
- arch/s390/kernel/perf_pai_crypto.c 1 addition, 3 deletionsarch/s390/kernel/perf_pai_crypto.c
- arch/s390/kernel/perf_pai_ext.c 1 addition, 3 deletionsarch/s390/kernel/perf_pai_ext.c
- arch/x86/events/amd/core.c 2 additions, 4 deletionsarch/x86/events/amd/core.c
- arch/x86/events/amd/ibs.c 3 additions, 6 deletionsarch/x86/events/amd/ibs.c
- arch/x86/events/intel/core.c 181 additions, 18 deletionsarch/x86/events/intel/core.c
- arch/x86/events/intel/ds.c 98 additions, 35 deletionsarch/x86/events/intel/ds.c
- arch/x86/events/intel/lbr.c 1 addition, 3 deletionsarch/x86/events/intel/lbr.c
- arch/x86/events/intel/uncore.c 37 additions, 4 deletionsarch/x86/events/intel/uncore.c
- arch/x86/events/intel/uncore.h 5 additions, 0 deletionsarch/x86/events/intel/uncore.h
- arch/x86/events/intel/uncore_discovery.c 40 additions, 20 deletionsarch/x86/events/intel/uncore_discovery.c
- arch/x86/events/intel/uncore_discovery.h 10 additions, 4 deletionsarch/x86/events/intel/uncore_discovery.h
- arch/x86/events/intel/uncore_snb.c 161 additions, 0 deletionsarch/x86/events/intel/uncore_snb.c
- arch/x86/events/intel/uncore_snbep.c 126 additions, 32 deletionsarch/x86/events/intel/uncore_snbep.c
- arch/x86/events/perf_event.h 16 additions, 7 deletionsarch/x86/events/perf_event.h
- arch/x86/events/zhaoxin/core.c 7 additions, 1 deletionarch/x86/events/zhaoxin/core.c
- arch/x86/include/asm/cpufeatures.h 1 addition, 0 deletionsarch/x86/include/asm/cpufeatures.h
- arch/x86/include/asm/msr-index.h 3 additions, 0 deletionsarch/x86/include/asm/msr-index.h
Loading
Please register or sign in to comment