mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-08 07:13:06 +00:00
14 lines
399 B
Plaintext
14 lines
399 B
Plaintext
perf-y += header.o
|
|
perf-y += machine.o
|
|
perf-y += perf_regs.o
|
|
perf-y += tsc.o
|
|
perf-y += kvm-stat.o
|
|
perf-$(CONFIG_DWARF) += dwarf-regs.o
|
|
perf-$(CONFIG_LOCAL_LIBUNWIND) += unwind-libunwind.o
|
|
perf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o
|
|
|
|
perf-$(CONFIG_AUXTRACE) += ../../arm/util/pmu.o \
|
|
../../arm/util/auxtrace.o \
|
|
../../arm/util/cs-etm.o \
|
|
arm-spe.o mem-events.o
|