1perf-util-y += header.o 2perf-util-y += machine.o 3perf-util-y += perf_regs.o 4perf-util-y += tsc.o 5perf-util-y += pmu.o 6perf-util-$(CONFIG_LIBTRACEEVENT) += kvm-stat.o 7perf-util-$(CONFIG_DWARF) += dwarf-regs.o 8perf-util-$(CONFIG_LOCAL_LIBUNWIND) += unwind-libunwind.o 9perf-util-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o 10 11perf-util-$(CONFIG_AUXTRACE) += ../../arm/util/pmu.o \ 12 ../../arm/util/auxtrace.o \ 13 ../../arm/util/cs-etm.o \ 14 arm-spe.o mem-events.o hisi-ptt.o 15