perfmon: fix coverity warning
[vpp.git] / src / plugins / perfmon / CMakeLists.txt
index c6113aa..c587e6d 100644 (file)
@@ -21,13 +21,18 @@ add_vpp_plugin(perfmon
   dispatch_wrapper.c
   linux.c
   perfmon.c
-  table.c
   intel/core.c
   intel/uncore.c
+  intel/bundle/membw_bound.c
   intel/bundle/inst_and_clock.c
   intel/bundle/load_blocks.c
   intel/bundle/mem_bw.c
   intel/bundle/cache_hit_miss.c
   intel/bundle/branch_mispred.c
   intel/bundle/power_license.c
+  intel/bundle/topdown_metrics.c
+  intel/bundle/topdown_tremont.c
+
+  COMPONENT
+  vpp-plugin-devtools
 )