android_kernel_xiaomi_sm8350/arch/i386/oprofile
Andi Kleen 6c977aad03 i386: Fix K8/core2 oprofile on multiple CPUs
Only try to allocate MSRs once instead of for every CPU.

This assumes the MSRs are the same on all CPUs which is currently
true. P4-HT is a special case for different SMT threads, but the code
always saves/restores all MSRs so it works identical.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-05-21 09:56:56 -07:00
..
backtrace.c
init.c
Kconfig
Makefile
nmi_int.c i386: Fix K8/core2 oprofile on multiple CPUs 2007-05-21 09:56:56 -07:00
nmi_timer_int.c move die notifier handling to common code 2007-05-08 11:15:04 -07:00
op_counter.h
op_model_athlon.c
op_model_p4.c
op_model_ppro.c
op_x86_model.h