Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.2 10 lines 332 B view raw
1perf-y += header.o 2perf-y += sym-handling.o 3perf-$(CONFIG_DWARF) += dwarf-regs.o 4perf-$(CONFIG_LOCAL_LIBUNWIND) += unwind-libunwind.o 5perf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o 6 7perf-$(CONFIG_AUXTRACE) += ../../arm/util/pmu.o \ 8 ../../arm/util/auxtrace.o \ 9 ../../arm/util/cs-etm.o \ 10 arm-spe.o