perfmon: add membw-bound bundle
[vpp.git] / src / plugins / perfmon / CMakeLists.txt
index c0d39a3..6b8e7c8 100644 (file)
@@ -24,7 +24,12 @@ add_vpp_plugin(perfmon
   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
 )