|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /usr/src/kernels/3.10.0-1160.108.1.el7.x86_64/arch/alpha/oprofile/ |
Upload File : |
ccflags-y := -Werror -Wno-sign-compare obj-$(CONFIG_OPROFILE) += oprofile.o DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \ oprof.o cpu_buffer.o buffer_sync.o \ event_buffer.o oprofile_files.o \ oprofilefs.o oprofile_stats.o \ timer_int.o ) oprofile-y := $(DRIVER_OBJS) common.o oprofile-$(CONFIG_ALPHA_GENERIC) += op_model_ev4.o \ op_model_ev5.o \ op_model_ev6.o \ op_model_ev67.o oprofile-$(CONFIG_ALPHA_EV4) += op_model_ev4.o oprofile-$(CONFIG_ALPHA_EV5) += op_model_ev5.o oprofile-$(CONFIG_ALPHA_EV6) += op_model_ev6.o \ op_model_ev67.o