netmap: Reinstate and update netmap plugin
[vpp.git] / src / plugins / perfmon / CMakeLists.txt
index d7d4f37..d820eb2 100644 (file)
@@ -42,6 +42,14 @@ if(CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64.*")
   list(APPEND ARCH_PMU_SOURCES
     arm/dispatch_wrapper.c
     arm/events.c
+    arm/bundle/inst_clock.c
+    arm/bundle/cache_data.c
+    arm/bundle/cache_inst.c
+    arm/bundle/cache_data_tlb.c
+    arm/bundle/cache_inst_tlb.c
+    arm/bundle/mem_access.c
+    arm/bundle/branch_pred.c
+    arm/bundle/stall.c
   )
 endif()
 
@@ -54,4 +62,6 @@ add_vpp_plugin(perfmon
 
   COMPONENT
   vpp-plugin-devtools
+
+  SUPPORTED_OS_LIST Linux
 )