brintos

brintos / linux-shallow public Read only

0
0
Text · 719 B · 2607ed5 Raw
25 lines · plain
1perf-util-y += header.o2perf-util-y += tsc.o3perf-util-y += pmu.o4perf-util-$(CONFIG_LIBTRACEEVENT) += kvm-stat.o5perf-util-y += perf_regs.o6perf-util-y += topdown.o7perf-util-y += machine.o8perf-util-y += event.o9perf-util-y += evlist.o10perf-util-y += mem-events.o11perf-util-y += evsel.o12perf-util-y += iostat.o13perf-util-y += env.o14 15perf-util-$(CONFIG_DWARF) += dwarf-regs.o16perf-util-$(CONFIG_BPF_PROLOGUE) += dwarf-regs.o17 18perf-util-$(CONFIG_LOCAL_LIBUNWIND)    += unwind-libunwind.o19perf-util-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o20 21perf-util-$(CONFIG_AUXTRACE) += auxtrace.o22perf-util-$(CONFIG_AUXTRACE) += archinsn.o23perf-util-$(CONFIG_AUXTRACE) += intel-pt.o24perf-util-$(CONFIG_AUXTRACE) += intel-bts.o25