From 710bdef43c2bfe6a6fd208edd080c75f06c5dfb7 Mon Sep 17 00:00:00 2001 From: Ray Kinsella Date: Wed, 9 Jun 2021 11:35:26 +0100 Subject: perfmon: add membw-bound bundle Added memory bandwidth boundedness bundle, closely related to cache-hierarchy. This bundle works on ICX only, due to an ICX specific counter. Type: improvement Signed-off-by: Ray Kinsella Change-Id: Id385bd5f4e645ac020774e311c623afb64b79b1e --- src/plugins/perfmon/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/perfmon/CMakeLists.txt') diff --git a/src/plugins/perfmon/CMakeLists.txt b/src/plugins/perfmon/CMakeLists.txt index af0bd3c3f51..6b8e7c80044 100644 --- a/src/plugins/perfmon/CMakeLists.txt +++ b/src/plugins/perfmon/CMakeLists.txt @@ -24,6 +24,7 @@ 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 -- cgit 1.2.3-korg