brintos

brintos / linux-shallow public Read only

0
0
Text · 427 B · 6c588ec Raw
15 lines · plain
1perf-util-y += header.o2perf-util-$(CONFIG_LIBTRACEEVENT) += kvm-stat.o3perf-util-y += perf_regs.o4perf-util-y += mem-events.o5perf-util-y += pmu.o6perf-util-y += sym-handling.o7perf-util-y += evsel.o8perf-util-y += event.o9 10perf-util-$(CONFIG_DWARF) += dwarf-regs.o11perf-util-$(CONFIG_DWARF) += skip-callchain-idx.o12 13perf-util-$(CONFIG_LIBUNWIND) += unwind-libunwind.o14perf-util-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o15