1 perf-util-y += header.o 2 perf-util-y += machine.o 3 perf-util-y += perf_regs.o 4 perf-util-y += tsc.o 5 perf-util-y += pmu.o 6 perf-util-$(CONFIG_LIBTRACEEVENT) += kvm-stat.o 7 perf-util-$(CONFIG_DWARF) += dwarf-regs.o 8 perf-util-$(CONFIG_LOCAL_LIBUNWIND) += unwind-libunwind.o 9 perf-util-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o 10 11 perf-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
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.