⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 linux-2.6.15.6
💻
字号:
## oprofile for x86-64.# Just reuse the one from i386. #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 := init.o backtrace.oOPROFILE-$(CONFIG_X86_LOCAL_APIC) += nmi_int.o op_model_athlon.o op_model_p4.o \				     op_model_ppro.oOPROFILE-$(CONFIG_X86_IO_APIC)    += nmi_timer_int.o oprofile-y = $(DRIVER_OBJS) $(addprefix ../../i386/oprofile/, $(OPROFILE-y))

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -