perfmon: check for duplicates after other checks
[vpp.git] / src / plugins / perfmon / CMakeLists.txt
index c6113aa..05c280f 100644 (file)
@@ -21,13 +21,22 @@ add_vpp_plugin(perfmon
   dispatch_wrapper.c
   linux.c
   perfmon.c
-  table.c
   intel/core.c
   intel/uncore.c
+  intel/bundle/backend_bound_mem.c
+  intel/bundle/backend_bound_core.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
+  intel/bundle/frontend_bound_bw.c
+  intel/bundle/frontend_bound_lat.c
+  intel/bundle/iio_bw.c
+
+  COMPONENT
+  vpp-plugin-devtools
 )